You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/09/09 11:09:51 UTC

[incubator-nuttx] branch releases/11.0 updated: arch/xtensa: Remove non-existent ARCH_HAVE_TESTSET support for ESP32-S2

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

xiaoxiang pushed a commit to branch releases/11.0
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/releases/11.0 by this push:
     new 20e537bb7e arch/xtensa: Remove non-existent ARCH_HAVE_TESTSET support for ESP32-S2
20e537bb7e is described below

commit 20e537bb7e1044c698c42595c70917f70d2926b0
Author: Gustavo Henrique Nihei <gu...@espressif.com>
AuthorDate: Fri Aug 26 17:19:10 2022 -0300

    arch/xtensa: Remove non-existent ARCH_HAVE_TESTSET support for ESP32-S2
    
    Signed-off-by: Gustavo Henrique Nihei <gu...@espressif.com>
---
 arch/xtensa/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig
index a4b0ec869d..16d12f639e 100644
--- a/arch/xtensa/Kconfig
+++ b/arch/xtensa/Kconfig
@@ -54,7 +54,6 @@ config ARCH_CHIP_ESP32S2
 	select ARCH_HAVE_SDRAM
 	select ARCH_HAVE_RESET
 	select ARCH_HAVE_BOOTLOADER
-	select ARCH_HAVE_TESTSET
 	select ARCH_VECNOTIRQ
 	select LIBC_ARCH_ATOMIC
 	select LIBC_ARCH_MEMCPY