1
0
Fork 0
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:
Steve Evans 2024-06-08 23:30:33 +01:00 committed by GitHub
parent 6080bffccc
commit ab022b0467
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 268 additions and 256 deletions

View file

@ -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