X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=inline;f=boards%2Fstm32VLDiscovery%2Ftemplates%2Fkernel%2Fcfg%2Fcfg_flash25.h;fp=boards%2Fstm32VLDiscovery%2Ftemplates%2Fkernel%2Fcfg%2Fcfg_flash25.h;h=4b478b21d83abbade98ce3cb43b6601594e9c53d;hb=150b803365687c36d4ff94c65b089a4e91425a65;hp=0000000000000000000000000000000000000000;hpb=3439fb1587a2ad75977d02233e52c7b68c20a6cd;p=bertos.git diff --git a/boards/stm32VLDiscovery/templates/kernel/cfg/cfg_flash25.h b/boards/stm32VLDiscovery/templates/kernel/cfg/cfg_flash25.h new file mode 100644 index 00000000..4b478b21 --- /dev/null +++ b/boards/stm32VLDiscovery/templates/kernel/cfg/cfg_flash25.h @@ -0,0 +1,51 @@ +/** + * \file + * + * + * \brief Configuration file for flash25 module. + * + * + * \author Daniele Basile + */ + +#ifndef CFG_FLASH25_H +#define CFG_FLASH25_H + +/** + * Eeprom memory type. + * + *$WIZ$ type = "enum" + *$WIZ$ value_list = "flash25_list" + */ +#define CONFIG_FLASH25 FLASH25_AT25F2048 + +#endif /* CFG_FALSH25_H */ +