Add 0x0072 as a valid & supported idcode for NRF51

This commit is contained in:
Benjamin Vanheuverzwijn 2015-07-31 00:00:00 -04:00
parent 762e54060f
commit 420d2c41c7
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ bool nrf51_probe(target *t)
case 0x004D:
case 0x0026:
case 0x004C:
case 0x0072:
t->driver = "Nordic nRF51";
target_add_ram(t, 0x20000000, 0x4000);
nrf51_add_flash(t, 0x00000000, 0x40000, NRF51_PAGE_SIZE);