mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 03:45:50 +08:00
esp32: enable LIBC_ARCH_ATOMIC
fixes a build issue in https://github.com/apache/nuttx-apps/pull/1723
This commit is contained in:
committed by
Xiang Xiao
parent
a40a802f9b
commit
0066bf80d2
@@ -21,6 +21,7 @@ config ARCH_CHIP_ESP32
|
|||||||
select ARCH_HAVE_TESTSET
|
select ARCH_HAVE_TESTSET
|
||||||
select ARCH_HAVE_TEXT_HEAP
|
select ARCH_HAVE_TEXT_HEAP
|
||||||
select ARCH_VECNOTIRQ
|
select ARCH_VECNOTIRQ
|
||||||
|
select LIBC_ARCH_ATOMIC
|
||||||
select LIBC_ARCH_MEMCPY if BUILD_FLAT
|
select LIBC_ARCH_MEMCPY if BUILD_FLAT
|
||||||
select LIBC_ARCH_MEMCHR if BUILD_FLAT
|
select LIBC_ARCH_MEMCHR if BUILD_FLAT
|
||||||
select LIBC_ARCH_MEMCMP if BUILD_FLAT
|
select LIBC_ARCH_MEMCMP if BUILD_FLAT
|
||||||
|
|||||||
Reference in New Issue
Block a user