mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-16 00:49:16 +00:00
feature(usb_serial_jtag): add usb serial jtag support for esp32p4
This commit is contained in:
@@ -83,6 +83,10 @@ config SOC_WIRELESS_HOST_SUPPORTED
|
||||
bool
|
||||
default y
|
||||
|
||||
config SOC_USB_SERIAL_JTAG_SUPPORTED
|
||||
bool
|
||||
default y
|
||||
|
||||
config SOC_TEMP_SENSOR_SUPPORTED
|
||||
bool
|
||||
default y
|
||||
|
@@ -38,7 +38,7 @@ typedef enum {
|
||||
ETS_LP_SYSREG_INTR_SOURCE,
|
||||
ETS_LP_HUK_INTR_SOURCE,
|
||||
ETS_SYS_ICM_INTR_SOURCE,
|
||||
ETS_USB_DEVICE_INTR_SOURCE,
|
||||
ETS_USB_SERIAL_JTAG_INTR_SOURCE,
|
||||
ETS_SDIO_HOST_INTR_SOURCE,
|
||||
ETS_DW_GDMA_INTR_SOURCE,
|
||||
ETS_SPI2_INTR_SOURCE,
|
||||
|
@@ -39,8 +39,7 @@
|
||||
#define SOC_EMAC_SUPPORTED 1
|
||||
#define SOC_USB_OTG_SUPPORTED 1
|
||||
#define SOC_WIRELESS_HOST_SUPPORTED 1
|
||||
// disable usb serial jtag for esp32p4, current image does not support
|
||||
// #define SOC_USB_SERIAL_JTAG_SUPPORTED 1 //TODO: IDF-7496
|
||||
#define SOC_USB_SERIAL_JTAG_SUPPORTED 1
|
||||
#define SOC_TEMP_SENSOR_SUPPORTED 1
|
||||
#define SOC_SUPPORTS_SECURE_DL_MODE 1
|
||||
#define SOC_ULP_SUPPORTED 1
|
||||
|
Reference in New Issue
Block a user