Skip to content

Commit 091c510

Browse files
authored
Cleanup Files
1 parent 62d316b commit 091c510

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

ports/atmel-samd/external_flash/devices.h

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -282,21 +282,4 @@ typedef struct {
282282
.write_status_register_split = false, \
283283
}
284284

285-
// Settings for the ISSI IS25LP016D-JULE-TR 2MiB SPI flash.
286-
// Datasheet: http://www.issi.com/WW/pdf/25LP-WP016D.pdf
287-
#define IS25LP016D {\
288-
.total_size = (1 << 21), /* 2 MiB */ \
289-
.start_up_time_us = 5000, \
290-
.manufacturer_id = 0x9d, \
291-
.memory_type = 0x60, \
292-
.capacity = 0x15, \
293-
.max_clock_speed_mhz = 133, \
294-
.has_sector_protection = false, \
295-
.supports_fast_read = true, \
296-
.supports_qspi = true, \
297-
.has_quad_enable = true, \
298-
.supports_qspi_writes = true, \
299-
.write_status_register_split = false, \
300-
}
301-
302285
#endif // MICROPY_INCLUDED_ATMEL_SAMD_EXTERNAL_FLASH_DEVICES_H

0 commit comments

Comments
 (0)