Merge pull request #95 from bvanheu/feature/nrf51_new_idcode

Add 0x0072 as a valid & supported idcode for NRF51
This commit is contained in:
Gareth McMullin 2015-09-01 10:30:55 +12:00
commit 3aa333ee1c
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);