Andrey Zabolotnyi 73b655f3b2
stm32h7_qspi: support for custom clock (not just HCLK) and support for DUAL/QUAD commands (#582)
* stm32h7_qspi: Board.h now may define the BOARD_QSPI_CLK macro to select one of
RCC_D1CCIPR_QSPISEL_{HCLK,PLL1,PLL2,PER} clocks to use with QUADSPI peripherial.
Defaults to HCLK for backward compatibility.
New macros in qspi.h: QSPICMD_IDUAL and QSPICMD_IQUAD for selecting the bit
width for instruction code (1,2 or 4 bits) of a qspi_cmdinfo_s, and
QSPIMEM_IDUAL and QSPIMEM_IQUAD for selecting the bit width of a qspi_meminfo_s.

* NX style fixes
2020-03-19 05:59:18 -07:00
..
2020-02-28 18:18:50 -06:00
2020-02-07 17:10:23 -06:00
2020-02-07 17:10:23 -06:00
2020-03-16 07:54:49 -06:00
2019-06-26 14:37:19 -06:00
2019-08-04 07:18:58 -06:00
2018-08-27 05:57:53 -06:00
2019-04-29 14:52:05 -06:00
2020-01-02 10:54:43 -06:00
2020-02-22 14:45:07 -06:00