mirror of
https://github.com/esphome/esphome.git
synced 2025-10-19 02:03:48 +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:
@@ -5,6 +5,7 @@ esp32:
|
||||
advanced:
|
||||
enable_lwip_mdns_queries: true
|
||||
enable_lwip_bridge_interface: true
|
||||
disable_libc_locks_in_iram: false # Test explicit opt-out of RAM optimization
|
||||
|
||||
wifi:
|
||||
ssid: MySSID
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user