mirror of
https://github.com/apache/nuttx.git
synced 2026-08-09 06:25:09 +00:00
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> |
||
|---|---|---|
| .. | ||
| configdata.h | ||
| hamming.h | ||
| mtd.h | ||
| nand.h | ||
| nand_config.h | ||
| nand_ecc.h | ||
| nand_model.h | ||
| nand_ram.h | ||
| nand_raw.h | ||
| nand_scheme.h | ||
| nand_wrapper.h | ||
| onfi.h | ||
| smart.h | ||