aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stm32f1/system_stm32f1xx.c
Commit message (Collapse)AuthorAgeFilesLines
* lib: It is no longer necessary to modify the stm32f1 codeKevin O'Connor2019-09-061-1/+1
| | | | | | | 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>
* lib: Update stm32f1 code to version 1.8.0Kevin O'Connor2019-07-211-0/+430
Update the stm32f1 code to the latest from ST. Merge the lib/cmsis-stm32f1/ and lib/hal-stm32f1/ into a single lib/stm32f1/ directory. Document all the differences from the pristine upstream code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>