mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-16 23:05:38 +00:00
feature(usb_serial_jtag): add usb serial jtag support for esp32p4
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
|
||||
#define USB_SERIAL_JTAG_LL_INTR_MASK (0x7ffff) // All interrupts mask
|
||||
#define USB_SERIAL_JTAG_LL_EXT_PHY_SUPPORTED 1 // Can route to an external FSLS PHY
|
||||
#define USB_SERIAL_JTAG_LL_PHY_DEPENDS_ON_BBPLL (1)
|
||||
|
||||
// Define USB_SERIAL_JTAG interrupts
|
||||
// Note the hardware has more interrupts, but they're only useful for debugging
|
||||
|
Reference in New Issue
Block a user