stlink git repository with patches already applied
authorshenki <shenki@01035d8c-6547-0410-b346-abe4f91aad63>
Wed, 19 Jun 2013 11:25:16 +0000 (11:25 +0000)
committershenki <shenki@01035d8c-6547-0410-b346-abe4f91aad63>
Wed, 19 Jun 2013 11:25:16 +0000 (11:25 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@1324 01035d8c-6547-0410-b346-abe4f91aad63

codec2-dev/stm32/README.txt

index dec57cf393dcebab165668060fc2c86bf3c22e3f..eb23863076964d2025d00d97403e2408f9ca312b 100644 (file)
@@ -38,14 +38,11 @@ Getting Started
    If necessary, edit the BINPATH variable in Makefile for your toolchain location
    $ make
 
-. Patching and build stlink:
+. Build stlink:
 
    $ cd ~
-   $ git clone https://github.com/texane/stlink.git
+   $ git clone https://github.com/shenki/stlink.git
    $ cd stlink
-   ~/stlink$ git checkout bbecbc1e81b15b85829149424d048d96bd844939
-   ~/stlink$ patch -p0 < ~/codec2-dev/stm32/stlink/stlink.patch
-   ~/stlink$ cp ~/codec2-dev/stm32/stlink/elfsym.* gdbserver
    ~/stlink$ sudo apt-get install libusb-1.0-0-dev libelf-dev automake 
    ~/stlink$ ./autogen.sh
    ~/stlink$ ./configure