Files
firmware/extra_scripts
Thomas Göttgens be449b525f fix(esp32): rebuild IDF libs when the HybridCompile cache is stale (#11834)
The platform decides whether framework-arduinoespressif32-libs matches the
current env from a hash written into sdkconfig.defaults at the start of the
IDF-libs pass, before those libs are compiled, so an interrupted or
metadata-only pass leaves a hash describing libs that were never built. Later
builds match that hash, skip the recompile and link the previously compiled
board's IDF configuration; on tlora-t3s3-v1 this linked a t-connect-pro build's
CONFIG_SPIRAM_MODE_OCT libs into a quad-PSRAM ESP32-S3FH4R2, which aborts in
esp_psram_init() before the console exists and boot loops with no serial output.
Drop sdkconfig.defaults when the package's own <mcu>/sdkconfig, rewritten as the
last step of a completed compile, predates it.
2026-09-14 10:38:19 +00:00
..
2026-07-01 19:01:27 -05:00
2026-07-01 19:01:27 -05:00
2026-07-01 19:01:27 -05:00

extra_scripts

This directory contains special scripts that are used to modify the platformio environment in rare cases.