Merge pull request #1312 from screamerbg/master

Add SEED ARCH LINK support
pull/1317/head
Mihail Stoyanov 2015-08-31 14:42:09 +03:00
commit f5f1c96d2b
1 changed files with 3 additions and 0 deletions

View File

@ -1659,6 +1659,9 @@ TARGETS = [
ARCH_BLE(), # nRF51_16K ARCH_BLE(), # nRF51_16K
ARCH_BLE_BOOT(), # nRF51_16K ARCH_BLE_BOOT(), # nRF51_16K
ARCH_BLE_OTA(), # nRF51_16K ARCH_BLE_OTA(), # nRF51_16K
ARCH_LINK(), # nRF51_16K
ARCH_LINK_BOOT(), # nRF51_16K
ARCH_LINK_OTA(), # nRF51_16K
SEEED_TINY_BLE(), # nRF51_16K SEEED_TINY_BLE(), # nRF51_16K
SEEED_TINY_BLE_BOOT(), # nRF51_16K SEEED_TINY_BLE_BOOT(), # nRF51_16K
SEEED_TINY_BLE_OTA(), # nRF51_16K SEEED_TINY_BLE_OTA(), # nRF51_16K