mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
Add W25Q128FV driver (QSPI only)
* Enable QSPI flash chip drivers on NUCLEOH743 for some CI visibility. * Rework QSPI flash detection. * Supports chips that are in QSPI mode by default (factory). * Supports chips that are in QSPI mode due to configuration (e.g. Quad Enable in Non-Volatile on W25Q128FV) * Supports chips that need 8 dummy bytes (e.g. W25Q128JV) and ones that don't (e.g. W25N01G)
This commit is contained in:
parent
2a5e457603
commit
c8e741bd18
7 changed files with 586 additions and 24 deletions
|
@ -406,6 +406,7 @@ SRC += \
|
|||
drivers/flash.c \
|
||||
drivers/flash_m25p16.c \
|
||||
drivers/flash_w25n01g.c \
|
||||
drivers/flash_w25q128fv.c \
|
||||
drivers/flash_w25m.c \
|
||||
io/flashfs.c \
|
||||
$(MSC_SRC)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue