Skip to content

Commit 6d8642b

Browse files
author
Seth Kerr
committed
fixing line comment issue with CI build tests
1 parent 731cdef commit 6d8642b

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

supervisor/shared/external_flash/devices.h

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -591,20 +591,20 @@ typedef struct {
591591
// Datasheet: https://www.macronix.com/Lists/Datasheet/Attachments/7437/MX25L51245G,%203V,%20512Mb,%20v1.6.pdf
592592
// Will finish this addition in a future PR. All the stuff is there, just need to test in the wild.
593593
//#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+
//}
608608

609609
// Settings for the Winbond W25Q128JV-PM 16MiB SPI flash. Note that JV-IM has a different .memory_type (0x70)
610610
// Datasheet: https://www.winbond.com/resource-files/w25q128jv%20revf%2003272018%20plus.pdf

tests/pyboard 2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../tools/cpboard.py

0 commit comments

Comments
 (0)