Skip to content

Commit 57543e5

Browse files
committed
Merge pull request #1590 from TomoYamanaka/master
Bug fix to support the export function to IAR.
2 parents abf43a3 + a4c27c1 commit 57543e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspace_tools/build_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
('ARM_MPS2_M7' , ('ARM',)),
126126
('ARM_MPS2_BEID' , ('ARM',)),
127127

128-
('RZ_A1H' , ('ARM', 'GCC_ARM')),
128+
('RZ_A1H' , ('ARM', 'GCC_ARM', 'IAR')),
129129

130130
('EFM32ZG_STK3200', ('GCC_ARM', 'uARM')),
131131
('EFM32HG_STK3400', ('GCC_ARM', 'uARM')),

0 commit comments

Comments
 (0)