summaryrefslogtreecommitdiff
path: root/supervisor/shared
diff options
context:
space:
mode:
authorHierophect <hierophect@gmail.com>2019-10-03 14:43:25 -0400
committerHierophect <hierophect@gmail.com>2019-10-03 14:43:25 -0400
commiteacdb1da6e91f9f02b552e51e3809001408cfc95 (patch)
treead28281c5c8f23e3171ae24a5cb1a79827dac96e /supervisor/shared
parent83c49a5c8016790872d904689735cdbb66f7ab4c (diff)
Disable timeout, remove redundancy
Diffstat (limited to 'supervisor/shared')
-rw-r--r--supervisor/shared/external_flash/devices.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/supervisor/shared/external_flash/devices.h b/supervisor/shared/external_flash/devices.h
index 4e037574b..4de22719a 100644
--- a/supervisor/shared/external_flash/devices.h
+++ b/supervisor/shared/external_flash/devices.h
@@ -443,22 +443,4 @@ typedef struct {
.single_status_byte = false, \
}
-// Settings for the Micron N25Q128A 16MiB SPI flash.
-// Datasheet: https://www.micron.com/-/media/client/global/documents/products/data-sheet/nor-flash/serial-nor/n25q/n25q_128mb_3v_65nm.pdf
-#define N25Q128A {\
- .total_size = (1 << 24), /* 16 MiB */ \
- .start_up_time_us = 5000, \
- .manufacturer_id = 0x20, \
- .memory_type = 0xBA, \
- .capacity = 0x18, \
- .max_clock_speed_mhz = 108, \
- .quad_enable_bit_mask = 0x00, \
- .has_sector_protection = false, \
- .supports_fast_read = true, \
- .supports_qspi = true, \
- .supports_qspi_writes = true, \
- .write_status_register_split = false, \
- .single_status_byte = false, \
-}
-
#endif // MICROPY_INCLUDED_ATMEL_SAMD_EXTERNAL_FLASH_DEVICES_H