From 8896abbf07b11869018889ed672f05cf61295aaf Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Fri, 11 Jan 2019 14:48:58 +0100 Subject: [PATCH] nrf5: add nrf5 device definition for HWID 0x00E3 This hardware id is e.g. used by the Insight SiP ISP1507-AX. Change-Id: I82568d292f9882372ab061d8e3e36906b0cc5882 Signed-off-by: Mirko Vogt Reviewed-on: http://openocd.zylin.com/4845 Reviewed-by: Tomas Vanek Tested-by: jenkins --- src/flash/nor/nrf5.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/flash/nor/nrf5.c b/src/flash/nor/nrf5.c index ba84c7156e..ea99b39e67 100644 --- a/src/flash/nor/nrf5.c +++ b/src/flash/nor/nrf5.c @@ -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), -- 2.30.2