mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-09-21 05:02:23 +08:00
fix(heap): Fix heap initialize error when disable IRAM for heap
This commit is contained in:
@ -18,6 +18,10 @@
|
||||
|
||||
#define HEAP_ALIGN_SIZE 4
|
||||
|
||||
#ifdef CONFIG_SOC_FULL_ICACHE
|
||||
#define HEAP_REGIONS_MAX 1
|
||||
#else
|
||||
#define HEAP_REGIONS_MAX 2
|
||||
#endif
|
||||
|
||||
#define MEM_BLK_MIN 1
|
||||
|
Reference in New Issue
Block a user