From 7829f31a6dd61297e97d8e94fe98a1658eac833e Mon Sep 17 00:00:00 2001 From: Damyan Mitev Date: Tue, 4 Apr 2017 10:12:44 +0300 Subject: [PATCH 1/1] 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 --- src/flash/nor/nrf51.c | 7 +++++++ 1 file changed, 7 insertions(+) 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). */ { -- 2.30.2