1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 04:45:24 +03:00

[H7] - QuadSPI support

- Initial cut

- QuadSPI - Update before flash w25n01g driver QSPI change

- QuadSPI add missing resource names.

- Config and setup code for QSPI bank 2 (doesn't work yet)

- QSPI Support BK2 only using CS pin via software

- Fix inclusion of platform.h

- Fixes per PR comment
This commit is contained in:
Dominic Clifton 2019-05-07 15:07:11 +09:00 committed by jflyper
parent 1cbff2b9aa
commit 8b131090c0
12 changed files with 1184 additions and 2 deletions

View file

@ -87,4 +87,15 @@ const char * const ownerNames[OWNER_TOTAL_COUNT] = {
"RX_SPI_CC2500_TX_EN",
"RX_SPI_CC2500_LNA_EN",
"RX_SPI_CC2500_ANT_SEL",
"QSPI_CLK",
"QSPI_BK1IO0",
"QSPI_BK1IO1",
"QSPI_BK1IO2",
"QSPI_BK1IO3",
"QSPI_BK1CS",
"QSPI_BK2IO0",
"QSPI_BK2IO1",
"QSPI_BK2IO2",
"QSPI_BK2IO3",
"QSPI_BK2CS",
};