1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Added Winbond W25q80 flash support (#12027)

* Added w25q80 flash support

* Changed order
This commit is contained in:
David O'Connor 2022-11-30 05:56:04 -05:00 committed by GitHub
parent 5f9e4d051f
commit 009102891e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,6 +84,9 @@ struct {
// Micron N25Q128
// Datasheet: https://www.micron.com/-/media/client/global/documents/products/data-sheet/nor-flash/serial-nor/n25q/n25q_128mb_1_8v_65nm.pdf
{ 0x20ba18, 108, 54, 256, 256 },
// Winbond W25Q80
// Datasheet: https://www.winbond.com/resource-files/w25q80dv%20dl_revh_10022015.pdf
{ 0xEF4014, 104, 50, 16, 256 },
// Winbond W25Q16
// Datasheet: https://www.winbond.com/resource-files/w25q16dv_revi_nov1714_web.pdf
{ 0xEF4015, 104, 50, 32, 256 },