mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-09 06:45:26 -06:00
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>
This commit is contained in:
parent
d60b143595
commit
83d600d518
3 changed files with 2 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue