Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lijunru-hub opened this issue Jul 11, 2023 · 4 comments

Comments

@lijunru-hub
Copy link

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.

@github-actions github-actions bot changed the title Abstracting the functionality of esp-usb-bridge into components Abstracting the functionality of esp-usb-bridge into components (EUB-52) Jul 11, 2023
@dobairoland
Copy link
Collaborator

Thanks @lijunru-hub for the suggestions!

@Yecgaa1
Copy link

Yecgaa1 commented Aug 19, 2023

@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

@lijunru-hub
Copy link
Author

@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
Copy link

Yecgaa1 commented Oct 25, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants