From 5b9c5d9c9388f58c0d08c398dc368ca40460830a Mon Sep 17 00:00:00 2001 From: Perry Hung Date: Fri, 28 May 2010 03:06:03 -0400 Subject: libcs3 refactor merge Removed dependency on libcs3.a because Codesourcery does not provide the source for it. We now link against a modified libcs3-lanchon-stm32.a built from parts in public domain from Lanchon, and a start_c.c from Codesourcery that is licensed under a permissive license. Also removed all of the extra linker cruft from the stm32conf directory. The linker files now live in support/ld The openocd scripts now live in support/openocd The udev rules and copy-to-ide scripts now live in support/scripts The source lives in support/ld/libcs3-lanchon-stm32.tar.gz --- copy-to-ide | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100755 copy-to-ide (limited to 'copy-to-ide') diff --git a/copy-to-ide b/copy-to-ide deleted file mode 100755 index 2af1620..0000000 --- a/copy-to-ide +++ /dev/null @@ -1,38 +0,0 @@ -#!/bin/sh - -# This hackish script copies the necessary library files into the Maple IDE -# repository. - -# Change this -DEST=`pwd`/../maple-ide/hardware/leaflabs/cores/maple/ - -ARCH=`uname -a` - -FILES="LICENSE - ./libmaple/*.h - ./libmaple/*.c - ./libmaple/usb/*.h - ./libmaple/usb/*.c - ./libmaple/usb/usb_lib/*.h - ./libmaple/usb/usb_lib/*.c - ./wirish/*.h - ./wirish/*.c - ./wirish/main.cxx - ./wirish/*.cpp - ./wirish/comm/*.cpp - ./wirish/comm/*.h" - -echo "First make sure DEST exists: $DEST" -if !(test -d $DEST/lanchon-stm32) -then - mkdir $DEST/lanchon-stm32 -fi - -echo "Then copy over linker files..." -cp stm32conf/* $DEST -cp stm32conf/lanchon-stm32/* $DEST/lanchon-stm32 - -echo "Finally delete the old and copy the new source files!" -rm $DEST/*.c $DEST/*.cpp $DEST/*.h $DEST/*.cxx -cp $FILES $DEST -echo "Done." -- cgit v1.2.3