@@ -591,20 +591,20 @@ typedef struct {
591
591
// Datasheet: https://www.macronix.com/Lists/Datasheet/Attachments/7437/MX25L51245G,%203V,%20512Mb,%20v1.6.pdf
592
592
// Will finish this addition in a future PR. All the stuff is there, just need to test in the wild.
593
593
//#define MX25L25645G {\
594
- .total_size = (1 << 25), /* 32 MiB */ \
595
- .start_up_time_us = 5000, \
596
- .manufacturer_id = 0x9f, \
597
- .memory_type = 0xab, \
598
- .capacity = 0x90, \
599
- .max_clock_speed_mhz = 133, \
600
- .quad_enable_bit_mask = 0xaf, \
601
- .has_sector_protection = false, \
602
- .supports_fast_read = true, \
603
- .supports_qspi = true, \
604
- .supports_qspi_writes = true, \
605
- .write_status_register_split = false, \
606
- .single_status_byte = true, \
607
- }*/
594
+ // .total_size = (1 << 25), /* 32 MiB */ \
595
+ // .start_up_time_us = 5000, \
596
+ // .manufacturer_id = 0x9f, \
597
+ // .memory_type = 0xab, \
598
+ // .capacity = 0x90, \
599
+ // .max_clock_speed_mhz = 133, \
600
+ // .quad_enable_bit_mask = 0xaf, \
601
+ // .has_sector_protection = false, \
602
+ // .supports_fast_read = true, \
603
+ // .supports_qspi = true, \
604
+ // .supports_qspi_writes = true, \
605
+ // .write_status_register_split = false, \
606
+ // .single_status_byte = true, \
607
+ //}
608
608
609
609
// Settings for the Winbond W25Q128JV-PM 16MiB SPI flash. Note that JV-IM has a different .memory_type (0x70)
610
610
// Datasheet: https://www.winbond.com/resource-files/w25q128jv%20revf%2003272018%20plus.pdf
0 commit comments