From 2138b04e45280e0192f9f25efbd79e270b5a4eb8 Mon Sep 17 00:00:00 2001 From: Benjamin Shockley Date: Tue, 11 Sep 2018 07:52:23 -0500 Subject: [PATCH] Update to IS25LP016D Changed .supports_qspi_write to true. --- ports/atmel-samd/external_flash/devices.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/atmel-samd/external_flash/devices.h b/ports/atmel-samd/external_flash/devices.h index 32a852fec9..41f3859840 100644 --- a/ports/atmel-samd/external_flash/devices.h +++ b/ports/atmel-samd/external_flash/devices.h @@ -278,7 +278,7 @@ typedef struct { .supports_fast_read = true, \ .supports_qspi = true, \ .has_quad_enable = true, \ - .supports_qspi_writes = false, \ + .supports_qspi_writes = true, \ .write_status_register_split = false, \ }