t

Dependencies:   DM_FATFileSystem DM_HttpServer DM_USBHost EthernetInterface USBDevice mbed-rpc mbed-rtos

Fork of DMSupport by Embedded Artists

Revision:
19:2efb6f5f69a4
Parent:
9:a33326afd686
Child:
22:1a58a518435c
--- a/Memory/SPIFI.h	Wed Jan 07 13:16:17 2015 +0000
+++ b/Memory/SPIFI.h	Fri Jan 09 11:42:06 2015 +0100
@@ -85,7 +85,8 @@
     enum Device {
         Spansion_S25FL032,      /* Manufacturer: 0x01, devType: 0x02, devID: 0x15 */
         Winbond_W25Q64FV,       /* Manufacturer: 0xEF, devType: 0x40, devID: 0x17 */
-        Macronix_MX25L6435EM2I, /* Manufacturer: 0xC2, devType: 0x20, devID: 0x17 */
+        Macronix_MX25L6435E,  /* Manufacturer: 0xC2, devType: 0x20, devID: 0x17 */
+        Macronix_MX25L12835F, /* Manufacturer: 0xC2, devType: 0x20, devID: 0x18 */
         UnknownDevice
     };