X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fstm32-p103%2Fbenchmark%2Fstm32-p103_kernel_footprint%2Fcfg%2Fcfg_fat.h;fp=boards%2Fstm32-p103%2Fbenchmark%2Fstm32-p103_kernel_footprint%2Fcfg%2Fcfg_fat.h;h=fcd717af3591aede4c4b578bab04e6f794d445c2;hb=976d522209efc4c11a019ae6b34657b6b3f59ba0;hp=83772f45047a2d37e8dc8e3d41d9a8f99a2b07b3;hpb=d98ef779240b3c49d9313e770048b262c4f8daa3;p=bertos.git diff --git a/boards/stm32-p103/benchmark/stm32-p103_kernel_footprint/cfg/cfg_fat.h b/boards/stm32-p103/benchmark/stm32-p103_kernel_footprint/cfg/cfg_fat.h index 83772f45..fcd717af 100644 --- a/boards/stm32-p103/benchmark/stm32-p103_kernel_footprint/cfg/cfg_fat.h +++ b/boards/stm32-p103/benchmark/stm32-p103_kernel_footprint/cfg/cfg_fat.h @@ -40,6 +40,23 @@ #ifndef CFG_FAT_H #define CFG_FAT_H +/** + * Module logging level. + * + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_level" + */ +#define FAT_LOG_LEVEL LOG_LVL_ERR + +/** + * Module logging format. + * + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_format" + */ +#define FAT_LOG_FORMAT LOG_FMT_VERBOSE + + /** * Use word alignment to access FAT structure. * $WIZ$ type = "boolean"