Merge pull request #376 from miek/nrf52840-qiaa-c0

Add nRF52 QIAA C0
This commit is contained in:
Gareth McMullin 2018-07-27 10:25:45 +12:00 committed by GitHub
commit 833407d299
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -173,6 +173,7 @@ bool nrf51_probe(target *t)
target_add_commands(t, nrf51_cmd_list, "nRF52");
return true;
case 0x00EB: /* nRF52840 Preview QIAA AA0 */
case 0x0150: /* nRF52840 QIAA C0 */
t->driver = "Nordic nRF52";
target_add_ram(t, 0x20000000, 256*1024);
nrf51_add_flash(t, 0x00000000, 1024*1024, NRF52_PAGE_SIZE);