This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push: new 326183bbbc esp32c3/Kconfig: Remove duplicate wireless config 326183bbbc is described below commit 326183bbbc9bac453fb4b79d71c1aa903d1ffad5 Author: Abdelatif Guettouche <abdelatif.guettou...@espressif.com> AuthorDate: Thu Jun 9 10:54:40 2022 +0200 esp32c3/Kconfig: Remove duplicate wireless config Signed-off-by: Abdelatif Guettouche <abdelatif.guettou...@espressif.com> --- arch/risc-v/src/esp32c3/Kconfig | 5 ----- 1 file changed, 5 deletions(-) diff --git a/arch/risc-v/src/esp32c3/Kconfig b/arch/risc-v/src/esp32c3/Kconfig index aa91feb89a..b0ed2d9708 100644 --- a/arch/risc-v/src/esp32c3/Kconfig +++ b/arch/risc-v/src/esp32c3/Kconfig @@ -168,11 +168,6 @@ config ESP32C3_RTC_HEAP select ARCH_HAVE_EXTRA_HEAPS default n -config ESP32C3_WIRELESS - bool - default n - select ESP32C3_RT_TIMER - config ESP32C3_EXCEPTION_ENABLE_CACHE bool default y