Merge pull request #146 from joshgrob/nRF51/52_update
Adding new ConfigID value for nRF52832 QFAA B00
This commit is contained in:
commit
df7ad91692
|
@ -161,6 +161,7 @@ bool nrf51_probe(target *t)
|
||||||
target_add_commands(t, nrf51_cmd_list, "nRF51");
|
target_add_commands(t, nrf51_cmd_list, "nRF51");
|
||||||
return true;
|
return true;
|
||||||
case 0x00AC: /* nRF52832 Preview QFAA BA0 */
|
case 0x00AC: /* nRF52832 Preview QFAA BA0 */
|
||||||
|
case 0x00C7: /* nRF52832 Revision 1 QFAA B00 */
|
||||||
t->driver = "Nordic nRF52";
|
t->driver = "Nordic nRF52";
|
||||||
target_add_ram(t, 0x20000000, 64*1024);
|
target_add_ram(t, 0x20000000, 64*1024);
|
||||||
nrf51_add_flash(t, 0x00000000, 512*1024, NRF52_PAGE_SIZE);
|
nrf51_add_flash(t, 0x00000000, 512*1024, NRF52_PAGE_SIZE);
|
||||||
|
|
Loading…
Reference in New Issue