newlib: Put atomic function in IRAM

This commit is contained in:
Cao Sen Miao 2023-03-24 11:18:55 +08:00
parent 55fd7d43c1
commit e5355e57a1

View File

@ -5,3 +5,5 @@ entries:
abort (noflash)
assert (noflash)
stdatomic (noflash)
if IDF_TARGET_ARCH_RISCV:
port_stdatomic (noflash)