aboutsummaryrefslogtreecommitdiffstats
path: root/lib/README
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-08-21 21:10:25 -0400
committerKevin O'Connor <kevin@koconnor.net>2019-09-06 13:49:16 -0400
commitd60b143595bbea02212e27bb6643cc8c5384d836 (patch)
tree8c39e445f10fb4ebb720425ef2945d2f6994796f /lib/README
parent97af0b3cb052651f200f79add9ef822ded7c5ba2 (diff)
downloadkutter-d60b143595bbea02212e27bb6643cc8c5384d836.tar.gz
kutter-d60b143595bbea02212e27bb6643cc8c5384d836.tar.xz
kutter-d60b143595bbea02212e27bb6643cc8c5384d836.zip
lib: It is no longer necessary to modify the stm32f4 code
Now that the stm32f4 code uses the armcm_boot mechanism, it is no longer necessary for SystemInit to be externally visible. 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 7ac2a361..0da1f58a 100644
--- a/lib/README
+++ b/lib/README
@@ -51,8 +51,7 @@ 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
-version 1.24.0 (extracted 20190723). It has been modified to compile
-with gcc's LTO feature. See stm32f4.patch for the modifications.
+version 1.24.0 (extracted 20190723).
The hub-ctrl directory contains code from:
https://github.com/codazoda/hub-ctrl.c/