mirror of
https://github.com/apache/nuttx.git
synced 2026-08-31 14:13:04 +00:00
Add QSPIMEM_QUADDATA to the QSPI memory flags. This flag selects quad data width while keeping the address phase on a single line (1-1-4), which QSPIMEM_QUADIO cannot express (it forces quad on both address and data phases). Update stm32_qspi_memory() to honour the new flag by setting CCR_DMODE_QUAD without touching the address mode. Signed-off-by: Sammy Tran <sammytran@geotab.com> |
||
|---|---|---|
| .. | ||
| ice40.h | ||
| qspi.h | ||
| qspi_flash.h | ||
| slave.h | ||
| spi.h | ||
| spi_bitbang.c | ||
| spi_bitbang.h | ||
| spi_flash.h | ||
| spi_transfer.h | ||