aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMirko Vogt <mirko.vogt@sensorberg.com>2019-01-11 14:48:58 +0100
committerTomas Vanek <vanekt@fbl.cz>2019-01-21 00:01:16 +0000
commit8896abbf07b11869018889ed672f05cf61295aaf (patch)
treec7d354327e700be43d18853cb0f291825074aff5
parentd140fb27c6afbfa1fe609b5f0db274d4a5273483 (diff)
downloadriscv-openocd-8896abbf07b11869018889ed672f05cf61295aaf.zip
riscv-openocd-8896abbf07b11869018889ed672f05cf61295aaf.tar.gz
riscv-openocd-8896abbf07b11869018889ed672f05cf61295aaf.tar.bz2
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 <mirko.vogt@sensorberg.com> Reviewed-on: http://openocd.zylin.com/4845 Reviewed-by: Tomas Vanek <vanekt@fbl.cz> Tested-by: jenkins
-rw-r--r--src/flash/nor/nrf5.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/flash/nor/nrf5.c b/src/flash/nor/nrf5.c
index ba84c71..ea99b39 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),