diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-07-23 23:55:19 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-07-25 18:05:13 -0400 |
commit | 5a02572001d1d903bdb36c13396efe73f3835a67 (patch) | |
tree | 981133adcc350579194ac9ad95545ce2dcaae2d5 /lib/README | |
parent | a31a6c1d6a6e0f7d8c247799b373bf959c7e0584 (diff) | |
download | kutter-5a02572001d1d903bdb36c13396efe73f3835a67.tar.gz kutter-5a02572001d1d903bdb36c13396efe73f3835a67.tar.xz kutter-5a02572001d1d903bdb36c13396efe73f3835a67.zip |
lib: Update stm32f4 code to support gcc -fwhole-program
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'lib/README')
-rw-r--r-- | lib/README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -61,7 +61,8 @@ 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). +version 1.24.0 (extracted 20190723). It has been modified to compile +with gcc's LTO feature. See stm32f4.patch for the modifications. The hub-ctrl directory contains code from: https://github.com/codazoda/hub-ctrl.c/ |