aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stm32f1/hal/source/stm32f1xx_hal_rcc.c
Commit message (Collapse)AuthorAgeFilesLines
* lib: Remove unused stm32f1 "hal" codeKevin O'Connor2019-08-051-1403/+0
| | | | | | | Now that the stm32f1 code has been merged into the stm32 code, there is no longer a need to use the upstream stm32f1 "hal" code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* lib: Update stm32f1 code to version 1.8.0Kevin O'Connor2019-07-211-0/+1403
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>