Skip to content

Commit f5f1c96

Browse files
committed
Merge pull request #1312 from screamerbg/master
Add SEED ARCH LINK support
2 parents 2f184eb + 2327ca6 commit f5f1c96

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)