1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

Merge pull request #17080 from gschorcht/cpu/esp8266/fix_freertos_placement_in_irom

cpu/esp8266: place freertos functions in IRAM
This commit is contained in:
Gunar Schorcht 2021-10-29 13:02:20 +02:00 committed by GitHub
commit 723c24c1d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -240,6 +240,7 @@ SECTIONS
*core/sched.o(.literal .text .literal.* .text.*)
*esp_wifi/*(.literal .text .literal.* .text.*)
*freertos/*(.literal .text .literal.* .text.*)
*freertos_common/*(.literal .text .literal.* .text.*)
*periph/*(.literal .text .literal.* .text.*)
*xtimer/*(.literal .text .literal.* .text.*)