velxio/backend/app/services
David Montero Crespo c4ef03b6df feat(espidf): IDF v5.5 compile path for the whole ESP32 family
Ports the v5 compiler layer: /opt/esp-idf-v5 + arduino-esp32 3.x
discovery (IDF5_PATH / ARDUINO_ESP32_5_PATH overridable), per-compile IDF
selection routing the family to the v5 tree, esp32c6 target support, and
the docker-runtime hardening (version-matched python venv pinned on PATH,
toolchain ordering by the tree's tools.json, user-libs component REQUIRES
for the IDF components Arduino libraries include directly). The LED_BUILTIN
fallback in the project template becomes a whitelist so non-esp32 variants
(C6 first) never hit the redefinition trap. Includes the option tests.
2026-07-22 15:00:07 +02:00
..
boot_images
esp-idf-template feat(espidf): IDF v5.5 compile path for the whole ESP32 family 2026-07-22 15:00:07 +02:00
__init__.py
arduino_cli.py
asm8080.py
asmz80.py
board_access.py
c_compile.py
chip_compile.py
esp32_flash_image.py
esp32_i2c_slaves.py
esp32_lib_bridge.py
esp32_lib_manager.py
esp32_sd_slave.py
esp32_signals.py
esp32_spi_slaves.py
esp32_worker.py
esp_qemu_manager.py
espidf_compiler.py feat(espidf): IDF v5.5 compile path for the whole ESP32 family 2026-07-22 15:00:07 +02:00
gpio_shim.py
qemu_manager.py
rom_compile.py
signal_router.py
stm32_lib_manager.py
stm32_worker.py
wasm_chip_runtime.py
wasm_chip_slave.py
wifi_status_parser.py