change(usb_serial_jtag): Add a usb_serial_jtag echo example for how to use usb_serial_jtag APIs,

Closes https://github.com/espressif/esp-idf/issues/12620,
Closes https://github.com/espressif/esp-idf/issues/12605
This commit is contained in:
Cao Sen Miao
2023-11-28 18:50:50 +08:00
parent b8e8042c4e
commit 2a0debde3c
9 changed files with 188 additions and 0 deletions

View File

@@ -229,6 +229,15 @@ pytest_examples_esp32c6_generic:
artifacts: false
tags: [ esp32c6, generic ]
pytest_examples_esp32c6_usj_device:
extends:
- .pytest_examples_dir_template
- .rules:test:example_test-esp32c6
needs:
- job: build_pytest_examples_esp32c6
artifacts: false
tags: [ esp32c6, usj_device ]
pytest_examples_esp32h2_generic:
extends:
- .pytest_examples_dir_template