]> git.gag.com Git - fw/openocd/commitdiff
nrf5: add nrf5 device definition for HWID 0x00E3
authorMirko Vogt <mirko.vogt@sensorberg.com>
Fri, 11 Jan 2019 13:48:58 +0000 (14:48 +0100)
committerTomas Vanek <vanekt@fbl.cz>
Mon, 21 Jan 2019 00:01:16 +0000 (00:01 +0000)
This hardware id is e.g. used by the Insight SiP ISP1507-AX.

Change-Id: I82568d292f9882372ab061d8e3e36906b0cc5882
Signed-off-by: Mirko Vogt <mirko.vogt@sensorberg.com>
Reviewed-on: http://openocd.zylin.com/4845
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Tested-by: jenkins
src/flash/nor/nrf5.c

index ba84c7156ed9cad443402b5ebdbed0de5a541005..ea99b39e6771160bfa0337ca54389cd07172f8ce 100644 (file)
@@ -211,6 +211,7 @@ static const struct nrf5_device_spec nrf5_known_devices_table[] = {
        /* nRF52832 Devices */
        NRF5_DEVICE_DEF(0x00C7, "52832", "QFAA", "B0",    512),
        NRF5_DEVICE_DEF(0x0139, "52832", "QFAA", "E0",    512),
+       NRF5_DEVICE_DEF(0x00E3, "52832", "CIAA", "B0",    512),
 
        /* nRF52840 Devices */
        NRF5_DEVICE_DEF(0x0150, "52840", "QIAA", "C0",    1024),