From e2d4f0e3200781d6ca9e0c11cafe216dddb15de9 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Tue, 22 Dec 2020 19:47:48 +1100 Subject: [PATCH] riscv: Place stdatomic file in iram --- components/riscv/linker.lf | 1 + 1 file changed, 1 insertion(+) diff --git a/components/riscv/linker.lf b/components/riscv/linker.lf index cfcb303cf0..2e5681238c 100644 --- a/components/riscv/linker.lf +++ b/components/riscv/linker.lf @@ -3,3 +3,4 @@ archive: libriscv.a entries: interrupt (noflash_text) vectors (noflash_text) + stdatomic (noflash_text)