From ce741c5a901a48c21cb453525530d9048c94e997 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 1 Jul 2010 02:31:59 +0200 Subject: [PATCH] Don't build STM32 firmware lib or libopenstm32. The 'summon-arm-toolchain' script should do just that per default, build an ARM toolchain. The STM32-specific libs are not related to that and many users will not need or want them. So, default to off for both, but leave in the option so interested users can enable either of them. --- summon-arm-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/summon-arm-toolchain b/summon-arm-toolchain index 7606fac..13ad623 100755 --- a/summon-arm-toolchain +++ b/summon-arm-toolchain @@ -15,7 +15,7 @@ LIBCMSIS=v1.10-2 LIBSTM32=v3.0.0-1 LIBSTM32USB=v3.0.1-1 LIBOPENSTM32=master -LIBSTM32_EN=1 +LIBSTM32_EN=0 LIBOPENSTM32_EN=0 SUMMON_DIR=$(pwd) -- 2.30.2