mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 01:53:51 +01:00
cpu/esp8266: places ztimer_core function in IRAM
`ztimer_core` functions have to reside in IRAM for timing reasons and to be available also when the IROM cache is disabled. Although the module is called `ztimer`, its object files are generated in directory `ztimer_core`.
This commit is contained in:
parent
43988120f9
commit
ae8713fea8
@ -242,7 +242,7 @@ SECTIONS
|
|||||||
*freertos/*(.literal .text .literal.* .text.*)
|
*freertos/*(.literal .text .literal.* .text.*)
|
||||||
*freertos_common/*(.literal .text .literal.* .text.*)
|
*freertos_common/*(.literal .text .literal.* .text.*)
|
||||||
*periph/*(.literal .text .literal.* .text.*)
|
*periph/*(.literal .text .literal.* .text.*)
|
||||||
*ztimer/*(.literal .text .literal.* .text.*)
|
*ztimer_core/*(.literal .text .literal.* .text.*)
|
||||||
|
|
||||||
*libhal.a:clock.o(.literal .text .literal.* .text.*)
|
*libhal.a:clock.o(.literal .text .literal.* .text.*)
|
||||||
*libhal.a:int_asm--set_intclear.o(.literal .text .literal.* .text.*)
|
*libhal.a:int_asm--set_intclear.o(.literal .text .literal.* .text.*)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user