From 178af1f5bbda218e85ac33fb4e1054b33d0779f5 Mon Sep 17 00:00:00 2001 From: peterhinch Date: Fri, 7 Jul 2023 17:55:44 +0100 Subject: [PATCH] README.md: Note support for W25Q64JV flash. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b10141e..9c6bd68 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,10 @@ Winbond W25Q128JV Flash 128MiB tested by [mweber-bg](https://github.com/peterhinch/micropython_eeprom/issues/8#issuecomment-917603913). This requires setting `cmd5=False`. +Winbond W25Q64JV Flash 8MiB tested by +[IlysvlVEizbr](https://github.com/peterhinch/micropython_eeprom/issues/17). +This requires setting `cmd5=False`. + Microchip 25LC512 SPI EEPROM 64KiB tested by [ph1lj-6321](https://github.com/peterhinch/micropython_eeprom/issues/10).