X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fat91sam7x-ek%2Fbenchmark%2Fkernel_footprint_coop%2Fcfg%2Fcfg_flash25.h;fp=boards%2Fat91sam7x-ek%2Fbenchmark%2Fkernel_footprint_coop%2Fcfg%2Fcfg_flash25.h;h=f7ff219bca20cc3d7729e652079e689c1ce7a74b;hb=cf0e85cf28635514f0e0956929605df8c2566882;hp=0000000000000000000000000000000000000000;hpb=ea12a07185cfa16b2a37d39ec7bdaf988b283c0c;p=bertos.git diff --git a/boards/at91sam7x-ek/benchmark/kernel_footprint_coop/cfg/cfg_flash25.h b/boards/at91sam7x-ek/benchmark/kernel_footprint_coop/cfg/cfg_flash25.h new file mode 100644 index 00000000..f7ff219b --- /dev/null +++ b/boards/at91sam7x-ek/benchmark/kernel_footprint_coop/cfg/cfg_flash25.h @@ -0,0 +1,52 @@ +/** + * \file + * + * + * \brief Configuration file for flash25 module. + * + * \version $Id$ + * + * \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 */ +