mirror of
https://github.com/apache/nuttx.git
synced 2026-08-11 15:35:10 +00:00
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 <filipe.cavalcanti@espressif.com>
This commit is contained in:
parent
fb5f27e984
commit
4c48708fbc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue