ESP32-C3 Support #166
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
First of all, thank you for this excellent project! I've been looking through the README and the code, and I'm very impressed.
I see that you've already added great support for ESP32 boards, specifically mentioning the ESP32-S2 and ESP32-S3. This is fantastic work.
I am writing to inquire specifically about the possibility of supporting the ESP32-C3. The C3 is a very popular and cost-effective RISC-V chip, and I believe its features would make it another great target for pico-fido.
Thank you again for your time and for creating such a valuable open-source tool.
It’s a hardware constraint. It doesn’t support OTG USB so the board cannot work as a usb device.
You can always get a S3 which costs like C3.
Thank you for your detailed answer.