Description
Establish the isolated build infrastructure for the Espressif ESP32-C6-DevKitC-1-N8 board under the Espressif/ESP32-C6-DevKitC-1/ directory. Configure the RISC-V cross-compilation toolchain and integrate the ThreadX kernel assembly files with the ESP-IDF build system.
Tasks
Description
Establish the isolated build infrastructure for the Espressif ESP32-C6-DevKitC-1-N8 board under the
Espressif/ESP32-C6-DevKitC-1/directory. Configure the RISC-V cross-compilation toolchain and integrate the ThreadX kernel assembly files with the ESP-IDF build system.Tasks
Espressif/ESP32-C6-DevKitC-1/.cmake/riscv-gcc-toolchain.cmaketargeting the RV32IMAC architecture.tx_initialize_low_level.S for RISC-Vto handle the ESP32-C6's interrupt vector structures.idf.pywith our localized CMakePresets framework.