You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by pk...@apache.org on 2023/12/06 20:10:26 UTC

(nuttx) branch master updated: esp32s3: enable LIBC_ARCH_ATOMIC

This is an automated email from the ASF dual-hosted git repository.

pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new a59a4ca8ea esp32s3: enable LIBC_ARCH_ATOMIC
a59a4ca8ea is described below

commit a59a4ca8ea5d0e3edead826700be110d2d666ed9
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Wed Dec 6 23:03:49 2023 +0900

    esp32s3: enable LIBC_ARCH_ATOMIC
    
    Fixes toywasm build.
---
 arch/xtensa/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig
index eec777b1a4..7efcb1b360 100644
--- a/arch/xtensa/Kconfig
+++ b/arch/xtensa/Kconfig
@@ -87,6 +87,7 @@ config ARCH_CHIP_ESP32S3
 	select ARCH_HAVE_TESTSET
 	select ARCH_VECNOTIRQ
 	select LIBC_PREVENT_STRING_KERNEL
+	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