esp-rs / esp-flasher-stub

Rust implementation of flasher stub located in esptool
Apache License 2.0
18 stars 10 forks source link

Transport detection & Usb serial jtag support #26

Closed MabezDev closed 1 year ago

MabezDev commented 1 year ago

This PR adds transport detection and a InputIO implementation for the USB-SERIAL-JTAG driver.

Currently, draft because the usb serial jtag interrupt is not firing on the esp32s3 see https://github.com/esp-rs/esp-hal/issues/633.

MabezDev commented 1 year ago

https://github.com/esp-rs/esp-hal/pull/664 has resolved the esp32s3 issues. This is now ready for review.