Skip to content

Commit

Permalink
esp32: Rename GENERIC_C6 to ESP32_GENERIC_C6.
Browse files Browse the repository at this point in the history
Signed-off-by: IhorNehrutsa <[email protected]>
  • Loading branch information
IhorNehrutsa authored and IhorNehrutsa committed Jan 9, 2024
1 parent cab3d4e commit c11e806
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ set(IDF_TARGET esp32c6)
set(SDKCONFIG_DEFAULTS
boards/sdkconfig.base
#boards/sdkconfig.ble
boards/GENERIC_C6/sdkconfig.board
boards/ESP32_GENERIC_C6/sdkconfig.board
)

#set(CONFIG_BT_NIMBLE_LEGACY_VHCI_ENABLE "y")
set(CONFIG_ESP_CONSOLE_UART_BAUDRATE 115200)

0 comments on commit c11e806

Please sign in to comment.