Skip to content

Commit 7500f03

Browse files
kahrendtjesserockz
andauthored
[psram] Document new ignore_not_found option (#5502)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
1 parent b5a45e1 commit 7500f03

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/components/psram.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ psram:
3333
- **disabled** (*Optional*, bool): Don't try to initialize the PSRAM. This is needed if one of the configured components autoloads psram
3434
but the ESP32 module doesn't have PSRAM and you need to use one of the PSRAM control lines for something else. e.g. ethernet. Defaults to ``false``.
3535

36+
- **ignore_not_found** (*Optional*, bool): When ``true`` (default), the firmware ignores PSRAM initialisation failures and continues to boot.
37+
When ``false``, other components can configure larger WiFi buffers for faster data transfer, but **PSRAM must be available or the device will
38+
fail to boot.**
39+
3640
## Modes
3741

3842
The ESP32 PSRAM is only available in `quad` mode, and ESP32-P4 only supports `hex` mode. These are the defaults

0 commit comments

Comments
 (0)