Skip to content

Commit 18c5d47

Browse files
committed
IOTBTOOL-407 Fix microbit to use Arm C5
Earlier changes introduced a change to default Arm C6, which does not compile the micro library which is based on Mbed 2. This change fixes the compiler version for NRF51_MICROBIT devices.
1 parent 31114ba commit 18c5d47

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
@@ -5318,7 +5318,8 @@
53185318
"inherits": ["MCU_NRF51_16K_S110"],
53195319
"macros_add": ["TARGET_NRF_LFCLK_RC"],
53205320
"release_versions": ["2"],
5321-
"device_name": "nRF51822_xxAA"
5321+
"device_name": "nRF51822_xxAA",
5322+
"supported_toolchains": ["ARMC5", "GCC_ARM"]
53225323
},
53235324
"NRF51_MICROBIT_BOOT": {
53245325
"inherits": ["MCU_NRF51_16K_BOOT_S110"],

0 commit comments

Comments
 (0)