Lines Matching +full:10 +full:- +full:pin
2 # SPDX-License-Identifier: Apache-2.0
7 bool "Support for external, SPI-connected RAM"
58 bool "ESP-PSRAM16 or APS1604"
62 bool "ESP-PSRAM32 or IS25WP032"
66 bool "ESP-PSRAM64, LY68L6400 or APS6408"
134 bool "Move Read-Only Data in Flash to PSRAM"
148 Enable MSPI Error-Correcting Code function when accessing SPIRAM.
149 If enabled, 1/16 of the SPI RAM total size will be reserved for error-correcting code.
153 menu "PSRAM clock and cs IO for ESP32-DOWD"
161 1.8V flash and 1.8V psram, this value can only be one of 6, 7, 8, 9, 10, 11, 16, 17.
169 1.8V flash and 1.8V psram, this value can only be one of 6, 7, 8, 9, 10, 11, 16, 17.
171 endmenu # PSRAM clock and cs IO for ESP32-DOWD
173 menu "PSRAM clock and cs IO for ESP32-D2WD"
180 …User can config it based on hardware design. For ESP32-D2WD chip, the psram can only be 1.8V psram,
181 so this value can only be one of 6, 7, 8, 9, 10, 11, 16, 17.
186 default 10
188 …User can config it based on hardware design. For ESP32-D2WD chip, the psram can only be 1.8V psram,
189 so this value can only be one of 6, 7, 8, 9, 10, 11, 16, 17.
191 endmenu # PSRAM clock and cs IO for ESP32-D2WD
193 menu "PSRAM clock and cs IO for ESP32-PICO"
198 default 10
202 For ESP32-PICO chip, the psram share clock with flash, so user do not need to configure the clock
204 https://www.espressif.com/sites/default/files/documentation/esp32-pico-d4_datasheet_en.pdf
206 endmenu # PSRAM clock and cs IO for ESP32-PICO
209 bool "Use custom SPI PSRAM WP(SD3) Pin when flash pins set in eFuse (read help)"
216 …When this is the case, the eFuse config only defines 3 of the 4 Quad I/O data pins. The WP pin (aka
217 ESP32 pin "SD_DATA_3" or SPI flash pin "IO2") is not specified in eFuse. The psram only has QPI
218 mode, so a WP pin setting is necessary.
220 If this config item is set to N (default), the correct WP pin will be automatically used for any
222 to Y and specify the GPIO number connected to the WP pin.
224 …When flash mode is set to QIO or QOUT, the PSRAM WP pin will be set the same as the SPI Flash WP p…
228 int "Custom SPI PSRAM WP(SD3) Pin"
233 The option "Use custom SPI PSRAM WP(SD3) pin" must be set or this value is ignored
236 value to the GPIO number of the SPIRAM WP pin.