| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stm32: disable HSI48 if not in use | Bernát Süli | 2025-12-19 | 1 | -0/+6 |
| | | |||||
| * | Add support for USB CRS sync | Narottam Royal | 2025-09-21 | 1 | -2/+12 |
| | | |||||
| * | Added missing guard for hsi48. Updated use of removed enums from stm32-data ↵ | Chris Storah | 2025-07-23 | 1 | -0/+1 |
| | | | | | u5 chip | ||||
| * | Formatting update to resolve rustfmt error | Chris Storah | 2025-07-23 | 1 | -2/+3 |
| | | |||||
| * | Updated version of stm32-data and added c071 and c051 into ci.sh | Chris Storah | 2025-07-23 | 1 | -9/+2 |
| | | |||||
| * | hsi48 field missing for STM32C071 | obe1line | 2025-07-21 | 1 | -1/+4 |
| | | |||||
| * | Added ccipr1 conditional for STM32C071 | obe1line | 2025-07-21 | 1 | -2/+6 |
| | | |||||
| * | fixup! feat(stm32-c0): provide a `const` constructor on `rcc::Config` | ROMemories | 2025-05-26 | 1 | -2/+0 |
| | | |||||
| * | feat(stm32-c0): provide a `const` constructor on `rcc::Config` | ROMemories | 2025-05-21 | 1 | -4/+11 |
| | | |||||
| * | stm32: run cargo fmt | techmccat | 2025-03-28 | 1 | -1/+4 |
| | | |||||
| * | stm32: allow using LSI/LSE as SYSCLK on g0/c0 | techmccat | 2025-03-28 | 1 | -2/+5 |
| | | |||||
| * | Added ADC support for STM32C0. | Timofei Korostelev | 2025-03-20 | 1 | -0/+3 |
| | | |||||
| * | Fix & Revert | Bing Wen | 2024-11-27 | 1 | -1/+2 |
| | | |||||
| * | Add new | Bing Wen | 2024-11-27 | 1 | -12/+6 |
| | | |||||
| * | Add new feature to enable overclocking | Bing Wen | 2024-11-26 | 1 | -4/+9 |
| | | |||||
| * | 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: ensure the core runs on HSI clock while setting up rcc | Aurélien Jacobs | 2024-05-27 | 1 | -17/+27 |
| | | |||||
| * | update stm32c0 HSI frequency | Tomas Barton | 2024-03-07 | 1 | -1/+1 |
| | | |||||
| * | stm32/rcc: port c0 to new api. Add c0 HSIKER/HSISYS support. | Dario Nieuwenhuis | 2024-03-04 | 1 | -95/+129 |
| | | |||||
| * | stm32: autogenerate mux config for all chips. | Dario Nieuwenhuis | 2024-03-01 | 1 | -14/+20 |
| | | |||||
| * | stm32/rcc: unify naming sysclk field to `sys`, enum to `Sysclk`. | Dario Nieuwenhuis | 2024-02-26 | 1 | -7/+7 |
| | | |||||
| * | stm32: autogenerate clocks struct, enable mux for all chips. | Dario Nieuwenhuis | 2024-02-02 | 1 | -8/+7 |
| | | |||||
| * | stm32: update metapac | xoviat | 2023-10-16 | 1 | -0/+2 |
| | | |||||
| * | rcc: ahb/apb -> hclk/pclk | xoviat | 2023-10-15 | 1 | -3/+3 |
| | | |||||
| * | stm32/rcc: add LSE/LSI to all chips, add RTC to more chips. | Dario Nieuwenhuis | 2023-10-11 | 1 | -4/+6 |
| | | |||||
| * | stm32/rcc: use more PLL etc enums from PAC. | Dario Nieuwenhuis | 2023-10-11 | 1 | -57/+15 |
| | | |||||
| * | stm32/rcc: use PLL enums from PAC. | Dario Nieuwenhuis | 2023-10-09 | 1 | -1/+1 |
| | | |||||
| * | stm32/rcc: convert bus prescalers to pac enums | xoviat | 2023-09-16 | 1 | -12/+13 |
| | | |||||
| * | stm32/rcc: rename common to bus | xoviat | 2023-08-27 | 1 | -1/+1 |
| | | |||||
| * | stm32/rcc: extract and combine ahb/apb prescalers | xoviat | 2023-07-30 | 1 | -53/+2 |
| | | |||||
| * | Update stm32-metapac, includes chiptool changes to use real Rust enums now. | Dario Nieuwenhuis | 2023-06-29 | 1 | -5/+5 |
| | | |||||
| * | stm32: add stm32c0 support. | Dario Nieuwenhuis | 2023-01-17 | 1 | -0/+233 |
