From b5af3b66c5070e6cbde6e9bbe6ded3ce8d2d7631 Mon Sep 17 00:00:00 2001 From: drowe67 Date: Sat, 5 Sep 2015 06:05:36 +0000 Subject: [PATCH] placed a copy of peripheral lib on rowetel.com git-svn-id: https://svn.code.sf.net/p/freetel/code@2297 01035d8c-6547-0410-b346-abe4f91aad63 --- codec2-dev/stm32/README.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/codec2-dev/stm32/README.txt b/codec2-dev/stm32/README.txt index 1640ea1b..aa0572b4 100644 --- a/codec2-dev/stm32/README.txt +++ b/codec2-dev/stm32/README.txt @@ -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: -- 2.25.1