From: Peter A. Bigot Date: Thu, 13 Aug 2015 14:20:25 +0000 (-0500) Subject: nrf51: recognize hwid 0084 X-Git-Tag: v0.10.0-rc1~435 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=d52070c8552617b8631f80c117f43686f76e7c52 nrf51: recognize hwid 0084 Chip markings: N51822 / QFACA1 / 1513AN Change-Id: Idb7fc723850ea08b60b9f5c97a53f1ae8dfc8eb2 Signed-off-by: Peter A. Bigot Reviewed-on: http://openocd.zylin.com/2936 Tested-by: jenkins Reviewed-by: Spencer Oliver --- diff --git a/src/flash/nor/nrf51.c b/src/flash/nor/nrf51.c index 7c2fa13f55..d8706c8494 100644 --- a/src/flash/nor/nrf51.c +++ b/src/flash/nor/nrf51.c @@ -314,6 +314,12 @@ static const struct nrf51_device_spec nrf51_known_devices_table[] = { .build_code = "B0", .flash_size_kb = 128, }, + { + .hwid = 0x0084, + .variant = "QFAC", + .build_code = "A1", + .flash_size_kb = 256, + }, { .hwid = 0x0085, .variant = "QFAC",