esp32: enable LIBC_ARCH_ATOMIC

fixes a build issue in https://github.com/apache/nuttx-apps/pull/1723
This commit is contained in:
YAMAMOTO Takashi 2023-04-24 08:16:36 +09:00 committed by Xiang Xiao
parent a40a802f9b
commit 0066bf80d2
1 changed files with 1 additions and 0 deletions

View File

@ -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