aboutsummaryrefslogtreecommitdiffstats
path: root/lib/README
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-07-21 20:29:14 -0400
committerKevin O'Connor <kevin@koconnor.net>2019-07-21 22:40:56 -0400
commit893acdb56bddbe8c24b51050187325f71e439798 (patch)
tree705cd4b3422c83967a8e0b4533aee21b32ea3b3d /lib/README
parent17bd595b155304e9f1defa480f5eb7d8c060d9d6 (diff)
downloadkutter-893acdb56bddbe8c24b51050187325f71e439798.tar.gz
kutter-893acdb56bddbe8c24b51050187325f71e439798.tar.xz
kutter-893acdb56bddbe8c24b51050187325f71e439798.zip
lib: Update stm32f1 code to version 1.8.0
Update the stm32f1 code to the latest from ST. Merge the lib/cmsis-stm32f1/ and lib/hal-stm32f1/ into a single lib/stm32f1/ directory. Document all the differences from the pristine upstream code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'lib/README')
-rw-r--r--lib/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/README b/lib/README
index c66af90e..88e507be 100644
--- a/lib/README
+++ b/lib/README
@@ -53,10 +53,11 @@ STMicroelectronics:
http://www.st.com/en/embedded-software/stm32cubef0.html
version 1.9.0 (extracted 20190116).
-The cmsis-stm32f1 and the hal-stm32f1 directories contain code from
-STMicroelectronics:
+The stm32f1 directory contains code from STMicroelectronics:
http://www.st.com/en/embedded-software/stm32cubef1.html
-version 1.6.0 (extracted 20180330).
+version 1.8.0 (extracted 20190721). It has been modified to compile
+with gcc's LTO feature and to add a stm32f1xx_hal_conf.h file. See
+stm32f1.patch for the modifications.
The hub-ctrl directory contains code from:
https://github.com/codazoda/hub-ctrl.c/