aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/rcc/hsi48.rs
Commit message (Expand)AuthorAgeFilesLines
* rustfmtBernát Süli2025-12-191-2/+2
* stm32: disable HSI48 if not in useBernát Süli2025-12-191-0/+21
* Added stm32fc071 to cfg to force RCC.cr to be usedobe1line2025-07-211-2/+2
* feat(stm32-l): provide a `const` constructor on `rcc::Config`ROMemories2025-05-211-1/+7
* stm32/rcc: replace generated enable/disable code with runtime infoJan Špaček2024-05-251-2/+2
* stm32: add support for STM32H7[RS] "bootflash line", add HIL tests.Dario Nieuwenhuis2024-05-011-2/+2
* stm32: use private_bounds for sealed traits.Dario Nieuwenhuis2024-03-231-1/+1
* stm32/rcc: add shared code for hsi48 with crs support.Dario Nieuwenhuis2023-11-051-0/+62