Skip to content

Commit 0231f61

Browse files
authored
Merge pull request #2516 from NXPmicro/HEXIWEAR_KDS_Support
HEXIWEAR: Add support to create KDS projects for HEXIWEAR
2 parents f084f5f + 2c813a0 commit 0231f61

File tree

3 files changed

+334
-0
lines changed

3 files changed

+334
-0
lines changed

tools/export/kds.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class KDS(Exporter):
2424

2525
TARGETS = [
2626
'K64F',
27+
'HEXIWEAR',
2728
'K22F',
2829
]
2930

0 commit comments

Comments
 (0)