How do I set up ESP32-C3
Hello,
I have followed the only tutorial I could find (https://www.jetbrains.com/help/clion/esp-idf.html#prepare). however, I need ESP32-C3 not just ESP32. how do I set this up?
Please sign in to leave a comment.
Hello,
I have followed the only tutorial I could find (https://www.jetbrains.com/help/clion/esp-idf.html#prepare). however, I need ESP32-C3 not just ESP32. how do I set this up?
Please sign in to leave a comment.
All solved.
C3 is riscv based and so these settings work for the setup:
\tools\riscv32-esp-elf\esp-2022r1-RC1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe
\tools\riscv32-esp-elf\esp-2022r1-RC1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-g++.exe
\tools\riscv32-esp-elf\esp-2022r1-RC1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gdb.exe