aboutsummaryrefslogtreecommitdiffstats
path: root/lib/README
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-08-21 21:13:38 -0400
committerKevin O'Connor <kevin@koconnor.net>2019-09-06 13:49:16 -0400
commit83d600d518667038f7c15eada20284115fe7624e (patch)
treef82a78e10272b4738d685c1de266575fbd68600a /lib/README
parentd60b143595bbea02212e27bb6643cc8c5384d836 (diff)
downloadkutter-83d600d518667038f7c15eada20284115fe7624e.tar.gz
kutter-83d600d518667038f7c15eada20284115fe7624e.tar.xz
kutter-83d600d518667038f7c15eada20284115fe7624e.zip
lib: It is no longer necessary to modify the stm32f1 code
Now that the stm32f1 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 0da1f58a..d78af6d7 100644
--- a/lib/README
+++ b/lib/README
@@ -46,8 +46,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. See stm32f1.patch for the modifications.
+version 1.8.0 (extracted 20190721).
The stm32f4 directory contains code from STMicroelectronics:
http://www.st.com/en/embedded-software/stm32cubef4.html