diff options
author | Jacob Rosenthal <jakerosenthal@gmail.com> | 2015-11-05 13:26:00 -0500 |
---|---|---|
committer | Andreas Fritiofson <andreas.fritiofson@gmail.com> | 2016-02-13 23:10:11 +0000 |
commit | e673689df3b6b04074b6f30ce54f5c775b59ae7f (patch) | |
tree | c2bcd804c08c2e091c10a74079c7ca38b679bc8a /src | |
parent | 32b67ee3c9ec10f6ef04ff3deb327a40665ed8b3 (diff) |
flash: nor: nrf51: add hwid 0x0057
Change-Id: I43b9dc1ce254a8ee8c84ad8e25bb809eb8629e13
Signed-off-by: Jacob Rosenthal <jakerosenthal@gmail.com>
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/3102
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Diffstat (limited to 'src')
-rw-r--r-- | src/flash/nor/nrf51.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/flash/nor/nrf51.c b/src/flash/nor/nrf51.c index d8706c84..65ad33de 100644 --- a/src/flash/nor/nrf51.c +++ b/src/flash/nor/nrf51.c @@ -351,6 +351,15 @@ static const struct nrf51_device_spec nrf51_known_devices_table[] = { .flash_size_kb = 256, }, + /* mdbt40 + no idea if variant and build code are correct */ + { + .hwid = 0x0057, + .variant = "QFAA", + .build_code = "G2", + .flash_size_kb = 256, + }, + /* 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. */ |