Add 0x0072 as a valid & supported idcode for NRF51
This commit is contained in:
parent
762e54060f
commit
420d2c41c7
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue