Skip to content

Commit b3bc7f2

Browse files
committed
Add a device_name to microbit entry in targets.json
1 parent 8a9a246 commit b3bc7f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

targets/targets.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1616,7 +1616,8 @@
16161616
"NRF51_MICROBIT": {
16171617
"inherits": ["MCU_NRF51_16K_S110"],
16181618
"macros_add": ["TARGET_NRF_LFCLK_RC"],
1619-
"release_versions": ["2"]
1619+
"release_versions": ["2"],
1620+
"device_name": "nRF51822_xxAA"
16201621
},
16211622
"NRF51_MICROBIT_BOOT": {
16221623
"inherits": ["MCU_NRF51_16K_BOOT_S110"],

0 commit comments

Comments
 (0)