feat(esp8266): Don't use ICACHE_RODATA_ATTR to let string to be in flash

rodata will be in flash by default.
This commit is contained in:
Wu Jian Gang
2018-05-24 10:27:05 +08:00
parent 46d51ac826
commit d75ffa61eb
24 changed files with 19 additions and 105 deletions

View File

@ -204,11 +204,6 @@ static HeapRegion_t xHeapRegions[] =
#define vPortFree_t(pv) vPortFree(pv)
#define pvPortCalloc_t(count, size) pvPortCalloc(count, size)
#endif
/*-----------------------------------------------------------*/
#ifdef MEMLEAK_DEBUG
static const char mem_debug_file[] ICACHE_RODATA_ATTR STORE_ATTR = "user_app";
#endif
/*-----------------------------------------------------------*/
bool ICACHE_FLASH_ATTR __attribute__((weak))