aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/rcc/l.rs
Commit message (Collapse)AuthorAgeFilesLines
* stm32: disable HSI48 if not in useBernát Süli2025-12-191-0/+6
|
* stm32: disable HSI if not usedBernát Süli2025-12-181-0/+5
|
* wpan: allow setting Rfwkpselxoviat2025-12-131-1/+8
|
* low_power: misc cleanups and allow main macroxoviat2025-11-161-43/+0
|
* stm32wlex: init/restore timer config after STOP2liebman2025-11-031-0/+43
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-4/+4
|
* fixup! feat(stm32-l): provide a `const` constructor on `rcc::Config`ROMemories2025-05-261-2/+0
|
* feat(stm32-l): provide a `const` constructor on `rcc::Config`ROMemories2025-05-211-5/+12
|
* stm32: update metapac, cleanup clocks a bit.Dario Nieuwenhuis2025-04-181-1/+1
|
* compute lse and lsi frequency for STM32L and STM32U0 seriesChristian Enderle2024-11-211-2/+6
|
* Fix dma nvic issues on dual core linesAlexandros Liarokapis2024-08-171-0/+1
| | | | | | This commit addresses #3256 by disabling dma NVIC interrupt enablement at startup. Instead, per-channel NVIC interrupt enablement is now done with the rest of the dma channel configuration. This ensures that each core will only handle the interrupts of the DMA channels that it uses.
* Merge pull request #2786 from andelf/fix/stm32wl-msi-crashDario Nieuwenhuis2024-05-211-0/+7
|\ | | | | | | Fix crash caused by using higher MSI range as sysclk on STM32WL
| * Fix crash caused by using higher MSI on STM32WLAndelf2024-04-081-0/+7
| |
* | Remove redundant dsi_phy: None from rccJoël Schulz-Ansres2024-05-021-2/+0
| |
* | Add stm32 dsihost driverJoël Schulz-Ansres2024-05-021-0/+3
| |
* | low power for h5eZio Pan2024-04-281-0/+2
| |
* | Add stm32u0 support.Dario Nieuwenhuis2024-04-141-4/+24
|/
* stm32: autogenerate mux config for all chips.Dario Nieuwenhuis2024-03-011-40/+16
|
* stm32/rcc: unify naming sysclk field to `sys`, enum to `Sysclk`.Dario Nieuwenhuis2024-02-261-13/+13
|
* stm32/rcc: fix build for some f0 and l4 chips.Dario Nieuwenhuis2024-02-041-7/+12
| | | | Fixes #2531
* stm32: autogenerate clocks struct, enable mux for all chips.Dario Nieuwenhuis2024-02-021-30/+45
|
* stm32/rcc: unify l0l1 and l4l5.Dario Nieuwenhuis2023-11-131-0/+642