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
This commit is contained in:
parent
d140fb27c6
commit
8896abbf07
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue