aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stm32f4/system_stm32f4xx.c
Commit message (Collapse)AuthorAgeFilesLines
* lib: Update stm32f4 to use upstream github sourceKevin O'Connor2021-09-021-761/+761
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* lib: It is no longer necessary to modify the stm32f4 codeKevin O'Connor2019-09-061-1/+1
| | | | | | | 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>
* lib: Update stm32f4 code to support gcc -fwhole-programKevin O'Connor2019-07-251-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* lib: Add stm32f4 cmsis filesKevin O'Connor2019-07-251-0/+761
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>