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

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

Closed
wants to merge 2 commits into from
Closed

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

wants to merge 2 commits into from

Conversation

jessebraham
Copy link

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

bugadani commented Feb 28, 2024

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

@jessebraham
Copy link
Author

jessebraham commented Feb 28, 2024

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

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

Successfully merging this pull request may close these issues.

2 participants