- 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
11 lines
629 B
Plaintext
11 lines
629 B
Plaintext
source "/home/pi/esp/esp-idf/components/efuse/Kconfig"
|
|
source "/home/pi/esp/esp-idf/components/esp_common/Kconfig"
|
|
source "/home/pi/esp/esp-idf/components/esp_hw_support/Kconfig"
|
|
source "/home/pi/esp/esp-idf/components/esp_libc/Kconfig"
|
|
source "/home/pi/esp/esp-idf/components/esp_rom/Kconfig"
|
|
source "/home/pi/esp/esp-idf/components/esp_system/Kconfig"
|
|
source "/home/pi/esp/esp-idf/components/freertos/Kconfig"
|
|
source "/home/pi/esp/esp-idf/components/hal/Kconfig"
|
|
source "/home/pi/esp/esp-idf/components/log/Kconfig"
|
|
source "/home/pi/esp/esp-idf/components/soc/Kconfig"
|
|
source "/home/pi/esp/esp-idf/components/spi_flash/Kconfig" |