nuttx/arch/arm
Sammy Tran f2a5d1f817 stm32h5/qspi: add QSPIMEM_QUADDATA flag for 1-1-4 transfers
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>
2026-07-03 10:32:41 +08:00
..
include !arch/stm32: move stm32l1 and finalize the directory split 2026-07-03 10:27:27 +08:00
src stm32h5/qspi: add QSPIMEM_QUADDATA flag for 1-1-4 transfers 2026-07-03 10:32:41 +08:00
CMakeLists.txt arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
Kconfig !arch/stm32: move stm32l1 and finalize the directory split 2026-07-03 10:27:27 +08:00