mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-04 12:36:57 +08:00
Merge branch 'bugfix/fix_link_data_cause_crash' into 'master'
freertos: fix link bss data to IRAM causing crash See merge request sdk/ESP8266_RTOS_SDK!1124
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