mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 14:55:21 +03:00
Link to flash types supported by M25P16 driver (#12040)
This commit is contained in:
parent
23602e6a89
commit
608aff9a76
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ Define at least one gyro and one accelerometer.
|
||||||
|
|
||||||
Define correct flash driver(s) only if physical present on the board.
|
Define correct flash driver(s) only if physical present on the board.
|
||||||
|
|
||||||
#define USE_FLASH_M25P16 // 16MB Micron M25P16
|
#define USE_FLASH_M25P16 // 16MB Micron M25P16 and others (https://github.com/betaflight/betaflight/blob/master/src/main/drivers/flash_m25p16.c#L68)
|
||||||
#define USE_FLASH_W25N01G // 1Gb NAND flash support
|
#define USE_FLASH_W25N01G // 1Gb NAND flash support
|
||||||
#define USE_FLASH_W25M // 16, 32, 64 or 128MB Winbond stacked die support
|
#define USE_FLASH_W25M // 16, 32, 64 or 128MB Winbond stacked die support
|
||||||
#define USE_FLASH_W25M512 // 512Kb (256Kb x 2 stacked) NOR flash support
|
#define USE_FLASH_W25M512 // 512Kb (256Kb x 2 stacked) NOR flash support
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue