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 4c48708fbc boards/esp32c3: modify nimble defconfig to use UART0 as
serial console
4c48708fbc is described below
commit 4c48708fbcd19c1709bddd3aa4cdb823ec12534f
Author: Filipe Cavalcanti <[email protected]>
AuthorDate: Thu Apr 24 14:32:40 2025 -0300
boards/esp32c3: modify nimble defconfig to use UART0 as serial console
Nimble defconfig had USB Serial as default console. This changes makes it
compatible
to ESP32C3-Devkit and makes it similar to other defconfigs.
Signed-off-by: Filipe Cavalcanti <[email protected]>
---
boards/risc-v/esp32c3/esp32c3-generic/configs/nimble/defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/boards/risc-v/esp32c3/esp32c3-generic/configs/nimble/defconfig
b/boards/risc-v/esp32c3/esp32c3-generic/configs/nimble/defconfig
index ccd71fc4d3..8b43d81549 100644
--- a/boards/risc-v/esp32c3/esp32c3-generic/configs/nimble/defconfig
+++ b/boards/risc-v/esp32c3/esp32c3-generic/configs/nimble/defconfig
@@ -26,7 +26,6 @@ CONFIG_BUILTIN=y
CONFIG_DRIVERS_BLUETOOTH=y
CONFIG_DRIVERS_WIRELESS=y
CONFIG_ESPRESSIF_BLE=y
-CONFIG_ESPRESSIF_USBSERIAL=y
CONFIG_EXAMPLES_NIMBLE=y
CONFIG_FS_PROCFS=y
CONFIG_HAVE_CXX=y
@@ -65,5 +64,6 @@ CONFIG_START_MONTH=12
CONFIG_START_YEAR=2024
CONFIG_SYSTEM_DUMPSTACK=y
CONFIG_SYSTEM_NSH=y
+CONFIG_UART0_SERIAL_CONSOLE=y
CONFIG_WIRELESS=y
CONFIG_WIRELESS_BLUETOOTH=y