aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/rcc
Commit message (Expand)AuthorAgeFilesLines
* 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-222-1/+8
|\
| * stm32/rcc: add rtc to f410xoviat2023-08-211-1/+1
| * stm32/rcc: set rtc clock on f4xoviat2023-08-212-1/+8
* | stm32: fix f37x build.Dario Nieuwenhuis2023-08-191-1/+1
* | configure flash latency after axi clock and handle different flash in STM32H...Dominik Sliwa2023-08-181-2/+47
* | Merge pull request #1793 from ARizzo35/stm32l4-rtc-pwrenDario Nieuwenhuis2023-08-181-1/+2
|\ \
| * | stm32l4: set pwren in rcc regardless of clock sourceAdam Rizkalla2023-08-171-1/+2
| |/
* | stm32-wl: set RTC clock source on RCC initOlle Sandberg2023-08-161-0/+5
* | Make sure to check RCC settings for compatibility before applyingSebastian Goll2023-08-161-16/+16
|/
* tests/stm32: fix rtc testxoviat2023-08-081-0/+14
* stm32/l4: set rtc clock source in rccxoviat2023-08-081-0/+5
* stm32/rtc: remove generics and segregate clock selxoviat2023-08-081-2/+2
* stm32/rtc: restructurexoviat2023-08-061-1/+1
* stm32/rtc: enable in rcc modxoviat2023-08-062-0/+29
* Fix unlocking the backup domain when enabling LSEBartek2023-08-011-0/+1
* Merge pull request #1716 from xoviat/rcc-pDario Nieuwenhuis2023-07-3015-785/+222
|\
| * stm32/rcc: cleanup mergexoviat2023-07-305-8/+14
| * stm32/rcc: extract and combine ahb/apb prescalersxoviat2023-07-3015-798/+229
* | stm32f2 pll overflow with crystalScott Mabin2023-07-301-1/+1
|/
* Merge branch 'main' of https://github.com/embassy-rs/embassy into hrtimxoviat2023-07-285-51/+305
|\
| * Rename embassy-hal-common to embassy-hal-internal, document it's for internal...Dario Nieuwenhuis2023-07-283-3/+3
| * stm32/rcc: use wpan default only for wpanxoviat2023-07-241-18/+34
| * stm32/rcc: fix minor issuesxoviat2023-07-241-6/+6
| * stm32/rcc: move rcc logic from ipccxoviat2023-07-232-48/+286
* | Merge branch 'main' of https://github.com/embassy-rs/embassy into hrtimxoviat2023-07-225-6/+88
|\|
| * Enable RTC on STM32WL chips (#1645)Phil Markgraf2023-07-151-1/+60
| * Correctly calculate target VCO frequency from multipliersDavid Purser2023-07-071-1/+1
| * Merge branch 'main' of https://github.com/embassy-rs/embassy into embassy-stm...Mathias2023-07-052-4/+4
| |\
| | * Merge pull request #1617 from xoviat/const-rccDario Nieuwenhuis2023-07-041-2/+2
| | |\
| | | * stm32/rcc: allow const-propagationxoviat2023-07-041-2/+2
| | * | rustfmt.Dario Nieuwenhuis2023-07-041-2/+2
| | |/
| * | Merge branch 'main' of https://github.com/embassy-rs/embassy into embassy-stm...Mathias2023-07-0315-116/+504
| |\|
| * | L4: Switch to MSI to prevent problems with PLL configuration, and enable powe...Mathias2023-07-011-0/+23
* | | Merge branch 'main' of https://github.com/embassy-rs/embassy into hrtimxoviat2023-07-0114-78/+151
|\ \ \ | | |/ | |/|
| * | Update stm32-metapac, includes chiptool changes to use real Rust enums now.Dario Nieuwenhuis2023-06-2913-75/+73
| * | STM32G4: Add CRS support to RCCKevin Lannen2023-06-281-1/+76
| * | stm32: update metapac, includes fix for OTG with 9 endpoints (H7)Dario Nieuwenhuis2023-06-271-2/+2
* | | rustfmtxoviat2023-06-301-0/+1
|/ /
* | stm32: update stm32-metapac.Dario Nieuwenhuis2023-06-195-38/+21
* | stm32g4: PLL: Add support for configuring PLL_P and PLL_QKevin Lannen2023-06-141-35/+172
* | Rename to follow ref manual and CubeIDECarl St-Laurent2023-06-081-10/+10
* | CleanupCarl St-Laurent2023-06-041-5/+3
* | Added Vcore boost mode and Flash wait stateCarl St-Laurent2023-06-041-0/+35
* | Better commentsCarl St-Laurent2023-06-041-3/+4
* | stm32/rcc: Implement basic PLL support for STM32G4 seriesCarl St-Laurent2023-06-031-1/+162
|/
* Merge #1486bors[bot]2023-05-251-3/+42
|\
| * Add RTC MUX selection to embassy-stm32 L4 family, to select and setup LSE and...Mathias2023-05-251-3/+42
* | Align with updated stm32 metapacRasmus Melchior Jacobsen2023-05-251-31/+53
|/