From 134049962a9e7465fbede3ab7e4d1ba9a61f814c Mon Sep 17 00:00:00 2001 From: asterix Date: Mon, 9 Feb 2009 11:42:17 +0000 Subject: [PATCH] Add wizard info. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2328 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cfg/cfg_battfs.h | 13 +++++++++++-- bertos/fs/battfs.h | 6 ++++++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/bertos/cfg/cfg_battfs.h b/bertos/cfg/cfg_battfs.h index 95102364..da7c22b4 100644 --- a/bertos/cfg/cfg_battfs.h +++ b/bertos/cfg/cfg_battfs.h @@ -39,10 +39,19 @@ #ifndef CFG_BATTFS_H #define CFG_BATTFS_H -/// Module logging level. + +/** + * Module logging level. + * + * $WIZARD = { "type" : "enum", "value_list" : "log_level" } + */ #define BATTFS_LOG_LEVEL LOG_LVL_INFO -/// Module logging format. +/** + * module logging format. + * + * $wizard = { "type" : "enum", "value_list" : "log_format" } + */ #define BATTFS_LOG_FORMAT LOG_FMT_VERBOSE /** diff --git a/bertos/fs/battfs.h b/bertos/fs/battfs.h index d621c795..acd0f974 100644 --- a/bertos/fs/battfs.h +++ b/bertos/fs/battfs.h @@ -36,6 +36,12 @@ * * \brief BattFS: a filesystem for embedded platforms (interface). * TODO: Add detailed filesystem description. + * + * $WIZAR_MODULE = { + * "name" : "battfs", + * "depends" : ["rotating_hash", "kfile"], + * "configuration" : "bertos/cfg/cfg_battfs.h" + * } */ #ifndef FS_BATTFS_H -- 2.25.1