updated README for Stuarts latest build system
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Wed, 27 Jan 2016 22:53:32 +0000 (22:53 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Wed, 27 Jan 2016 22:53:32 +0000 (22:53 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@2666 01035d8c-6547-0410-b346-abe4f91aad63

codec2-dev/stm32/README.txt

index 38e43796715df5abbc07ae708a1fa16ab1b29585..227979f1a9d7bde7c25342ba97ef2749b8212406 100644 (file)
@@ -1,6 +1,6 @@
 README.txt
 codec2 support for the stm32f4
-David Rowe August 2015
+David Rowe Jan 2016
 
 Quickstart
 ==========
@@ -8,25 +8,11 @@ Quickstart
 The Makefile generates several programs used in Codec 2 development on
 the STM32F4, including sm1000.bin, the firmware for the SM1000.
 
-1. Find stm32f4_dsp_stdperiph_lib.zip on the InterWebs and place it in
-   codec2-dev/stm32/dl.  The latest version is available from st.com,
-   however this may not compile cleanly.  Here is how to obtain
-   version 1.4:
-
-   $ cd codec-dev/stm32
-   $ mkdir dl
-   $ cd dl
-   $ wget http://rowetel.com/downloads/codec2/smartmic/stm32f4_dsp_stdperiph_lib.zip
-
-2. Install the toolchain, on Ubuntu 14 this is:
+1. Install the toolchain, on Ubuntu 14 this is:
 
    $ sudo apt-get install gcc-arm-none-eabi
 
-3. $ make (and cross your fingers)
-
-You may need to mess about with the Makefile to get it to work,
-e.g. BINPATH, PERIPHLIBURL.  A better build system is hopefully on
-it's way.  Contact me if you can help.
+2. $ make (and cross your fingers)
 
 Not quite so Quickstart
 =======================