mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-02 02:10:19 +08:00
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:
@ -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))
|
||||
|
Reference in New Issue
Block a user