mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
Add support for S25FL064L
untested copied S25FL128L descriptor, corrected jedecID, guessed correct sector count from W25Q64 (should be an equivalent device)
This commit is contained in:
parent
dc76125e69
commit
dea5710b7b
1 changed files with 3 additions and 0 deletions
|
@ -99,6 +99,9 @@ struct {
|
|||
// Winbond W25Q256
|
||||
// Datasheet: https://www.winbond.com/resource-files/w25q256jv%20spi%20revb%2009202016.pdf
|
||||
{ 0xEF4019, 133, 50, 512, 256 },
|
||||
// Cypress S25FL064L
|
||||
// Datasheet: https://www.cypress.com/file/316661/download
|
||||
{ 0x016017, 133, 50, 128, 256 },
|
||||
// Cypress S25FL128L
|
||||
// Datasheet: https://www.cypress.com/file/316171/download
|
||||
{ 0x016018, 133, 50, 256, 256 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue