nuttx/include/nuttx/mtd
Sammy Tran 2a7cf05a20 drivers/mtd/gd25: add QSPI support
Add QSPI mode to the GD25 MTD driver alongside the existing SPI path.
When CONFIG_GD25_QSPI is selected, sector erase, chip erase, byte read,
page write, and byte write all use the QSPI command/memory interfaces
instead of SPI. Reads use the quad I/O fast-read command (1-4-4) and
writes use the quad page-program command (1-1-4) via QSPIMEM_QUADDATA.
A new Kconfig option enables the QE bit in SR2 at initialisation so the
quad I/O pins are active.

Signed-off-by: Sammy Tran <sammytran@geotab.com>
2026-06-21 09:43:29 -03:00
..
configdata.h include: migrate to SPDX identifier 2024-10-04 08:18:42 +08:00
hamming.h include: migrate to SPDX identifier 2024-10-04 08:18:42 +08:00
mtd.h drivers/mtd/gd25: add QSPI support 2026-06-21 09:43:29 -03:00
nand.h include: migrate to SPDX identifier 2024-10-04 08:18:42 +08:00
nand_config.h include: migrate to SPDX identifier 2024-10-04 08:18:42 +08:00
nand_ecc.h include: migrate to SPDX identifier 2024-10-04 08:18:42 +08:00
nand_model.h include: migrate to SPDX identifier 2024-10-04 08:18:42 +08:00
nand_ram.h include: migrate to SPDX identifier 2024-10-04 08:18:42 +08:00
nand_raw.h include: migrate to SPDX identifier 2024-10-04 08:18:42 +08:00
nand_scheme.h include: migrate to SPDX identifier 2024-10-04 08:18:42 +08:00
nand_wrapper.h style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
onfi.h include: migrate to SPDX identifier 2024-10-04 08:18:42 +08:00
smart.h include: migrate to SPDX identifier 2024-10-04 08:18:42 +08:00