feat(usb_serial_jtag): Add usb serial jtag support for esp32h4

This commit is contained in:
C.S.M
2025-07-21 18:32:52 +08:00
parent 8886097fe4
commit df8a9d26c2
17 changed files with 361 additions and 23 deletions

View File

@@ -191,7 +191,7 @@ static inline void usb_serial_jtag_ll_txfifo_flush(void)
*
* @param enable Enable USJ JTAG bridge
*/
FORCE_INLINE_ATTR void usb_serial_jtag_ll_phy_set_jtag_bridge(bool enable)
FORCE_INLINE_ATTR void usb_serial_jtag_ll_phy_enable_jtag_bridge(bool enable)
{
USB_SERIAL_JTAG.conf0.usb_jtag_bridge_en = enable;
}