placed a copy of peripheral lib on rowetel.com
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Sat, 5 Sep 2015 06:05:36 +0000 (06:05 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Sat, 5 Sep 2015 06:05:36 +0000 (06:05 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@2297 01035d8c-6547-0410-b346-abe4f91aad63

codec2-dev/stm32/README.txt

index 1640ea1be9fb3d4368be26f5c988464b28d5a44f..aa0572b44f81dd34131e4aea71b890648c880a45 100644 (file)
@@ -8,8 +8,15 @@ 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 in in
-   dl.  (st.com was down when I last looked for it)
+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: