Merge pull request #146 from joshgrob/nRF51/52_update

Adding new ConfigID value for nRF52832 QFAA B00
This commit is contained in:
Gareth McMullin 2016-08-10 07:33:28 +12:00 committed by GitHub
commit df7ad91692
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ bool nrf51_probe(target *t)
target_add_commands(t, nrf51_cmd_list, "nRF51");
return true;
case 0x00AC: /* nRF52832 Preview QFAA BA0 */
case 0x00C7: /* nRF52832 Revision 1 QFAA B00 */
t->driver = "Nordic nRF52";
target_add_ram(t, 0x20000000, 64*1024);
nrf51_add_flash(t, 0x00000000, 512*1024, NRF52_PAGE_SIZE);