aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ext/readme.txt10
-rw-r--r--ext/stm32lib-3.1.2.zipbin0 -> 153879 bytes
2 files changed, 8 insertions, 2 deletions
diff --git a/ext/readme.txt b/ext/readme.txt
index feadb8cdc..c7c49f8b5 100644
--- a/ext/readme.txt
+++ b/ext/readme.txt
@@ -11,10 +11,16 @@ The currently included items are:
1. uip-1.0, a minimal TCP/IP implementation: http://www.sics.se/~adam/uip/
2. lwip-1.3.1, lightweight TCP/IP stack: http://savannah.nongnu.org/projects/lwip/
-
+3. STM32 firmware library 3.1.2 (partial) the full download is available from
+ http://www.st.com
+
The above files are included packed as downloaded from the original repository
and without any modification, in order to use the libraries unpack them
-under ./ext.
+under ./ext as:
+
+./ext/uip-1.0
+./ext/lwip
+./ext/stm32lib
Some patches are also present:
diff --git a/ext/stm32lib-3.1.2.zip b/ext/stm32lib-3.1.2.zip
new file mode 100644
index 000000000..ab0fb45d5
--- /dev/null
+++ b/ext/stm32lib-3.1.2.zip
Binary files differ