Adding new ConfigID value for nRF52832 QFAA B00

This commit is contained in:
jgrob-an 2016-08-03 23:27:34 -04:00
parent f131460168
commit fd4b8a02c0
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);