[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [6442] Enable libopenstm32
From: |
Allen Ibara |
Subject: |
[paparazzi-commits] [6442] Enable libopenstm32 |
Date: |
Sat, 12 Mar 2011 02:53:13 +0000 |
Revision: 6442
http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=6442
Author: aibara
Date: 2011-03-12 02:53:13 +0000 (Sat, 12 Mar 2011)
Log Message:
-----------
Enable libopenstm32
Modified Paths:
--------------
toolchains/stm32/paparazzi-stm32-1.0.0/summon-arm-toolchain
Modified: toolchains/stm32/paparazzi-stm32-1.0.0/summon-arm-toolchain
===================================================================
--- toolchains/stm32/paparazzi-stm32-1.0.0/summon-arm-toolchain 2011-03-12
02:53:11 UTC (rev 6441)
+++ toolchains/stm32/paparazzi-stm32-1.0.0/summon-arm-toolchain 2011-03-12
02:53:13 UTC (rev 6442)
@@ -22,7 +22,7 @@
LIBSTM32=v3.0.0-1
LIBSTM32USB=v3.0.1-1
LIBSTM32_EN=1
-LIBOPENSTM32_EN=0
+LIBOPENSTM32_EN=1
LIBOPENSTM32=master
OPENOCD=openocd-mygit
#OPENOCD=openocd-0.4.0
@@ -137,7 +137,7 @@
if [ ${LIBOPENSTM32_EN} != 0 ]; then
if [ ! -e libopenstm32-${LIBOPENSTM32}.tar.bz2 ]; then
echo "Cloning libopenstm32 sources..."
- git clone git://libopenstm32.git.sourceforge.net/gitroot/libopenstm32
+ git clone git://github.com/esden/libopenstm32.git
cd libopenstm32
git archive --format=tar --prefix=libopenstm32-${LIBOPENSTM32}/
${LIBOPENSTM32} | \
bzip2 --stdout > ../libopenstm32-${LIBOPENSTM32}.tar.bz2
@@ -487,7 +487,6 @@
echo "******************************************************************"
| tee -a ${BUILDLOG}
echo "* Configuring ${OPENOCD}"
| tee -a ${BUILDLOG}
echo "******************************************************************"
| tee -a ${BUILDLOG}
- patch -p1 < ../patch_openocd >> ${BUILDLOG} 2>&1 || exit
./bootstrap >> ${BUILDLOG} 2>&1 || exit
./configure --prefix=${PREFIX} --enable-maintainer-mode \
--enable-ft2232_libftdi >> ${BUILDLOG} 2>&1 || exit
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [6442] Enable libopenstm32,
Allen Ibara <=