1
0
Fork 0
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:
howels 2022-12-05 03:23:38 +00:00 committed by GitHub
parent 23602e6a89
commit 608aff9a76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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