File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -211,13 +211,6 @@ The following options disable unused VFS features to save flash memory:
211211 Set to `true` only if you encounter issues with code that incorrectly calls FreeRTOS functions from ISRs with flash cache
212212 disabled. Defaults to `false` (FreeRTOS functions in flash to save IRAM).
213213
214- - **ringbuf_in_iram** (*Optional*, boolean): Keep ring buffer functions in IRAM instead of moving them to flash. By default,
215- ring buffer functions are placed in flash to save IRAM, except when audio components (`i2s_audio`, `micro_wake_word`) are
216- configured - these automatically enable IRAM placement for real-time audio performance. This matches the default behavior
217- in ESP-IDF 6.0 (see [migration guide](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/migration-guides/release-6.x/6.0/system.html#id1)).
218- Set to `true` to force ring buffer functions into IRAM regardless of which components are configured.
219- Defaults to `false` (ring buffer functions in flash unless audio components require IRAM).
220-
221214Some options can be disabled to save flash memory without affecting typical ESPHome functionality. The performance
222215options (defaulting to `true` ) improve socket operation performance but can be disabled if you need better
223216multi-threaded scalability (which is uncommon since ESPHome uses an event loop).
You can’t perform that action at this time.
0 commit comments