This is an automated email from Gerrit.

"Jan Cumps <jcu...@gmail.com>" just uploaded a new patch set to Gerrit, which 
you can find at https://review.openocd.org/c/openocd/+/8286

-- gerrit

commit 66028468c72b1aeeaaa5aa9e5fa3d647a2ff5f2c
Author: jcu...@gmail.com <jcu...@gmail.com>
Date:   Sun May 19 16:25:45 2024 +0200

    src/flash/nor/spi.c: add XIAO RP  support
    
    Add new flash driver for internal flash of xiao rp2040. It uses the 
GIGADEVICEGD25Q16CEIG flash chip
    
    Change-Id: Ia30e824d5cd56e15e0a869be146c846ce6f2d458
    Signed-off-by: jcu...@gmail.com <jcu...@gmail.com>

diff --git a/src/flash/nor/spi.c b/src/flash/nor/spi.c
index bf654f9f6b..d82b9077db 100644
--- a/src/flash/nor/spi.c
+++ b/src/flash/nor/spi.c
@@ -184,6 +184,7 @@ const struct flash_device flash_devices[] = {
        FLASH_ID("xtx xt25q64b",        0x03, 0x0b, 0x02, 0xd8, 0xc7, 
0x0017600b, 0x100, 0x10000, 0x800000),
        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("pu p32q32",           0x03, 0xeb, 0x02, 0xd8, 0xc7, 
0x00156085, 0x100, 0x10000, 0x400000),
 
        /* FRAM, no erase commands, no write page or sectors */
 

-- 

Reply via email to