aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/rcc/mod.rs
Commit message (Expand)AuthorAgeFilesLines
...
* stm32: more docs.Dario Nieuwenhuis2023-12-181-0/+3
* stm32: update stm32-metapac. Fixes USB on STM32WB.Dario Nieuwenhuis2023-12-081-0/+1
* Update stm32-metapac.Dario Nieuwenhuis2023-12-081-2/+2
* stm32/rcc: unify f2 into f4/f7.Dario Nieuwenhuis2023-11-131-5/+4
* stm32/rcc: unify l0l1 and l4l5.Dario Nieuwenhuis2023-11-131-2/+1
* stm32/rcc: add shared code for hsi48 with crs support.Dario Nieuwenhuis2023-11-051-0/+5
* stm32: compute stop mode and workaround rtt test bugxoviat2023-11-041-0/+9
* stm32/low-power: refactor refcountxoviat2023-10-251-23/+1
* stm32/rcc: misc cleanups.Dario Nieuwenhuis2023-10-231-0/+30
* stm32/rcc: merge wb into l4/l5.Dario Nieuwenhuis2023-10-231-2/+1
* stm32/rcc: merge wl into l4/l5.Dario Nieuwenhuis2023-10-231-2/+1
* stm32/rcc: refactor and unify f4 into f7.Dario Nieuwenhuis2023-10-181-2/+1
* stm32: update metapacxoviat2023-10-161-4/+12
* stm32/rcc: unify L4 and L5.Dario Nieuwenhuis2023-10-161-2/+1
* stm32/rcc: add better support for L4/L4+ differences.Dario Nieuwenhuis2023-10-161-1/+3
* rcc: ahb/apb -> hclk/pclkxoviat2023-10-151-11/+11
* rcc: update pll clock namingxoviat2023-10-151-8/+9
* stm32: expand rcc mux to g4 and h7xoviat2023-10-141-22/+25
* rcc: remove mux_prefix from clocksxoviat2023-10-141-32/+18
* rcc mux: update metapacxoviat2023-10-131-10/+14
* stm32: avoid creating many tiny critical sections in init.Dario Nieuwenhuis2023-10-121-2/+11
* enable clock firstpbert2023-10-121-1/+1
* STM32: combine RccPeripherals reset() and enable() to reset_and_enable()pbert2023-10-121-2/+1
* stm32: add initial rcc mux for h5xoviat2023-10-111-0/+46
* stm32: remove atomic-polyfill.Dario Nieuwenhuis2023-10-121-6/+10
* stm32/rcc: add LSE/LSI to all chips, add RTC to more chips.Dario Nieuwenhuis2023-10-111-16/+2
* stm32/rcc: unify L0 and L1.Dario Nieuwenhuis2023-10-111-2/+1
* stm32/rcc: use PLL enums from PAC.Dario Nieuwenhuis2023-10-091-1/+0
* stm32: implement MCO for all chips.Dario Nieuwenhuis2023-10-071-2/+0
* Add MCO support for stm32wl familyshakencodes2023-10-061-2/+2
* h7: implement RTC and LSE clock configurationMatt Ickstadt2023-10-061-10/+49
* stm32: fix stopxoviat2023-10-021-2/+1
* feat(stm32f7): restore rtc configuration for stm32f7 seriesMateusz Butkiewicz2023-09-271-1/+1
* stm32/rcc: unify h5 and h7.Dario Nieuwenhuis2023-09-211-5/+9
* stm32: update configure_ls as agreedxoviat2023-09-171-0/+10
* stm32/rcc: use AHBPrescaler div impls in stm32wbaDario Nieuwenhuis2023-09-171-1/+0
* stm32: add stm32wba support.Dario Nieuwenhuis2023-09-161-2/+6
* stm32/f3: add high res for hrtim and misc.xoviat2023-09-101-4/+4
* Merge branch 'main' of https://github.com/embassy-rs/embassy into adc-g4xoviat2023-09-051-6/+3
|\
| * stm32: add initial adc f3 implxoviat2023-09-051-1/+4
* | initial support for STM32G4 ADCDaehyeok Mun2023-09-041-0/+6
|/
* stm32: fix rcc wbxoviat2023-08-291-1/+1
* stm32/rtc: autocompute prescalersxoviat2023-08-291-1/+5
* stm32: re-export rtcclocksourcexoviat2023-08-271-1/+1
* stm32: extract backupdomain into modxoviat2023-08-271-0/+1
* stm32/rcc: rename common to busxoviat2023-08-271-1/+1
* stm32: flesh out lp executorxoviat2023-08-241-0/+2
* stm32/lp: add refcountxoviat2023-08-231-0/+21
* Merge pull request #1766 from xoviat/rtc-wxoviat2023-08-221-1/+1
|\
| * stm32/rcc: add rtc to f410xoviat2023-08-211-1/+1