X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=examples%2Flpc2378%2Fcfg%2Fcfg_flash25.h;fp=examples%2Flpc2378%2Fcfg%2Fcfg_flash25.h;h=05ec8e45a08bca1b65ddbb7e3b83501aa9d4beae;hb=ab067bd420a6e48b25d66444d97ee229b48bcb23;hp=0000000000000000000000000000000000000000;hpb=8284fb65c8c8f9fd233da33fd08f1f81b64cb94b;p=bertos.git diff --git a/examples/lpc2378/cfg/cfg_flash25.h b/examples/lpc2378/cfg/cfg_flash25.h new file mode 100644 index 00000000..05ec8e45 --- /dev/null +++ b/examples/lpc2378/cfg/cfg_flash25.h @@ -0,0 +1,52 @@ +/** + * \file + * + * + * \brief Configuration file for flash25 module. + * + * \version $Id: cfg_flash25.h 2362 2009-02-19 14:35:07Z duplo $ + * + * \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 */ +