From 2327ca6800bf65a18d68b4807648c41ed61cc475 Mon Sep 17 00:00:00 2001 From: Mihail Stoyanov Date: Thu, 27 Aug 2015 12:34:16 +0300 Subject: [PATCH] Add SEED ARCH LINK support --- workspace_tools/targets.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/workspace_tools/targets.py b/workspace_tools/targets.py index ffc078b449..68020ac617 100755 --- a/workspace_tools/targets.py +++ b/workspace_tools/targets.py @@ -1659,6 +1659,9 @@ TARGETS = [ ARCH_BLE(), # nRF51_16K ARCH_BLE_BOOT(), # 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_BOOT(), # nRF51_16K SEEED_TINY_BLE_OTA(), # nRF51_16K