From: Damyan Mitev Date: Tue, 4 Apr 2017 07:12:44 +0000 (+0300) Subject: nrf51: Add new HWID 0x008F X-Git-Tag: v0.11.0-rc1~1426 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=7829f31a6dd61297e97d8e94fe98a1658eac833e;hp=6e8217784bfe4027a753f75a2c0fe732bfd8d2e0 nrf51: Add new HWID 0x008F Add new entry in nrf51_known_devices_table for nRF51822 chip found on chinese Core51822 dev board. The chp has markings N51822 / QFAAH1 / 1630FW Nordic Semiconductor nRF51 Series Compatibility matrix confirms that this chip has 256K Flash and 16K RAM. Change-Id: I571d15913c6f6e02a6f09c883d7dfc5a66b57c28 Signed-off-by: Damyan Mitev Reviewed-on: http://openocd.zylin.com/4091 Tested-by: jenkins Reviewed-by: Freddie Chopin --- diff --git a/src/flash/nor/nrf51.c b/src/flash/nor/nrf51.c index e3f6c10ef1..7b7acf4792 100644 --- a/src/flash/nor/nrf51.c +++ b/src/flash/nor/nrf51.c @@ -291,6 +291,13 @@ static const struct nrf51_device_spec nrf51_known_devices_table[] = { .build_code = "A0", .flash_size_kb = 256, }, + { + .hwid = 0x008F, + .part = "51822", + .variant = "QFAA", + .build_code = "H1", + .flash_size_kb = 256, + }, /* nRF51422 Devices (IC rev 1). */ {