Merge pull request #1355 from screamerbg/master

Support microbit BOOT and OTA modes
pull/1346/head^2
Martin Kojtal 2015-09-28 07:29:09 +02:00
commit 6e52baedf0
1 changed files with 5 additions and 1 deletions

View File

@ -1718,7 +1718,11 @@ TARGETS = [
NRF51_DONGLE_BOOT(), # nRF51_32K
NRF51_DONGLE_OTA(), # nRF51_32K
NRF51_MICROBIT(), # nRF51_16K - S110
NRF51_MICROBIT_B(), # nRF51_16K - default
NRF51_MICROBIT_BOOT(), # nRF51_16K - S110
NRF51_MICROBIT_OTA(), # nRF51_16K - S110
NRF51_MICROBIT_B(), # nRF51_16K - default
NRF51_MICROBIT_B_BOOT(),# nRF51_16K - default
NRF51_MICROBIT_B_OTA(), # nRF51_16K - default
### ARM ###