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/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new ad43dffb8bd boards/risc-v/esp32c6: remove debug options from defconfig
ad43dffb8bd is described below
commit ad43dffb8bdabca8c9b3fa77745a7a883582313a
Author: Filipe Cavalcanti <[email protected]>
AuthorDate: Thu Mar 12 15:44:07 2026 -0300
boards/risc-v/esp32c6: remove debug options from defconfig
Removes debug options from two defconfigs which should not been set.
Signed-off-by: Filipe Cavalcanti <[email protected]>
---
.../risc-v/esp32c6/esp32c6-devkitc/configs/sdmmc_spi/defconfig | 6 ------
boards/risc-v/esp32c6/esp32c6-devkitc/configs/wifi/defconfig | 10 ----------
2 files changed, 16 deletions(-)
diff --git a/boards/risc-v/esp32c6/esp32c6-devkitc/configs/sdmmc_spi/defconfig
b/boards/risc-v/esp32c6/esp32c6-devkitc/configs/sdmmc_spi/defconfig
index 6267e1b9661..e5f89d53be9 100644
--- a/boards/risc-v/esp32c6/esp32c6-devkitc/configs/sdmmc_spi/defconfig
+++ b/boards/risc-v/esp32c6/esp32c6-devkitc/configs/sdmmc_spi/defconfig
@@ -26,12 +26,6 @@ CONFIG_ARCH_STACKDUMP=y
CONFIG_BOARDCTL_RESET=y
CONFIG_BOARD_LOOPSPERMSEC=15000
CONFIG_BUILTIN=y
-CONFIG_DEBUG_ASSERTIONS=y
-CONFIG_DEBUG_ASSERTIONS_EXPRESSION=y
-CONFIG_DEBUG_FEATURES=y
-CONFIG_DEBUG_FULLOPT=y
-CONFIG_DEBUG_SYMBOLS=y
-CONFIG_ESPRESSIF_MERGE_BINS=y
CONFIG_ESPRESSIF_SPI2=y
CONFIG_ESPRESSIF_SPI2_CSPIN=15
CONFIG_FAT_LCNAMES=y
diff --git a/boards/risc-v/esp32c6/esp32c6-devkitc/configs/wifi/defconfig
b/boards/risc-v/esp32c6/esp32c6-devkitc/configs/wifi/defconfig
index 4abcc4411cb..3c01fdf93aa 100644
--- a/boards/risc-v/esp32c6/esp32c6-devkitc/configs/wifi/defconfig
+++ b/boards/risc-v/esp32c6/esp32c6-devkitc/configs/wifi/defconfig
@@ -24,18 +24,8 @@ CONFIG_ARCH_STACKDUMP=y
CONFIG_BOARDCTL_RESET=y
CONFIG_BOARD_LOOPSPERMSEC=15000
CONFIG_BUILTIN=y
-CONFIG_DEBUG_ASSERTIONS=y
-CONFIG_DEBUG_ASSERTIONS_EXPRESSION=y
-CONFIG_DEBUG_FEATURES=y
-CONFIG_DEBUG_FULLOPT=y
-CONFIG_DEBUG_SYMBOLS=y
-CONFIG_DEBUG_WIRELESS=y
-CONFIG_DEBUG_WIRELESS_ERROR=y
-CONFIG_DEBUG_WIRELESS_INFO=y
-CONFIG_DEBUG_WIRELESS_WARN=y
CONFIG_DRIVERS_IEEE80211=y
CONFIG_DRIVERS_WIRELESS=y
-CONFIG_ESPRESSIF_MERGE_BINS=y
CONFIG_ESPRESSIF_SPIFLASH=y
CONFIG_ESPRESSIF_SPIFLASH_SPIFFS=y
CONFIG_ESPRESSIF_WIFI=y