mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 07:00:05 +08:00
fix(freertos): fix link bss data to IRAM causing crash
Global data of port.c, xtensa_context.S and xtensa_vectors.S should not be linked into IRAM now.
This commit is contained in:
@ -2,4 +2,11 @@
|
||||
archive: libfreertos.a
|
||||
entries:
|
||||
if FREERTOS_GLOBAL_DATA_LINK_IRAM = y:
|
||||
* (iram_bss)
|
||||
event_groups (iram_bss)
|
||||
list (iram_bss)
|
||||
queue (iram_bss)
|
||||
stream_buffer (iram_bss)
|
||||
tasks (iram_bss)
|
||||
timers (iram_bss)
|
||||
freertos_hooks (iram_bss)
|
||||
impure(iram_bss)
|
||||
|
Reference in New Issue
Block a user