Closed jessebraham closed 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.
Don't have time for this right now unfortunately, somebody else can pick up where I left off if they want.
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 :)