From: Piotr Esden-Tempski Date: Thu, 17 Feb 2011 18:30:48 +0000 (-0800) Subject: Removed a rougue exit command and upgated libstm32 to the newest version. X-Git-Url: https://git.gag.com/?p=fw%2Fcortex-toolchain;a=commitdiff_plain;h=5b0f38af04c7128438aeace223f6f271a77c7f46 Removed a rougue exit command and upgated libstm32 to the newest version. --- diff --git a/summon-arm-toolchain b/summon-arm-toolchain index 3e98e2b..3554547 100755 --- a/summon-arm-toolchain +++ b/summon-arm-toolchain @@ -94,7 +94,6 @@ echo "LIBSTM32_EN=$LIBSTM32_EN" echo "LIBOPENSTM32_EN=$LIBOPENSTM32_EN" echo "DEFAULT_TO_CORTEX_M3=$DEFAULT_TO_CORTEX_M3" -exit 0 ############################################################################## # Version and download url settings section ############################################################################## @@ -116,7 +115,7 @@ NEWLIB=newlib-1.19.0 GDB=gdb-7.2 OOCD=master LIBCMSIS=v1.10-3 -LIBSTM32=v3.0.0-1 +LIBSTM32=v3.0.0-2 LIBSTM32USB=v3.0.1-1 LIBOPENSTM32=master