mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-12 19:10:32 +03:00
Add support for W25N02K 2Gbit/256Mbyte FLASH (#13677)
* Add support for W25N02K 2Gbit/256Mbyte FLASH * Remove duplicate defintion check * Rename W25N01G_BB_*_BLOCK macros * Remove debug * Create unified driver for W25N01G and W25N02K devices * Put device parameters in a table * Add W25N01GV to stacked die driver
This commit is contained in:
parent
6080bffccc
commit
ab022b0467
7 changed files with 268 additions and 256 deletions
|
@ -247,7 +247,7 @@ RX_SRC = \
|
|||
FLASH_SRC += \
|
||||
drivers/flash.c \
|
||||
drivers/flash_m25p16.c \
|
||||
drivers/flash_w25n01g.c \
|
||||
drivers/flash_w25n.c \
|
||||
drivers/flash_w25q128fv.c \
|
||||
drivers/flash_w25m.c \
|
||||
io/flashfs.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue