Skip to content

Commit 2327ca6

Browse files
committed
Add SEED ARCH LINK support
1 parent 2f184eb commit 2327ca6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

workspace_tools/targets.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1659,6 +1659,9 @@ def __init__(self):
16591659
ARCH_BLE(), # nRF51_16K
16601660
ARCH_BLE_BOOT(), # nRF51_16K
16611661
ARCH_BLE_OTA(), # nRF51_16K
1662+
ARCH_LINK(), # nRF51_16K
1663+
ARCH_LINK_BOOT(), # nRF51_16K
1664+
ARCH_LINK_OTA(), # nRF51_16K
16621665
SEEED_TINY_BLE(), # nRF51_16K
16631666
SEEED_TINY_BLE_BOOT(), # nRF51_16K
16641667
SEEED_TINY_BLE_OTA(), # nRF51_16K

0 commit comments

Comments
 (0)