| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | low-power: stm32wl5x | liebman | 2025-12-19 | 1 | -2/+2 |
| | | |||||
| * | rustfmt | Bernát Süli | 2025-12-19 | 1 | -2/+2 |
| | | |||||
| * | stm32: disable HSI48 if not in use | Bernát Süli | 2025-12-19 | 8 | -0/+63 |
| | | |||||
| * | stm32: disable HSI if not used | Bernát Süli | 2025-12-18 | 3 | -0/+15 |
| | | |||||
| * | allow stm32wb to enter stop2 | xoviat | 2025-12-16 | 1 | -2/+2 |
| | | |||||
| * | Source system clock from MSIS before (de)configuring PLLs | goodhoko | 2025-12-15 | 1 | -0/+10 |
| | | | | | Fixes https://github.com/embassy-rs/embassy/issues/5072 | ||||
| * | stm32: block stop2 for wle and misc fixes | xoviat | 2025-12-15 | 1 | -2/+26 |
| | | |||||
| * | wpan: allow setting Rfwkpsel | xoviat | 2025-12-13 | 1 | -1/+8 |
| | | |||||
| * | Enable STM32N6 DMA and I2C clock sources | Lambert Sartory | 2025-12-11 | 1 | -0/+20 |
| | | |||||
| * | low-power: use scoped block stop | xoviat | 2025-12-08 | 1 | -0/+10 |
| | | | | | Co-authored-by: hjeldin <[email protected]> | ||||
| * | low-power: rework stoppableperipheral traits | xoviat | 2025-12-06 | 1 | -1/+9 |
| | | |||||
| * | low-power: improve debug logic | xoviat | 2025-12-06 | 1 | -1/+1 |
| | | |||||
| * | stm32: extract busychannel into common api | xoviat | 2025-11-25 | 1 | -2/+66 |
| | | |||||
| * | fmt | xoviat | 2025-11-25 | 1 | -0/+4 |
| | | |||||
| * | stm32: allow granular stop for uart | xoviat | 2025-11-25 | 1 | -6/+33 |
| | | |||||
| * | low power: store stop mode for dma channels | xoviat | 2025-11-21 | 1 | -21/+38 |
| | | |||||
| * | low_power: misc cleanups and allow main macro | xoviat | 2025-11-16 | 2 | -43/+4 |
| | | |||||
| * | Merge branch 'main' into fix/adc-prescaler-calc | xoviat | 2025-11-15 | 9 | -44/+1242 |
| |\ | |||||
| | * | cfg out unused items | everdrone | 2025-11-11 | 1 | -2/+6 |
| | | | |||||
| | * | add docs for PinNumber | everdrone | 2025-11-11 | 1 | -0/+3 |
| | | | |||||
| | * | rustfmt | everdrone | 2025-11-11 | 1 | -3/+9 |
| | | | |||||
| | * | Merge branch main into n6 | everdrone | 2025-11-11 | 9 | -29/+137 |
| | |\ | |||||
| | | * | stm32: add backup sram mod | xoviat | 2025-11-06 | 2 | -0/+29 |
| | | | | |||||
| | | * | stm32wlex: init/restore timer config after STOP2 | liebman | 2025-11-03 | 1 | -0/+43 |
| | | | | |||||
| | | * | rcc::reinit - only need RCC for the length of the call | liebman | 2025-11-03 | 1 | -1/+1 |
| | | | | |||||
| | | * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 8 | -18/+27 |
| | | | | |||||
| | * | | enable peripherals low power mode | everdrone | 2025-11-11 | 1 | -0/+185 |
| | | | | |||||
| | * | | Calculate RCC frequencies | everdrone | 2025-09-28 | 1 | -48/+211 |
| | | | | |||||
| | * | | Use nicer names in N6 RCC | everdrone | 2025-09-27 | 1 | -44/+37 |
| | | | | |||||
| | * | | Port RCC initialization from CMSIS HAL | everdrone | 2025-09-27 | 1 | -90/+550 |
| | | | | |||||
| | * | | Add clock initialization to N6 | everdrone | 2025-09-24 | 1 | -3/+219 |
| | | | | |||||
| | * | | Add `cfg`s for N6 family in BD | everdrone | 2025-09-21 | 1 | -20/+82 |
| | | | | |||||
| | * | | Use N6 registers for MCOxSEL and MCOxPRE | everdrone | 2025-09-21 | 1 | -1/+3 |
| | | | | |||||
| | * | | Add N6 family RCC config | everdrone | 2025-09-20 | 3 | -2/+25 |
| | | | | |||||
| * | | | stm32: Add raw_prescaler function to make it more reusable. | Piotr Esden-Tempski | 2025-10-05 | 1 | -0/+30 |
| | |/ |/| | | | | | | | This also puts the explanation why the calculation has to be done that way into one place so it does not need to be copied all over the codebase. | ||||
| * | | stm32: add config to MCO to control the drive strength. | Daniel Nilsson | 2025-10-01 | 1 | -3/+20 |
| | | | |||||
| * | | stm32: update metapac, add L4+ to CI. | Dario Nieuwenhuis | 2025-09-26 | 1 | -5/+5 |
| | | | |||||
| * | | Add support for USB CRS sync | Narottam Royal | 2025-09-21 | 1 | -2/+12 |
| |/ | |||||
| * | stm32/afio: make af_num() unavailable in afio chips. | Dario Nieuwenhuis | 2025-09-06 | 1 | -1/+1 |
| | | |||||
| * | don't save and reset XSPI clock source; let mux config handle it | Rogan Morrow | 2025-08-29 | 1 | -12/+2 |
| | | |||||
| * | set XSPI clock source to HSI and reset after clock init; dont reset SYSCFG | Rogan Morrow | 2025-08-29 | 1 | -1/+18 |
| | | |||||
| * | 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 |
| | | |||||
| * | Merge branch 'main' into feat/stm32wba-rcc-pll-support | leftger | 2025-07-27 | 1 | -1/+42 |
| |\ | |||||
| | * | include proper pll divs/divt initialization | Rick Rogers | 2025-07-25 | 1 | -1/+33 |
| | | | |||||
| | * | address rustfmt ci check | Rick Rogers | 2025-07-25 | 1 | -3/+3 |
| | | | |||||
| | * | Merge branch 'main' into h7rs-xspi-fixes | Rick Rogers | 2025-07-25 | 1 | -5/+160 |
| | |\ | |||||
| | * | | add pll divs/t for h7rs | Rick Rogers | 2025-07-24 | 1 | -0/+9 |
| | | | | |||||
| * | | | 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 | ||||
