This is an automated email from Gerrit. "Simon Solway <spsspa...@gmail.com>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/7917
-- gerrit commit 12cd1b6c4e24fefd599f1ab0e4a3e4b290d1b197 Author: SPSSparky <spsspa...@gmail.com> Date: Thu Sep 28 18:59:38 2023 +0100 flash/nor/spi.c: Add Puya PY25Q128HA flash device found on clone Rpi pico 16MB YD-RP2040 Flash device details can be found on website at link:https://puyasemi.com/uploadfiles/2022/09/20220913130446446.pdf Change-Id: I672abc637978cc5dcc60c281dba507488ac7a010 Signed-off-by: SPSSparky <spsspa...@gmail.com> diff --git a/src/flash/nor/spi.c b/src/flash/nor/spi.c index 25535a0bfb..eaa30bd49a 100644 --- a/src/flash/nor/spi.c +++ b/src/flash/nor/spi.c @@ -173,7 +173,6 @@ const struct flash_device flash_devices[] = { FLASH_ID("xtx xt25q128b", 0x03, 0x0b, 0x02, 0xd8, 0xc7, 0x0018600b, 0x100, 0x10000, 0x1000000), FLASH_ID("zetta zd25q16", 0x03, 0x00, 0x02, 0xd8, 0xc7, 0x001560ba, 0x100, 0x10000, 0x200000), FLASH_ID("puya py25q128ha", 0x03, 0x6b, 0x02, 0xd8, 0xc7, 0x00182085, 0x100, 0x1000, 0x1000000), - /* FRAM, no erase commands, no write page or sectors */ FRAM_ID("fu mb85rs16n", 0x03, 0, 0x02, 0x00010104, 0x800), FRAM_ID("fu mb85rs32v", 0x03, 0, 0x02, 0x00010204, 0x1000), /* exists ? */ --