Don't build STM32 firmware lib or libopenstm32.
authorUwe Hermann <uwe@hermann-uwe.de>
Thu, 1 Jul 2010 00:31:59 +0000 (02:31 +0200)
committerUwe Hermann <uwe@hermann-uwe.de>
Thu, 1 Jul 2010 00:42:58 +0000 (02:42 +0200)
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

index 7606face5ccabfa28e005066c822a2819bdd2ffd..13ad6230dba238cd1ba25370bdcc2e449c3032cb 100755 (executable)
@@ -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)