embassy/embassy-stm32
bors[bot] 8193885cb5
Merge #482
482: Add MCO peripheral. r=Dirbaio a=matoushybl

This PR adds an abstraction over STM32 RCC feature called MCO (Microcontroller Clock Output). The clock output can bind to several clock sources and then can be scaled using a prescaler.

Given that from the embassy ecosystem the RCC is generaly invisible to the user, the MCO was implemented as a separate peripheral bound to the pin where the clock should appear.

Co-authored-by: Matous Hybl <hyblmatous@gmail.com>
2021-11-11 16:20:02 +00:00
..
src Merge #482 2021-11-11 16:20:02 +00:00
.pep8 USART codegen 2021-04-25 22:35:51 +02:00
build.rs Add MCO peripheral. 2021-11-11 11:34:09 +01:00
Cargo.toml Merge #465 2021-11-02 20:42:41 +00:00