aboutsummaryrefslogtreecommitdiffstats
path: root/lib/README
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-07-28 23:23:18 -0400
committerKevinOConnor <kevin@koconnor.net>2019-08-05 11:25:40 -0400
commit664c869f7749da96bbea7307beb043dfe52593c5 (patch)
treedefd407bf1193ff41dd1e22bf8f443a0b018dc84 /lib/README
parent36217f27aa4ddd1303c4881af376a4b0a476c547 (diff)
downloadkutter-664c869f7749da96bbea7307beb043dfe52593c5.tar.gz
kutter-664c869f7749da96bbea7307beb043dfe52593c5.tar.xz
kutter-664c869f7749da96bbea7307beb043dfe52593c5.zip
lib: Remove unused stm32f1 "hal" code
Now that the stm32f1 code has been merged into the stm32 code, there is no longer a need to use the upstream stm32f1 "hal" code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'lib/README')
-rw-r--r--lib/README3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/README b/lib/README
index 63fcf814..d5d9e250 100644
--- a/lib/README
+++ b/lib/README
@@ -56,8 +56,7 @@ version 1.9.0 (extracted 20190116).
The stm32f1 directory contains code from STMicroelectronics:
http://www.st.com/en/embedded-software/stm32cubef1.html
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.
+with gcc's LTO feature. See stm32f1.patch for the modifications.
The stm32f4 directory contains code from STMicroelectronics:
http://www.st.com/en/embedded-software/stm32cubef4.html