-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Description
Checklist
- Checked the issue tracker for similar issues to ensure this is not a duplicate.
- Described the feature in detail and justified the reason for the request.
- Provided specific use cases and examples.
Feature description
Stock micropython binaries (esp32s3) are compiled with
tinyusb support (not hardware cdc-jtag) so user-written
micropython source allows creating custom usb devices.
If we want to integrate micropython and usb-jtag-bridge
one option is to compile micropython with hardware cdc-jtag,
other is to have usb-jtag-bridge written in micropython.
Use cases
Intelligent usb-jtag-bridge that is not only JTAG but also
protocol converter/adapter with serial, wifi, bluetooth, etc.
Often debugging needs additional hardware next to jtag,
with jtag programmable in micropython we can have
many-in-one device.
Alternatives
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
No labels