Merge pull request #3173 from sarahmarshy/microbit-support

[Exporters] Add a device_name to microbit entry in targets.json
pull/3185/head
Martin Kojtal 2016-11-02 09:56:00 +00:00 committed by GitHub
commit 06fc7e476a
1 changed files with 2 additions and 1 deletions

View File

@ -1616,7 +1616,8 @@
"NRF51_MICROBIT": {
"inherits": ["MCU_NRF51_16K_S110"],
"macros_add": ["TARGET_NRF_LFCLK_RC"],
"release_versions": ["2"]
"release_versions": ["2"],
"device_name": "nRF51822_xxAA"
},
"NRF51_MICROBIT_BOOT": {
"inherits": ["MCU_NRF51_16K_BOOT_S110"],