| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stm32: disable HSI if not used | Bernát Süli | 2025-12-18 | 1 | -0/+5 |
| | | |||||
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -3/+6 |
| | | |||||
| * | Added vrefbuf driver. | Gerzain Mata | 2025-08-10 | 1 | -1/+13 |
| | | | | | Also updated stm32-data-generated to latest | ||||
| * | Cargo fmt | Gerzain Mata | 2025-07-27 | 1 | -16/+17 |
| | | |||||
| * | Added changes based on PR review | Gerzain Mata | 2025-07-27 | 1 | -23/+4 |
| | | |||||
| * | Added support for PLL as a clock source on STM32WBA | Gerzain Mata | 2025-07-25 | 1 | -10/+237 |
| | | | | | | - PLL multiplier and dividers work - Added timer example | ||||
| * | Adds ADC4 for WBA | purepani | 2025-06-30 | 1 | -0/+1 |
| | | |||||
| * | fixup! feat(stm32-wba): provide a `const` constructor on `rcc::Config` | ROMemories | 2025-05-26 | 1 | -2/+0 |
| | | |||||
| * | feat(stm32-wba): provide a `const` constructor on `rcc::Config` | ROMemories | 2025-05-21 | 1 | -4/+11 |
| | | |||||
| * | 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. | ||||
| * | stm32: autogenerate mux config for all chips. | Dario Nieuwenhuis | 2024-03-01 | 1 | -7/+6 |
| | | |||||
| * | stm32/rcc: unify naming sysclk field to `sys`, enum to `Sysclk`. | Dario Nieuwenhuis | 2024-02-26 | 1 | -12/+12 |
| | | |||||
| * | stm32: update metapac. | Dario Nieuwenhuis | 2024-02-16 | 1 | -1/+1 |
| | | |||||
| * | stm32: autogenerate clocks struct, enable mux for all chips. | Dario Nieuwenhuis | 2024-02-02 | 1 | -13/+19 |
| | | |||||
| * | Migrate STM32WBA to RCCv3 | Romain Goyet | 2024-02-02 | 1 | -90/+103 |
| | | |||||
| * | STM32WBA's high speed external clock has to run at 32 MHz | Romain Goyet | 2024-02-01 | 1 | -6/+8 |
| | | |||||
| * | stm32/rcc: consistent casing and naming for PLL enums. | Dario Nieuwenhuis | 2023-11-13 | 1 | -4/+4 |
| | | |||||
| * | stm32: rename HSI16 -> HSI | Dario Nieuwenhuis | 2023-10-22 | 1 | -6/+6 |
| | | |||||
| * | stm32: update metapac | xoviat | 2023-10-20 | 1 | -2/+2 |
| | | |||||
| * | rcc: ahb/apb -> hclk/pclk | xoviat | 2023-10-15 | 1 | -8/+8 |
| | | |||||
| * | stm32/rcc: add LSE/LSI to all chips, add RTC to more chips. | Dario Nieuwenhuis | 2023-10-11 | 1 | -4/+5 |
| | | |||||
| * | stm32/rcc: rename HSE32 to HSE | Dario Nieuwenhuis | 2023-10-11 | 1 | -2/+2 |
| | | |||||
| * | stm32/rcc: use more PLL etc enums from PAC. | Dario Nieuwenhuis | 2023-10-11 | 1 | -4/+4 |
| | | |||||
| * | stm32/rcc: use AHBPrescaler div impls in stm32wba | Dario Nieuwenhuis | 2023-09-17 | 1 | -59/+29 |
| | | |||||
| * | stm32: add stm32wba support. | Dario Nieuwenhuis | 2023-09-16 | 1 | -0/+184 |
