lib: Update stm32f4 code to support gcc -fwhole-program

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2019-07-23 23:55:19 -04:00
parent a31a6c1d6a
commit 5a02572001
3 changed files with 16 additions and 2 deletions

View File

@@ -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/