stm32-rs / stm32f1xx-hal

A Rust embedded-hal HAL impl for the STM32F1 family based on japarics stm32f103xx-hal
Apache License 2.0
550 stars 173 forks source link

Allow to set HSE bypass bit in clock config #485

Open chrisegerer opened 2 months ago

chrisegerer commented 2 months ago

Allows to set HSE bypass bit in RCC clock config register to use external clock supplied through OSC_IN pin. Implementation is adopted from stm32f4xx-hal. Related to #481

chrisegerer commented 1 month ago

@therealprof: please assign to someone for review