aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/rcc/f0.rs
Commit message (Collapse)AuthorAgeFilesLines
* stm32/rcc: unify f0, f1, f3.Dario Nieuwenhuis2024-02-141-232/+0
|
* stm32/rcc: port F0 to new API.Dario Nieuwenhuis2024-02-131-148/+184
|
* stm32/rcc: fix more build failures.Dario Nieuwenhuis2024-02-041-0/+1
|
* stm32/rcc: fix build for some f0 and l4 chips.Dario Nieuwenhuis2024-02-041-5/+27
| | | | Fixes #2531
* stm32: autogenerate clocks struct, enable mux for all chips.Dario Nieuwenhuis2024-02-021-10/+11
|
* stm32: update metapacxoviat2023-10-171-2/+2
|
* rcc: ahb/apb -> hclk/pclkxoviat2023-10-151-5/+5
|
* stm32/rcc: add LSE/LSI to all chips, add RTC to more chips.Dario Nieuwenhuis2023-10-111-3/+5
|
* Update stm32-metapac, includes chiptool changes to use real Rust enums now.Dario Nieuwenhuis2023-06-291-12/+11
|
* Refactor IWDG to use LSI frequency from RCCchemicstry2022-07-101-3/+7
|
* Run rustfmt.Dario Nieuwenhuis2022-06-121-4/+2
|
* Update stm32-dataDario Nieuwenhuis2022-02-141-13/+8
|
* stm32/rcc: remove Rcc struct, RccExt trait.Dario Nieuwenhuis2022-01-051-164/+130
| | | | All the RCC configuration is executed in init().
* stm32/rcc: change family-specific code from dirs to single files.Dario Nieuwenhuis2022-01-041-0/+208
Consistent with how other peripherals handle their versions.