Skip to content

Micropython version of esp-usb-bridge wished (EUB-80) #30

@emard

Description

@emard

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions