X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fstm32-p103%2Fexamples%2Fusbmouse%2Fcfg%2Fcfg_dataflash.h;fp=boards%2Fstm32-p103%2Fexamples%2Fusbmouse%2Fcfg%2Fcfg_dataflash.h;h=4e7dfbd9d4aee3fd538f3531372210ec3335f380;hb=21ee60ddc5488f5fb26da3a2cd0b9e9f33a776a3;hp=0000000000000000000000000000000000000000;hpb=b5efa6c4ecc0a6b13fa69c8fcb5cd8ed437121d1;p=bertos.git diff --git a/boards/stm32-p103/examples/usbmouse/cfg/cfg_dataflash.h b/boards/stm32-p103/examples/usbmouse/cfg/cfg_dataflash.h new file mode 100644 index 00000000..4e7dfbd9 --- /dev/null +++ b/boards/stm32-p103/examples/usbmouse/cfg/cfg_dataflash.h @@ -0,0 +1,55 @@ +/** + * \file + * + * + * \brief Configuration file for data flash memory module. + * + * \author Daniele Basile + */ + +#ifndef CFG_DATAFLASH_H +#define CFG_DATAFLASH_H + +/** + * Module logging level. + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_level" + */ +#define DATAFLASH_LOG_LEVEL LOG_LVL_INFO + +/** + * Module logging format. + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_format" + */ +#define DATAFLASH_LOG_FORMAT LOG_FMT_TERSE + +#endif /* CFG_DATAFLASH_H */