esp-usb-bridge icon indicating copy to clipboard operation
esp-usb-bridge copied to clipboard

Abstracting the functionality of esp-usb-bridge into components (EUB-52)

Open lijunru-hub opened this issue 2 years ago • 5 comments

I have recently implemented wireless debugging using the code from this repository. However, maintaining it on both ends can be quite challenging. You can find the code for wireless debugging at this GitHub repository: https://github.com/espressif/esp-dev-kits/tree/master/esp32-s3-usb-bridge/examples/usb_wireless_bridge.

It would be great to have the CDC, JTAG, Serial, and MSC functions abstracted into an API so that we can customize the message queue by calling the interface. Additionally, it would be interesting to explore the possibility of supporting wireless debugging using ESP-NOW.

lijunru-hub avatar Jul 11 '23 03:07 lijunru-hub

Thanks @lijunru-hub for the suggestions!

dobairoland avatar Jul 11 '23 08:07 dobairoland

@lijunru-hub I noticed your contributions in the repository, but I noticed that it doesn't seem to implement wireless jtag debugging, and I wonder if you have any plans to implement this feature Forgive me if this is not the appropriate place to raise this question

Yecgaa1 avatar Aug 19 '23 14:08 Yecgaa1

@Yecgaa1 I'm sorry for the delayed response. Due to speed limitations, I haven't had a chance to test the practicality of wireless JTAG yet.

lijunru-hub avatar Oct 25 '23 10:10 lijunru-hub

Never mind, could you tell me what the current speed limit is?

@Yecgaa1 I'm sorry for the delayed response. Due to speed limitations, I haven't had a chance to test the practicality of wireless JTAG yet.

Yecgaa1 avatar Oct 25 '23 10:10 Yecgaa1