mirror of
https://github.com/apache/nuttx.git
synced 2026-08-11 07:25:13 +00: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:
parent
1af8cd4de8
commit
294694bb2f
1 changed files with 1 additions and 0 deletions
|
|
@ -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+).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue