Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: DM_FATFileSystem DM_HttpServer DM_USBHost EthernetInterface USBDevice mbed-rpc mbed-rtos mbed-src
Fork of DMSupport by
Diff: Memory/SPIFI.h
- Revision:
- 19:2efb6f5f69a4
- Parent:
- 9:a33326afd686
- Child:
- 22:1a58a518435c
diff -r e5eb986b2a83 -r 2efb6f5f69a4 Memory/SPIFI.h
--- 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
};
