| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -2/+2 |
| | | |||||
| * | feat(stm32-f247): provide a `const` constructor on `rcc::Config` | ROMemories | 2025-05-21 | 1 | -4/+10 |
| | | |||||
| * | stm32: update metapac, cleanup clocks a bit. | Dario Nieuwenhuis | 2025-04-18 | 1 | -1/+0 |
| | | |||||
| * | cargo fmt | antonello.contini | 2025-02-25 | 1 | -3/+2 |
| | | |||||
| * | simpler configuration | antonello.contini | 2025-02-25 | 1 | -7/+3 |
| | | |||||
| * | let user set external i2s clock frequency | antonello.contini | 2025-02-25 | 1 | -1/+22 |
| | | |||||
| * | do not use pllsrc for i2s; added field for plli2ssrc selection | antonello.contini | 2025-02-25 | 1 | -1/+8 |
| | | |||||
| * | set PLLI2SM and plli2s_src f423 | vinsynth | 2025-02-02 | 1 | -2/+2 |
| | | |||||
| * | set PLLI2S M and SRC for f4 chips which support it | vinsynth | 2025-02-02 | 1 | -0/+5 |
| | | |||||
| * | Add new | Bing Wen | 2024-11-27 | 1 | -14/+8 |
| | | |||||
| * | Add new feature to enable overclocking | Bing Wen | 2024-11-26 | 1 | -4/+10 |
| | | |||||
| * | Fix dma nvic issues on dual core lines | Alexandros Liarokapis | 2024-08-17 | 1 | -0/+2 |
| | | | | | | | 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 #2829 from aurelj/stm32-rcc-hsi | Dario Nieuwenhuis | 2024-05-21 | 1 | -9/+15 |
| |\ | | | | | | | stm32: ensure the core runs on HSI clock while setting up rcc | ||||
| | * | stm32: ensure the core runs on HSI clock while setting up rcc | Aurélien Jacobs | 2024-04-16 | 1 | -9/+15 |
| | | | |||||
| * | | 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 | -1/+4 |
| | | | |||||
| * | | low power for h5 | eZio Pan | 2024-04-28 | 1 | -0/+3 |
| |/ | |||||
| * | stm32: autogenerate mux config for all chips. | Dario Nieuwenhuis | 2024-03-01 | 1 | -1/+9 |
| | | |||||
| * | stm32: update metapac. | Dario Nieuwenhuis | 2024-02-26 | 1 | -0/+1 |
| | | |||||
| * | stm32/rcc: unify f0, f1, f3. | Dario Nieuwenhuis | 2024-02-14 | 1 | -0/+482 |
