aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/flash/nor/nrf51.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/flash/nor/nrf51.c b/src/flash/nor/nrf51.c
index 7c2fa13f..d8706c84 100644
--- a/src/flash/nor/nrf51.c
+++ b/src/flash/nor/nrf51.c
@@ -315,6 +315,12 @@ static const struct nrf51_device_spec nrf51_known_devices_table[] = {
.flash_size_kb = 128,
},
{
+ .hwid = 0x0084,
+ .variant = "QFAC",
+ .build_code = "A1",
+ .flash_size_kb = 256,
+ },
+ {
.hwid = 0x0085,
.variant = "QFAC",
.build_code = "A0",