From 04edefd2913541a9f6552e93917b9cedbd4dd33c Mon Sep 17 00:00:00 2001 From: tomoyuki yamanaka Date: Mon, 7 Mar 2016 13:14:06 +0900 Subject: [PATCH] Bug fix the export function to the IAR. We added the IAR tool chain to release build. --- workspace_tools/build_release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace_tools/build_release.py b/workspace_tools/build_release.py index 372a27bef2..87948c2d43 100644 --- a/workspace_tools/build_release.py +++ b/workspace_tools/build_release.py @@ -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')),