Another nRF52 device id. (#315)

This commit is contained in:
Mark Rages 2018-03-25 13:37:51 -06:00 committed by Gareth McMullin
parent 0c659f49cd
commit a41d8cb97a
1 changed files with 1 additions and 0 deletions

View File

@ -165,6 +165,7 @@ bool nrf51_probe(target *t)
return true;
case 0x00AC: /* nRF52832 Preview QFAA BA0 */
case 0x00C7: /* nRF52832 Revision 1 QFAA B00 */
case 0x00E3: /* nRF52832-CIAA CSP */
t->driver = "Nordic nRF52";
target_add_ram(t, 0x20000000, 64*1024);
nrf51_add_flash(t, 0x00000000, 512*1024, NRF52_PAGE_SIZE);