X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_battfs.h;h=83210974e4f15e630dfa4e8ec280dfbd566d0848;hb=1fc71821dbce1d85a5d5227bd9e6580b573e8eba;hp=951023644173fc8d4a626653702bca04ba808343;hpb=78ba83720d538ac0c32b04bb672101f0cc9bfb14;p=bertos.git diff --git a/bertos/cfg/cfg_battfs.h b/bertos/cfg/cfg_battfs.h index 95102364..83210974 100644 --- a/bertos/cfg/cfg_battfs.h +++ b/bertos/cfg/cfg_battfs.h @@ -32,23 +32,35 @@ * * \brief Configuration file for BattFS module. * - * \version $Id: cfg_adc.h 1603 2008-08-10 17:18:44Z bernie $ + * \version $Id$ * \author Daniele Basile */ #ifndef CFG_BATTFS_H #define CFG_BATTFS_H -/// Module logging level. + +/** + * Module logging level. + * + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_level" + */ #define BATTFS_LOG_LEVEL LOG_LVL_INFO -/// Module logging format. +/** + * module logging format. + * + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_format" + */ #define BATTFS_LOG_FORMAT LOG_FMT_VERBOSE /** * Set to 1 to enable free page shuffling: this * increase memories life but makes debugging * more difficult due to its unrepeteable state. + * $WIZ$ type = "boolean" */ #define CONFIG_BATTFS_SHUFFLE_FREE_PAGES 0