disable building libopenstm32
authorMatthias Rampke <matthias@rampke.de>
Fri, 12 Aug 2011 13:49:45 +0000 (15:49 +0200)
committerMatthias Rampke <matthias@rampke.de>
Fri, 12 Aug 2011 13:49:45 +0000 (15:49 +0200)
summon-arm-toolchain

index 80435c40810825daac2cb3593ae4f9b4f6c973a1..151e77611cb21349a24b0458eca39f6bfa8fa9a6 100755 (executable)
@@ -28,7 +28,7 @@ OOCD_EN=0
 # Set to 1 to build libstm32 provided by ST
 LIBSTM32_EN=0
 # Set to 1 to build libopenstm32 an open source library for stm32
-LIBOPENSTM32_EN=1
+LIBOPENSTM32_EN=0
 # Make the gcc default to Cortex-M3
 DEFAULT_TO_CORTEX_M3=1