Add a device_name to microbit entry in targets.json

pull/3173/head
Sarah Marsh 2016-10-31 18:01:58 -05:00
parent 8a9a246356
commit b3bc7f2529
1 changed files with 2 additions and 1 deletions

View File

@ -1616,7 +1616,8 @@
"NRF51_MICROBIT": { "NRF51_MICROBIT": {
"inherits": ["MCU_NRF51_16K_S110"], "inherits": ["MCU_NRF51_16K_S110"],
"macros_add": ["TARGET_NRF_LFCLK_RC"], "macros_add": ["TARGET_NRF_LFCLK_RC"],
"release_versions": ["2"] "release_versions": ["2"],
"device_name": "nRF51822_xxAA"
}, },
"NRF51_MICROBIT_BOOT": { "NRF51_MICROBIT_BOOT": {
"inherits": ["MCU_NRF51_16K_BOOT_S110"], "inherits": ["MCU_NRF51_16K_BOOT_S110"],