- ESP32-C3 SPI slave project with ESP-NOW broadcast functionality - Raspberry Pi SPI master test tools and CLI for JSON communication - Merged src/ directory from full branch with lighting controller code - Updated Pipfile with system install scripts and ESP32 monitoring - Added comprehensive test suite for SPI communication
22 lines
1.3 KiB
CMake
22 lines
1.3 KiB
CMake
set(CMAKE_ASM_COMPILER "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc")
|
|
set(CMAKE_ASM_COMPILER_ARG1 "")
|
|
set(CMAKE_AR "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ar")
|
|
set(CMAKE_ASM_COMPILER_AR "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar")
|
|
set(CMAKE_RANLIB "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib")
|
|
set(CMAKE_ASM_COMPILER_RANLIB "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib")
|
|
set(CMAKE_LINKER "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ld")
|
|
set(CMAKE_MT "")
|
|
set(CMAKE_ASM_COMPILER_LOADED 1)
|
|
set(CMAKE_ASM_COMPILER_ID "GNU")
|
|
set(CMAKE_ASM_COMPILER_VERSION "")
|
|
set(CMAKE_ASM_COMPILER_ENV_VAR "ASM")
|
|
|
|
|
|
set(CMAKE_ASM_COMPILER_SYSROOT "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr")
|
|
set(CMAKE_COMPILER_SYSROOT "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr")
|
|
|
|
set(CMAKE_ASM_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
|
|
set(CMAKE_ASM_LINKER_PREFERENCE 0)
|
|
|
|
|