1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 03:20:00 +03:00

Merge pull request #10812 from DusKing1/add-ZB25Q128-flash

This commit is contained in:
Michael Keller 2021-09-10 02:25:27 +12:00 committed by GitHub
commit c9d7267cf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,6 +97,9 @@ struct {
// Winbond W25Q128
// Datasheet: https://www.winbond.com/resource-files/w25q128fv%20rev.l%2008242015.pdf
{ 0xEF4018, 104, 50, 256, 256 },
// Zbit ZB25VQ128
// Datasheet: http://zbitsemi.com/upload/file/20201010/20201010174048_82182.pdf
{ 0x5E4018, 104, 50, 256, 256 },
// Winbond W25Q128_DTR
// Datasheet: https://www.winbond.com/resource-files/w25q128jv%20dtr%20revb%2011042016.pdf
{ 0xEF7018, 66, 50, 256, 256 },