| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stm32: disable HSI48 if not in use | Bernát Süli | 2025-12-19 | 1 | -0/+6 |
| | | |||||
| * | stm32: disable HSI if not used | Bernát Süli | 2025-12-18 | 1 | -0/+5 |
| | | |||||
| * | wpan: allow setting Rfwkpsel | xoviat | 2025-12-13 | 1 | -1/+8 |
| | | |||||
| * | low_power: misc cleanups and allow main macro | xoviat | 2025-11-16 | 1 | -43/+0 |
| | | |||||
| * | stm32wlex: init/restore timer config after STOP2 | liebman | 2025-11-03 | 1 | -0/+43 |
| | | |||||
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -4/+4 |
| | | |||||
| * | fixup! feat(stm32-l): provide a `const` constructor on `rcc::Config` | ROMemories | 2025-05-26 | 1 | -2/+0 |
| | | |||||
| * | feat(stm32-l): provide a `const` constructor on `rcc::Config` | ROMemories | 2025-05-21 | 1 | -5/+12 |
| | | |||||
| * | stm32: update metapac, cleanup clocks a bit. | Dario Nieuwenhuis | 2025-04-18 | 1 | -1/+1 |
| | | |||||
| * | compute lse and lsi frequency for STM32L and STM32U0 series | Christian Enderle | 2024-11-21 | 1 | -2/+6 |
| | | |||||
| * | Fix dma nvic issues on dual core lines | Alexandros Liarokapis | 2024-08-17 | 1 | -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-crash | Dario Nieuwenhuis | 2024-05-21 | 1 | -0/+7 |
| |\ | | | | | | | Fix crash caused by using higher MSI range as sysclk on STM32WL | ||||
| | * | Fix crash caused by using higher MSI on STM32WL | Andelf | 2024-04-08 | 1 | -0/+7 |
| | | | |||||
| * | | Remove redundant dsi_phy: None from rcc | Joël Schulz-Ansres | 2024-05-02 | 1 | -2/+0 |
| | | | |||||
| * | | Add stm32 dsihost driver | Joël Schulz-Ansres | 2024-05-02 | 1 | -0/+3 |
| | | | |||||
| * | | low power for h5 | eZio Pan | 2024-04-28 | 1 | -0/+2 |
| | | | |||||
| * | | Add stm32u0 support. | Dario Nieuwenhuis | 2024-04-14 | 1 | -4/+24 |
| |/ | |||||
| * | stm32: autogenerate mux config for all chips. | Dario Nieuwenhuis | 2024-03-01 | 1 | -40/+16 |
| | | |||||
| * | stm32/rcc: unify naming sysclk field to `sys`, enum to `Sysclk`. | Dario Nieuwenhuis | 2024-02-26 | 1 | -13/+13 |
| | | |||||
| * | stm32/rcc: fix build for some f0 and l4 chips. | Dario Nieuwenhuis | 2024-02-04 | 1 | -7/+12 |
| | | | | | Fixes #2531 | ||||
| * | stm32: autogenerate clocks struct, enable mux for all chips. | Dario Nieuwenhuis | 2024-02-02 | 1 | -30/+45 |
| | | |||||
| * | stm32/rcc: unify l0l1 and l4l5. | Dario Nieuwenhuis | 2023-11-13 | 1 | -0/+642 |
