X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fsam3n-ek%2Fbenchmark%2Fkernel_footprint%2Fcfg%2Fcfg_battfs.h;fp=boards%2Fsam3n-ek%2Fbenchmark%2Fkernel_footprint%2Fcfg%2Fcfg_battfs.h;h=0000000000000000000000000000000000000000;hb=55e0bd3abe4af67a82124bf5e97a708f24d5e240;hp=249dda76e0849ce3e44a2b89abe6634270ca7385;hpb=e79cd249413d2af644690eaad0856dff90d31533;p=bertos.git diff --git a/boards/sam3n-ek/benchmark/kernel_footprint/cfg/cfg_battfs.h b/boards/sam3n-ek/benchmark/kernel_footprint/cfg/cfg_battfs.h deleted file mode 100644 index 249dda76..00000000 --- a/boards/sam3n-ek/benchmark/kernel_footprint/cfg/cfg_battfs.h +++ /dev/null @@ -1,67 +0,0 @@ -/** - * \file - * - * - * \brief Configuration file for BattFS module. - * - * \author Daniele Basile - */ - -#ifndef CFG_BATTFS_H -#define CFG_BATTFS_H - - -/** - * Module logging level. - * - * $WIZ$ type = "enum" - * $WIZ$ value_list = "log_level" - */ -#define BATTFS_LOG_LEVEL LOG_LVL_INFO - -/** - * 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 - - -#endif /* BATTFS */