// eCos memory layout - Wed Apr 11 13:49:55 2001 // This is a generated file - do not edit #ifndef __ASSEMBLER__ #include #include #endif #define CYGMEM_REGION_sram (0x40000000) #define CYGMEM_REGION_sram_SIZE (0x0000FFE0) #define CYGMEM_REGION_sram_ATTR (CYGMEM_REGION_ATTR_R | CYGMEM_REGION_ATTR_W) #define CYGMEM_REGION_sram2 (0x7FE00000) #define CYGMEM_REGION_sram2_SIZE (0x4000) #define CYGMEM_REGION_sram2_ATTR (CYGMEM_REGION_ATTR_R | CYGMEM_REGION_ATTR_W) #define CYGMEM_REGION_rom (0x00000000) #define CYGMEM_REGION_rom_SIZE (0x00080000) #define CYGMEM_REGION_rom_ATTR (CYGMEM_REGION_ATTR_R) #ifndef __ASSEMBLER__ extern char CYG_LABEL_NAME (__heap1) []; #endif #define CYGMEM_SECTION_heap1 (CYG_LABEL_NAME (__heap1)) //#define CYGMEM_SECTION_heap1_SIZE (0x40010000 - (size_t) CYG_LABEL_NAME (__heap1) - 32) #define CYGMEM_SECTION_heap1_SIZE (0x7FE04000 - (size_t) CYG_LABEL_NAME (__heap1) )