mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
usb_serial_jtag: add support for esp32c6
This commit is contained in:
parent
766dc3eead
commit
a57500d29c
@ -229,7 +229,7 @@ menu "ESP System Settings"
|
||||
config ESP_CONSOLE_USB_SERIAL_JTAG
|
||||
bool "USB Serial/JTAG Controller"
|
||||
select ESPTOOLPY_NO_STUB if IDF_TARGET_ESP32C3 #ESPTOOL-252
|
||||
depends on IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32S3
|
||||
depends on SOC_USB_SERIAL_JTAG_SUPPORTED
|
||||
config ESP_CONSOLE_UART_CUSTOM
|
||||
bool "Custom UART"
|
||||
config ESP_CONSOLE_NONE
|
||||
@ -237,7 +237,7 @@ menu "ESP System Settings"
|
||||
endchoice
|
||||
|
||||
choice ESP_CONSOLE_SECONDARY
|
||||
depends on IDF_TARGET_ESP32S3 || IDF_TARGET_ESP32C3
|
||||
depends on SOC_USB_SERIAL_JTAG_SUPPORTED
|
||||
prompt "Channel for console secondary output"
|
||||
default ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG
|
||||
help
|
||||
|
Loading…
x
Reference in New Issue
Block a user