Skip to content

Commit d59b8f2

Browse files
kywwilson11xiaoxiang781216
authored andcommitted
Added hardware defines for stm32h5_qspi driver and octospi GPIOs (used by stm32h5_qspi driver).
Fixed comments and indent Add commit log to OCTOSPI HW PR Summary hardware/stm32_qspi.h - Defines for the STM32H5 QSPI driver. The peripheral on the STM32H5 is actually an OCTOSPI peripheral, however it was decided to use it as a QSPI peripheral for the following reasons: There is currently support for QSPI within Nuttx. The STM32H7 QSPI register set is very similar to the STM32H5 OCTOSPI register set and the STM32H7 series has an existing QSPI driver. OCTOSPI devices are rare as of now and are not part of our use case. hardware/stm32h56xxx_pinmap.h - Added pin mappings for OCTOSPI GPIOs. Impact This change will not impact any architectures outside of the STM32H5 series. Even for the STM32H5 series, these changes will only have an impact if they are utilized. Testing No testing yet for these files other than ensuring that we can still build Nuttx. Further testing will be documented in a future pull request when the STM32H5 QSPI driver is added.
1 parent f25e3d2 commit d59b8f2

File tree

2 files changed

+556
-0
lines changed

2 files changed

+556
-0
lines changed

0 commit comments

Comments
 (0)