X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fsam3n-ek%2Fexamples%2Fsam3n-ek_display%2Fcfg%2Fcfg_flash25.h;fp=boards%2Fsam3n-ek%2Fexamples%2Fsam3n-ek_display%2Fcfg%2Fcfg_flash25.h;h=4b478b21d83abbade98ce3cb43b6601594e9c53d;hb=f20fc356270e0e09672f272b923867b7e9e87de7;hp=0000000000000000000000000000000000000000;hpb=a646f247a4733ae12b2a5372c23e367e3048efaf;p=bertos.git diff --git a/boards/sam3n-ek/examples/sam3n-ek_display/cfg/cfg_flash25.h b/boards/sam3n-ek/examples/sam3n-ek_display/cfg/cfg_flash25.h new file mode 100644 index 00000000..4b478b21 --- /dev/null +++ b/boards/sam3n-ek/examples/sam3n-ek_display/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 */ +