Skip to content

Commit 2fe1468

Browse files
authored
Merge pull request #11609 from madchutney/iotbtool/407-microbit-fix
IOTBTOOL-407 Fix microbit to use Arm C5
2 parents 57c4a08 + 18c5d47 commit 2fe1468

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
@@ -5378,7 +5378,8 @@
53785378
"inherits": ["MCU_NRF51_16K_S110"],
53795379
"macros_add": ["TARGET_NRF_LFCLK_RC"],
53805380
"release_versions": ["2"],
5381-
"device_name": "nRF51822_xxAA"
5381+
"device_name": "nRF51822_xxAA",
5382+
"supported_toolchains": ["ARMC5", "GCC_ARM"]
53825383
},
53835384
"NRF51_MICROBIT_BOOT": {
53845385
"inherits": ["MCU_NRF51_16K_BOOT_S110"],

0 commit comments

Comments
 (0)