esp32: enable LIBC_ARCH_ATOMIC
fixes a build issue in https://github.com/apache/nuttx-apps/pull/1723
This commit is contained in:
parent
a40a802f9b
commit
0066bf80d2
|
@ -21,6 +21,7 @@ config ARCH_CHIP_ESP32
|
|||
select ARCH_HAVE_TESTSET
|
||||
select ARCH_HAVE_TEXT_HEAP
|
||||
select ARCH_VECNOTIRQ
|
||||
select LIBC_ARCH_ATOMIC
|
||||
select LIBC_ARCH_MEMCPY if BUILD_FLAT
|
||||
select LIBC_ARCH_MEMCHR if BUILD_FLAT
|
||||
select LIBC_ARCH_MEMCMP if BUILD_FLAT
|
||||
|
|
Loading…
Reference in New Issue