mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
arch: arm: select LIBC_ARCH_ATOMIC when config ARCH_CHIP_RP2040
Use the common atomic operations when needed. Signed-off-by: Matheus Castello <matheus@castello.eng.br>
This commit is contained in:
committed by
Xiang Xiao
parent
1af8cd4de8
commit
294694bb2f
@@ -233,6 +233,7 @@ config ARCH_CHIP_RP2040
|
||||
select ARCH_HAVE_TESTSET
|
||||
select ARCH_HAVE_I2CRESET
|
||||
select ARM_HAVE_WFE_SEV
|
||||
select LIBC_ARCH_ATOMIC
|
||||
---help---
|
||||
Raspberry Pi RP2040 architectures (ARM dual Cortex-M0+).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user