fixing line comment issue with CI build tests
This commit is contained in:
parent
731cdefe80
commit
6d8642bf41
|
@ -591,20 +591,20 @@ typedef struct {
|
|||
// Datasheet: https://www.macronix.com/Lists/Datasheet/Attachments/7437/MX25L51245G,%203V,%20512Mb,%20v1.6.pdf
|
||||
// Will finish this addition in a future PR. All the stuff is there, just need to test in the wild.
|
||||
//#define MX25L25645G {\
|
||||
.total_size = (1 << 25), /* 32 MiB */ \
|
||||
.start_up_time_us = 5000, \
|
||||
.manufacturer_id = 0x9f, \
|
||||
.memory_type = 0xab, \
|
||||
.capacity = 0x90, \
|
||||
.max_clock_speed_mhz = 133, \
|
||||
.quad_enable_bit_mask = 0xaf, \
|
||||
.has_sector_protection = false, \
|
||||
.supports_fast_read = true, \
|
||||
.supports_qspi = true, \
|
||||
.supports_qspi_writes = true, \
|
||||
.write_status_register_split = false, \
|
||||
.single_status_byte = true, \
|
||||
}*/
|
||||
// .total_size = (1 << 25), /* 32 MiB */ \
|
||||
// .start_up_time_us = 5000, \
|
||||
// .manufacturer_id = 0x9f, \
|
||||
// .memory_type = 0xab, \
|
||||
// .capacity = 0x90, \
|
||||
// .max_clock_speed_mhz = 133, \
|
||||
// .quad_enable_bit_mask = 0xaf, \
|
||||
// .has_sector_protection = false, \
|
||||
// .supports_fast_read = true, \
|
||||
// .supports_qspi = true, \
|
||||
// .supports_qspi_writes = true, \
|
||||
// .write_status_register_split = false, \
|
||||
// .single_status_byte = true, \
|
||||
//}
|
||||
|
||||
// Settings for the Winbond W25Q128JV-PM 16MiB SPI flash. Note that JV-IM has a different .memory_type (0x70)
|
||||
// Datasheet: https://www.winbond.com/resource-files/w25q128jv%20revf%2003272018%20plus.pdf
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
../tools/cpboard.py
|
Loading…
Reference in New Issue