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.
pull/11894/head
Graham Hammond 2019-09-30 17:09:28 +01:00 committed by adbridge
parent 463f00e723
commit ea448f5144
1 changed files with 2 additions and 1 deletions

View File

@ -5374,7 +5374,8 @@
"inherits": ["MCU_NRF51_16K_S110"],
"macros_add": ["TARGET_NRF_LFCLK_RC"],
"release_versions": ["2"],
"device_name": "nRF51822_xxAA"
"device_name": "nRF51822_xxAA",
"supported_toolchains": ["ARMC5", "GCC_ARM"]
},
"NRF51_MICROBIT_BOOT": {
"inherits": ["MCU_NRF51_16K_BOOT_S110"],