STM32CubeF1/Drivers/STM32F1xx_HAL_Driver/Src
Attie Grande f5aaa9b454 Add support for running SYSCLK from PLL1, via PLL2.
For parts like the STM32F1 Connectivity Line (STM32F105xx, STM32F107xx),
it is occasionally necessary to source SYSCLK via PLL2. This patch will
add this support.

- Add: `UTILS_GetPLL2OutputFrequency()` to calculate the output frequency of PLL2
- Add: `LL_PLL_ConfigSystemClock_PLL2()` to configure the system clock as sourced from HSE, via PLL2 and PLL1.
- Add: Miscellaneous support definitions.

Signed-off-by: Attie Grande <attie.grande@argentum-systems.co.uk>
2021-04-05 14:25:41 +01:00
..
Legacy Release v1.8.0 2019-07-19 14:54:54 +01:00
stm32f1xx_hal.c Release v1.8.3 2020-10-30 15:10:41 +01:00
stm32f1xx_hal_adc.c Release v1.8.2 2020-10-05 08:36:58 +01:00
stm32f1xx_hal_adc_ex.c Release v1.8.0 2019-07-19 14:54:54 +01:00
stm32f1xx_hal_can.c Release v1.8.0 2019-07-19 14:54:54 +01:00
stm32f1xx_hal_cec.c Release v1.8.0 2019-07-19 14:54:54 +01:00
stm32f1xx_hal_cortex.c Release v1.8.0 2019-07-19 14:54:54 +01:00
stm32f1xx_hal_crc.c Release v1.8.0 2019-07-19 14:54:54 +01:00
stm32f1xx_hal_dac.c Release v1.8.0 2019-07-19 14:54:54 +01:00
stm32f1xx_hal_dac_ex.c Release v1.8.0 2019-07-19 14:54:54 +01:00
stm32f1xx_hal_dma.c Release v1.8.0 2019-07-19 14:54:54 +01:00
stm32f1xx_hal_eth.c Release v1.8.0 2019-07-19 14:54:54 +01:00
stm32f1xx_hal_exti.c Release v1.8.0 2019-07-19 14:54:54 +01:00
stm32f1xx_hal_flash.c Release v1.8.0 2019-07-19 14:54:54 +01:00
stm32f1xx_hal_flash_ex.c Release v1.8.0 2019-07-19 14:54:54 +01:00
stm32f1xx_hal_gpio.c Release v1.8.2 2020-10-05 08:36:58 +01:00
stm32f1xx_hal_gpio_ex.c Release v1.8.0 2019-07-19 14:54:54 +01:00
stm32f1xx_hal_hcd.c Release v1.8.1 2020-08-28 17:16:38 +01:00
stm32f1xx_hal_i2c.c Release v1.8.3 2020-10-30 15:10:41 +01:00
stm32f1xx_hal_i2s.c Release v1.8.2 2020-10-05 08:36:58 +01:00
stm32f1xx_hal_irda.c Release v1.8.0 2019-07-19 14:54:54 +01:00
stm32f1xx_hal_iwdg.c Release v1.8.2 2020-10-05 08:36:58 +01:00
stm32f1xx_hal_mmc.c Release v1.8.0 2019-07-19 14:54:54 +01:00
stm32f1xx_hal_msp_template.c Release v1.8.0 2019-07-19 14:54:54 +01:00
stm32f1xx_hal_nand.c Release v1.8.2 2020-10-05 08:36:58 +01:00
stm32f1xx_hal_nor.c Release v1.8.2 2020-10-05 08:36:58 +01:00
stm32f1xx_hal_pccard.c Release v1.8.2 2020-10-05 08:36:58 +01:00
stm32f1xx_hal_pcd.c Release v1.8.1 2020-08-28 17:16:38 +01:00
stm32f1xx_hal_pcd_ex.c Release v1.8.1 2020-08-28 17:16:38 +01:00
stm32f1xx_hal_pwr.c Release v1.8.0 2019-07-19 14:54:54 +01:00
stm32f1xx_hal_rcc.c Release v1.8.0 2019-07-19 14:54:54 +01:00
stm32f1xx_hal_rcc_ex.c Release v1.8.0 2019-07-19 14:54:54 +01:00
stm32f1xx_hal_rtc.c Release v1.8.0 2019-07-19 14:54:54 +01:00
stm32f1xx_hal_rtc_ex.c Release v1.8.0 2019-07-19 14:54:54 +01:00
stm32f1xx_hal_sd.c Release v1.8.0 2019-07-19 14:54:54 +01:00
stm32f1xx_hal_smartcard.c Release v1.8.2 2020-10-05 08:36:58 +01:00
stm32f1xx_hal_spi.c Release v1.8.2 2020-10-05 08:36:58 +01:00
stm32f1xx_hal_sram.c Release v1.8.2 2020-10-05 08:36:58 +01:00
stm32f1xx_hal_tim.c Release v1.8.2 2020-10-05 08:36:58 +01:00
stm32f1xx_hal_tim_ex.c Release v1.8.2 2020-10-05 08:36:58 +01:00
stm32f1xx_hal_timebase_rtc_alarm_template.c Release v1.8.1 2020-08-28 17:16:38 +01:00
stm32f1xx_hal_timebase_tim_template.c Release v1.8.1 2020-08-28 17:16:38 +01:00
stm32f1xx_hal_uart.c Release v1.8.2 2020-10-05 08:36:58 +01:00
stm32f1xx_hal_usart.c Release v1.8.2 2020-10-05 08:36:58 +01:00
stm32f1xx_hal_wwdg.c Release v1.8.2 2020-10-05 08:36:58 +01:00
stm32f1xx_ll_adc.c Release v1.8.2 2020-10-05 08:36:58 +01:00
stm32f1xx_ll_crc.c Release v1.8.0 2019-07-19 14:54:54 +01:00
stm32f1xx_ll_dac.c Release v1.8.0 2019-07-19 14:54:54 +01:00
stm32f1xx_ll_dma.c Release v1.8.0 2019-07-19 14:54:54 +01:00
stm32f1xx_ll_exti.c Release v1.8.0 2019-07-19 14:54:54 +01:00
stm32f1xx_ll_fsmc.c Release v1.8.2 2020-10-05 08:36:58 +01:00
stm32f1xx_ll_gpio.c Release v1.8.3 2020-10-30 15:10:41 +01:00
stm32f1xx_ll_i2c.c Release v1.8.0 2019-07-19 14:54:54 +01:00
stm32f1xx_ll_pwr.c Release v1.8.0 2019-07-19 14:54:54 +01:00
stm32f1xx_ll_rcc.c Release v1.8.0 2019-07-19 14:54:54 +01:00
stm32f1xx_ll_rtc.c Release v1.8.0 2019-07-19 14:54:54 +01:00
stm32f1xx_ll_sdmmc.c Release v1.8.0 2019-07-19 14:54:54 +01:00
stm32f1xx_ll_spi.c Release v1.8.0 2019-07-19 14:54:54 +01:00
stm32f1xx_ll_tim.c Release v1.8.2 2020-10-05 08:36:58 +01:00
stm32f1xx_ll_usart.c Release v1.8.0 2019-07-19 14:54:54 +01:00
stm32f1xx_ll_usb.c Release v1.8.2 2020-10-05 08:36:58 +01:00
stm32f1xx_ll_utils.c Add support for running SYSCLK from PLL1, via PLL2. 2021-04-05 14:25:41 +01:00