-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warn : Unknown device (HWID 0x00000084) #1
Comments
diff --git a/src/flash/nor/nrf51.c b/src/flash/nor/nrf51.c index 7c2fa13..704333b 100644 --- a/src/flash/nor/nrf51.c +++ b/src/flash/nor/nrf51.c @@ -237,6 +237,12 @@ static const struct nrf51_device_spec nrf51_known_devices_table[] = { .flash_size_kb = 256, }, { + .hwid = 0x0084, + .variant = "QFAC", + .build_code = "A1", + .flash_size_kb = 256, + }, + { .hwid = 0x007D, .variant = "CDAB", .build_code = "A0", |
Patching and recompiling openocd solves the issue. TODO: The openocd developers should be informed about this patch... |
Paul Fertser requested a commit to Gerrit: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: