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

This commit is contained in:
C.S.M
2024-05-09 18:38:38 +08:00
parent 0121e99d05
commit 15cf203632
17 changed files with 202 additions and 22 deletions

View File

@@ -20,7 +20,6 @@ JTAG_SERIAL_MARKS = [
pytest.mark.esp32c3,
pytest.mark.esp32c6,
pytest.mark.esp32h2,
pytest.mark.esp32p4,
]