File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
ports/atmel-samd/external_flash Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -282,21 +282,4 @@ typedef struct {
282
282
.write_status_register_split = false, \
283
283
}
284
284
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
-
302
285
#endif // MICROPY_INCLUDED_ATMEL_SAMD_EXTERNAL_FLASH_DEVICES_H
You can’t perform that action at this time.
0 commit comments