1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-22 19:53:46 +01:00

[esp32] Add option to disable libc locks in IRAM, saving ~1.3KB RAM (#10930)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
J. Nick Koston
2025-10-15 09:34:14 -10:00
committed by GitHub
parent 5510ece6ac
commit 2b3e7f38d2
3 changed files with 12 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ esp32:
type: esp-idf
advanced:
execute_from_psram: true
disable_libc_locks_in_iram: true # Test default RAM optimization enabled
psram:
mode: octal