Skip to content

Commit 06fc7e4

Browse files
authored
Merge pull request #3173 from sarahmarshy/microbit-support
[Exporters] Add a device_name to microbit entry in targets.json
2 parents 7829b2f + b3bc7f2 commit 06fc7e4

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)