1
0
mirror of https://github.com/esphome/esphome.git synced 2026-02-08 00:31:58 +00:00

[esp32] Reduce compile time by excluding unused IDF components (#13610)

This commit is contained in:
J. Nick Koston
2026-01-29 09:21:12 -10:00
committed by GitHub
parent 6a17db8857
commit ecc0b366b3
16 changed files with 148 additions and 7 deletions

View File

@@ -8,6 +8,8 @@ esp32:
enable_lwip_bridge_interface: true
disable_libc_locks_in_iram: false # Test explicit opt-out of RAM optimization
use_full_certificate_bundle: false # Test CMN bundle (default)
include_builtin_idf_components:
- freertos # Test escape hatch (freertos is always included anyway)
disable_debug_stubs: true
disable_ocd_aware: true
disable_usb_serial_jtag_secondary: true