Skip to content

Commit a4c27c1

Browse files
committed
Bug fix the export function to the IAR.
We added the IAR tool chain to release build.
1 parent abf43a3 commit a4c27c1

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)