feature(usb_serial_jtag): add usb serial jtag support for esp32p4

This commit is contained in:
C.S.M
2024-05-13 12:19:14 +08:00
parent ea010f84ef
commit 4dc565b7d0
17 changed files with 202 additions and 22 deletions

View File

@@ -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