Add nRF52 QIAA C0

This commit is contained in:
Mike Walters 2018-07-26 23:13:38 +01:00
parent 0551809475
commit b4dc666aca
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);