Skip to content

Commit 0478485

Browse files
ssiebSamuel Sieb
andauthored
[psram] document disabled option (#5239)
Co-authored-by: Samuel Sieb <[email protected]>
1 parent ec7940f commit 0478485

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/psram.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ Configuration variables:
2525
- **enable_ecc** (*Optional*, bool): For octal mode, enable ECC (Error Correction Code) for the PSRAM (default is off.)
2626
ECC is a method of detecting and correcting single-bit errors in memory. It will reduce the available PSRAM size and speed by
2727
1/16th, but also increases the rated temperature range of some ESP32 modules.
28+
- **disabled** (*Optional*, bool): Don't try to initialize the PSRAM. This is needed if one of the configured components autoloads psram
29+
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``.
2830

2931
Restrictions
3032
------------

0 commit comments

Comments
 (0)