nrf51: recognize hwid 0084
Chip markings: N51822 / QFACA1 / 1513AN Change-Id: Idb7fc723850ea08b60b9f5c97a53f1ae8dfc8eb2 Signed-off-by: Peter A. Bigot <pab@pabigot.com> Reviewed-on: http://openocd.zylin.com/2936 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
This commit is contained in:
parent
8674d3f64a
commit
d52070c855
|
@ -314,6 +314,12 @@ static const struct nrf51_device_spec nrf51_known_devices_table[] = {
|
||||||
.build_code = "B0",
|
.build_code = "B0",
|
||||||
.flash_size_kb = 128,
|
.flash_size_kb = 128,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.hwid = 0x0084,
|
||||||
|
.variant = "QFAC",
|
||||||
|
.build_code = "A1",
|
||||||
|
.flash_size_kb = 256,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
.hwid = 0x0085,
|
.hwid = 0x0085,
|
||||||
.variant = "QFAC",
|
.variant = "QFAC",
|
||||||
|
|
Loading…
Reference in New Issue