embassy-rs / teleprobe

Apache License 2.0
39 stars 9 forks source link

Add initial support for (ESP32) RISC-V devices #17

Closed jessebraham closed 8 months ago

jessebraham commented 11 months ago

Notably lacking the ability to run from RAM, but that is Coming Soon™️. This works well enough to prove out the concept and run some basic tests for the time being.

I've additionally added an ftdi feature, as the ESP32-C2 does not have the USB Serial JTAG peripheral and as such we must use an external programmer; the ESP-Prog is FTDI-based which drove this decision.

Please let me know if you'd like to see anything changed in this PR :)

bugadani commented 8 months ago

Althrough teleprobe is a month out of date, ftdi should no longer be necessary, it's been enabled unconditionally in probe-rs.

jessebraham commented 8 months ago

Don't have time for this right now unfortunately, somebody else can pick up where I left off if they want.