aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/rcc
Commit message (Expand)AuthorAgeFilesLines
* don't save and reset XSPI clock source; let mux config handle itRogan Morrow2025-08-291-12/+2
* set XSPI clock source to HSI and reset after clock init; dont reset SYSCFGRogan Morrow2025-08-291-1/+18
* Added vrefbuf driver.Gerzain Mata2025-08-101-1/+13
* Cargo fmtGerzain Mata2025-07-271-16/+17
* Merge branch 'main' into feat/stm32wba-rcc-pll-supportleftger2025-07-271-1/+42
|\
| * include proper pll divs/divt initializationRick Rogers2025-07-251-1/+33
| * address rustfmt ci checkRick Rogers2025-07-251-3/+3
| * Merge branch 'main' into h7rs-xspi-fixesRick Rogers2025-07-251-5/+160
| |\
| * | add pll divs/t for h7rsRick Rogers2025-07-241-0/+9
* | | Added changes based on PR reviewGerzain Mata2025-07-271-23/+4
* | | Added support for PLL as a clock source on STM32WBAGerzain Mata2025-07-251-10/+237
| |/ |/|
* | Merge pull request #4313 from snakehand/mainDario Nieuwenhuis2025-07-241-5/+160
|\ \ | |/ |/|
| * Minor cleanupFrank Stevenson2025-07-241-1/+1
| * Improved error checks, and some cleanupFrank Stevenson2025-07-241-33/+39
| * Panic on improper auto-calibration configurationsFrank Stevenson2025-07-241-3/+2
| * Introduce configration options for Pll fast modes.Frank Stevenson2025-07-241-5/+49
| * Make MSI calibration configurabke.Frank Stevenson2025-07-231-34/+67
| * Make more accurate table based MSI frequency calculation based on datasheet.Frank Stevenson2025-06-171-4/+49
| * U5: Apply auto-calibration on MSIK and calculate frequencies for detuned LSE ...Frank Stevenson2025-06-171-3/+31
* | Added missing guard for hsi48. Updated use of removed enums from stm32-data u...Chris Storah2025-07-231-0/+1
* | Formatting update to resolve rustfmt errorChris Storah2025-07-231-2/+3
* | Updated version of stm32-data and added c071 and c051 into ci.shChris Storah2025-07-231-9/+2
* | hsi48 field missing for STM32C071obe1line2025-07-211-1/+4
* | Added ccipr1 conditional for STM32C071obe1line2025-07-211-2/+6
* | Added stm32fc071 to cfg to force RCC.cr to be usedobe1line2025-07-211-2/+2
* | Added rcc_c0v2 to fix undefined McoSource with STM32C071obe1line2025-07-211-1/+1
* | stm32: fix stm32g0b0 build.Dario Nieuwenhuis2025-07-161-1/+1
* | Adds ADC4 for WBApurepani2025-06-301-0/+1
|/
* Add public function to get current clock configurationDavid Lawrence2025-06-061-1/+10
* Use modify() for subsequent changes to RCC.cr()Frank Stevenson2025-06-031-3/+3
* fixup! feat(stm32-l): provide a `const` constructor on `rcc::Config`ROMemories2025-05-261-0/+1
* fixup! feat(stm32-wba): provide a `const` constructor on `rcc::Config`ROMemories2025-05-261-2/+0
* fixup! feat(stm32-l): provide a `const` constructor on `rcc::Config`ROMemories2025-05-261-2/+0
* fixup! feat(stm32-g4): provide a `const` constructor on `rcc::Config`ROMemories2025-05-261-2/+0
* fixup! feat(stm32-g0): provide a `const` constructor on `rcc::Config`ROMemories2025-05-261-2/+0
* fixup! feat(stm32-c0): provide a `const` constructor on `rcc::Config`ROMemories2025-05-261-2/+0
* feat(stm32-wba): provide a `const` constructor on `rcc::Config`ROMemories2025-05-211-4/+11
* feat(stm32-u5): provide a `const` constructor on `rcc::Config`ROMemories2025-05-211-5/+11
* feat(stm32-h): provide a `const` constructor on `rcc::Config`ROMemories2025-05-211-5/+11
* feat(stm32-g4): provide a `const` constructor on `rcc::Config`ROMemories2025-05-211-5/+12
* feat(stm32-g0): provide a `const` constructor on `rcc::Config`ROMemories2025-05-211-5/+12
* feat(stm32-f247): provide a `const` constructor on `rcc::Config`ROMemories2025-05-211-4/+10
* feat(stm32-f013): provide a `const` constructor on `rcc::Config`ROMemories2025-05-211-5/+11
* feat(stm32-c0): provide a `const` constructor on `rcc::Config`ROMemories2025-05-211-4/+11
* feat(stm32-l): provide a `const` constructor on `rcc::Config`ROMemories2025-05-213-13/+30
* Merge pull request #4124 from mickem/allow_stm32_to_re_init_rccDario Nieuwenhuis2025-05-131-0/+29
|\
| * removed unused importMichael Medin2025-04-281-1/+0
| * function needs to be pub(crate)Michael Medin2025-04-281-1/+1
| * Moved functions to rcc module (this is a bit awkward as we now have two init ...Michael Medin2025-04-281-0/+30
* | stm32/otg: calculate TRDT using AHB freq instead of kernel freq.Dario Nieuwenhuis2025-04-301-0/+2
|/