Merge pull request #11609 from madchutney/iotbtool/407-microbit-fix

IOTBTOOL-407 Fix microbit to use Arm C5
pull/11673/head
Martin Kojtal 2019-10-15 13:07:00 +08:00 committed by GitHub
commit 2fe14682fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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"],