Skip to content

Commit a5b7cb8

Browse files
committed
Revert "[esp32] Document ringbuf_in_iram advanced option"
This reverts commit f1fd76b.
1 parent f1fd76b commit a5b7cb8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

content/components/esp32.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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-
221214
Some options can be disabled to save flash memory without affecting typical ESPHome functionality. The performance
222215
options (defaulting to `true` ) improve socket operation performance but can be disabled if you need better
223216
multi-threaded scalability (which is uncommon since ESPHome uses an event loop).

0 commit comments

Comments
 (0)