aboutsummaryrefslogtreecommitdiff
path: root/src/flash
diff options
context:
space:
mode:
authorSlowcoder <slowcoder@gmail.com>2017-08-31 22:34:16 +0200
committerSpencer Oliver <spen@spen-soft.co.uk>2017-10-03 11:28:20 +0100
commit2168c475ff7ca0f2914bee39700952600014ac40 (patch)
treefb8133852ca773c35ba66b0f3b1af335037e542e /src/flash
parentd43308af7513fa98f6ef1cae75393c8766bd370d (diff)
downloadriscv-openocd-2168c475ff7ca0f2914bee39700952600014ac40.zip
riscv-openocd-2168c475ff7ca0f2914bee39700952600014ac40.tar.gz
riscv-openocd-2168c475ff7ca0f2914bee39700952600014ac40.tar.bz2
nrf5: Add nRF52832-QFAA support
Change-Id: Ica9e34e873cac182662b1e32a9b3164dbc0c935f Signed-off-by: Slowcoder <slowcoder@gmail.com> Reviewed-on: http://openocd.zylin.com/4210 Reviewed-by: Tomas Vanek <vanekt@fbl.cz> Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Diffstat (limited to 'src/flash')
-rw-r--r--src/flash/nor/nrf5.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/flash/nor/nrf5.c b/src/flash/nor/nrf5.c
index 8441c2a..11e5729 100644
--- a/src/flash/nor/nrf5.c
+++ b/src/flash/nor/nrf5.c
@@ -195,6 +195,9 @@ static const struct nrf5_device_spec nrf5_known_devices_table[] = {
NRF5_DEVICE_DEF(0x007A, "51422", "CEAA", "C0", 256),
NRF5_DEVICE_DEF(0x0088, "51422", "CFAC", "A0", 256),
+ /* nRF52832 Devices */
+ NRF5_DEVICE_DEF(0x00C7, "52832", "QFAA", "B0", 512),
+
/* Some early nRF51-DK (PCA10028) & nRF51-Dongle (PCA10031) boards
with built-in jlink seem to use engineering samples not listed
in the nRF51 Series Compatibility Matrix V1.0. */