mirror of https://github.com/ARMmbed/mbed-os.git
Bug fix the export function to the IAR.
We added the IAR tool chain to release build.pull/1590/head
parent
abf43a33ce
commit
a4c27c1f40
|
@ -125,7 +125,7 @@ OFFICIAL_MBED_LIBRARY_BUILD = (
|
|||
('ARM_MPS2_M7' , ('ARM',)),
|
||||
('ARM_MPS2_BEID' , ('ARM',)),
|
||||
|
||||
('RZ_A1H' , ('ARM', 'GCC_ARM')),
|
||||
('RZ_A1H' , ('ARM', 'GCC_ARM', 'IAR')),
|
||||
|
||||
('EFM32ZG_STK3200', ('GCC_ARM', 'uARM')),
|
||||
('EFM32HG_STK3400', ('GCC_ARM', 'uARM')),
|
||||
|
|
Loading…
Reference in New Issue