If you mean the ESP-IDF...
It is supported on the MAC in 4.2+ for the risc-v S2 and C3 chips.
https://docs.espressif.com/projects/esp-idf/en/latest/esp32c3/get-started/index.html#
Get Started - ESP32-C3 - — ESP-IDF Programming Guide latest documentation - Espressif
Get Started¶. This document is intended to help you set up the software development environment for the hardware based on the ESP32-C3 chip by Espressif.
docs.espressif.com
|
- |
I'm not a coder so most of it is Greek to me:o\
I frankincode to test my hardware...
I designed boards using the ESP-12F adding a 15bit ADC, RTC, Accelerometer, eeprom, TF card and an I2C bus.
Now I'm planning to move it over to Ai's C3F-12F RISC-V module.
My associates are coding with the prototype ESP-12F boards, hoping they will have something useful to port over to the C3F.
I did find a hardware config txt file for the C3 board and it has statements for the RTS & DTR set to false.
I changed them to true but now the IDE is crashing on compile, complaining of missing a file/directory.
I think a library may have updated and killed something. Was just about to get into that when I saw your message.
Cheers