Support microbit BOOT and OTA modes

pull/1355/head
Mihail Stoyanov 2015-09-25 17:24:51 +03:00
parent ecf04be150
commit b699ca2a9c
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 ###