Skip to content

Commit 1a04b0a

Browse files
Merge pull request #5052 from mbedNoobNinja/Branch_Export
ds5 & e2studio export fix
2 parents c3dc45b + 3ba6620 commit 1a04b0a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tools/export/ds5_5/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class DS5_5(Exporter):
2929
'UBLOX_C027',
3030
'ARCH_PRO',
3131
'RZ_A1H',
32+
'VK_RZ_A1H',
3233
]
3334

3435
USING_MICROLIB = [

tools/export/e2studio/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ class E2Studio(GNUARMEclipse):
2222

2323
TARGETS = [
2424
'RZ_A1H',
25+
'VK_RZ_A1H',
2526
]
2627

2728
# override

0 commit comments

Comments
 (0)