Lines Matching +full:cs +full:- +full:mode
2 # SPDX-License-Identifier: Apache-2.0
7 bool "Support for external, SPI-connected RAM"
40 prompt "Mode (QUAD/OCT) of SPI RAM chip in use"
44 bool "Quad Mode PSRAM"
47 bool "Octal Mode PSRAM"
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"
164 int "PSRAM CS IO number"
168 The PSRAM CS IO can be any unused GPIO, user can config it based on hardware design. If user use
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,
184 int "PSRAM CS IO number"
188 …User can config it based on hardware design. For ESP32-D2WD chip, the psram can only be 1.8V psram,
191 endmenu # PSRAM clock and cs IO for ESP32-D2WD
193 menu "PSRAM clock and cs IO for ESP32-PICO"
196 int "PSRAM CS IO number"
200 The PSRAM CS IO can be any unused GPIO, user can config it based on hardware design.
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
214 SPI_PAD_CONFIG_xxx, and the SPI flash mode is DIO or DOUT.
218 mode, so a WP pin setting is necessary.
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…
235 …If burning a customized set of SPI flash pins in eFuse and using DIO or DOUT mode for flash, set t…