mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 21:54:33 +02:00
newlib: Put atomic function in IRAM
This commit is contained in:
@@ -5,3 +5,5 @@ entries:
|
|||||||
abort (noflash)
|
abort (noflash)
|
||||||
assert (noflash)
|
assert (noflash)
|
||||||
stdatomic (noflash)
|
stdatomic (noflash)
|
||||||
|
if IDF_TARGET_ARCH_RISCV:
|
||||||
|
port_stdatomic (noflash)
|
||||||
|
Reference in New Issue
Block a user