Lines Matching +full:mspi +full:- +full:io +full:- +full:mode

2 # SPDX-License-Identifier: Apache-2.0
9 bool "Support for external, SPI-connected RAM"
34 prompt "Mode (QUAD/OCT) of SPI RAM chip in use"
38 bool "Quad Mode PSRAM"
41 bool "Octal Mode PSRAM"
52 bool "ESP-PSRAM16 or APS1604"
56 bool "ESP-PSRAM32 or IS25WP032"
60 bool "ESP-PSRAM64, LY68L6400 or APS6408"
128 bool "Move Read-Only Data in Flash to PSRAM"
142 Enable MSPI Error-Correcting Code function when accessing SPIRAM.
143 If enabled, 1/16 of the SPI RAM total size will be reserved for error-correcting code.
147 menu "PSRAM clock and cs IO for ESP32-DOWD"
150 int "PSRAM CLK IO number"
154 …The PSRAM CLOCK IO can be any unused GPIO, user can config it based on hardware design. If user use
158 int "PSRAM CS IO number"
162 The PSRAM CS IO can be any unused GPIO, user can config it based on hardware design. If user use
165 endmenu # PSRAM clock and cs IO for ESP32-DOWD
167 menu "PSRAM clock and cs IO for ESP32-D2WD"
170 int "PSRAM CLK IO number"
174 …User can config it based on hardware design. For ESP32-D2WD chip, the psram can only be 1.8V psram,
178 int "PSRAM CS IO number"
182 …User can config it based on hardware design. For ESP32-D2WD chip, the psram can only be 1.8V psram,
185 endmenu # PSRAM clock and cs IO for ESP32-D2WD
187 menu "PSRAM clock and cs IO for ESP32-PICO"
190 int "PSRAM CS IO number"
194 The PSRAM CS IO can be any unused GPIO, user can config it based on hardware design.
196 For ESP32-PICO chip, the psram share clock with flash, so user do not need to configure the clock
197 IO For the reference hardware design, please refer to
198 https://www.espressif.com/sites/default/files/documentation/esp32-pico-d4_datasheet_en.pdf
200 endmenu # PSRAM clock and cs IO for ESP32-PICO
208 SPI_PAD_CONFIG_xxx, and the SPI flash mode is DIO or DOUT.
212 mode, so a WP pin setting is necessary.
218 …When flash mode is set to QIO or QOUT, the PSRAM WP pin will be set the same as the SPI Flash WP p…
229 …If burning a customized set of SPI flash pins in eFuse and using DIO or DOUT mode for flash, set t…