mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
Merge pull request #10812 from DusKing1/add-ZB25Q128-flash
This commit is contained in:
commit
c9d7267cf9
1 changed files with 3 additions and 0 deletions
|
@ -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 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue