mirror of https://github.com/ARMmbed/mbed-os.git
Add a device_name to microbit entry in targets.json
parent
8a9a246356
commit
b3bc7f2529
|
@ -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"],
|
||||||
|
|
Loading…
Reference in New Issue