X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=boards%2Fek-lpc-p2378%2Fbenchmark%2Fkernel_footprint%2Fcfg%2Fcfg_battfs.h;fp=boards%2Fek-lpc-p2378%2Fbenchmark%2Fkernel_footprint%2Fcfg%2Fcfg_battfs.h;h=0000000000000000000000000000000000000000;hb=c15b00a9a85e2aa3fdc681e63d7e92851035b63a;hp=fb438a084fdc752bcbf5b6c341adaf7392a44f02;hpb=fd8bd1af65d3eaea3040d74df3d76b51577a67a6;p=bertos.git diff --git a/boards/ek-lpc-p2378/benchmark/kernel_footprint/cfg/cfg_battfs.h b/boards/ek-lpc-p2378/benchmark/kernel_footprint/cfg/cfg_battfs.h deleted file mode 100644 index fb438a08..00000000 --- a/boards/ek-lpc-p2378/benchmark/kernel_footprint/cfg/cfg_battfs.h +++ /dev/null @@ -1,68 +0,0 @@ -/** - * \file - * - * - * \brief Configuration file for BattFS module. - * - * \version $Id$ - * \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 */