mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #11609 from madchutney/iotbtool/407-microbit-fix
IOTBTOOL-407 Fix microbit to use Arm C5pull/11673/head
commit
2fe14682fa
|
|
@ -5378,7 +5378,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"],
|
||||
|
|
|
|||
Loading…
Reference in New Issue