mirror of https://github.com/ARMmbed/mbed-os.git
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
parent
463f00e723
commit
ea448f5144
|
@ -5374,7 +5374,8 @@
|
||||||
"inherits": ["MCU_NRF51_16K_S110"],
|
"inherits": ["MCU_NRF51_16K_S110"],
|
||||||
"macros_add": ["TARGET_NRF_LFCLK_RC"],
|
"macros_add": ["TARGET_NRF_LFCLK_RC"],
|
||||||
"release_versions": ["2"],
|
"release_versions": ["2"],
|
||||||
"device_name": "nRF51822_xxAA"
|
"device_name": "nRF51822_xxAA",
|
||||||
|
"supported_toolchains": ["ARMC5", "GCC_ARM"]
|
||||||
},
|
},
|
||||||
"NRF51_MICROBIT_BOOT": {
|
"NRF51_MICROBIT_BOOT": {
|
||||||
"inherits": ["MCU_NRF51_16K_BOOT_S110"],
|
"inherits": ["MCU_NRF51_16K_BOOT_S110"],
|
||||||
|
|
Loading…
Reference in New Issue