index
:
embassy
cyw43-link-status-update
fix-input-sync-bypass
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
embassy-stm32
/
src
/
rcc
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
|
|
/
|
/
|
*
|
Merge pull request #4313 from snakehand/main
Dario Nieuwenhuis
2025-07-24
1
-5
/
+160
|
\
\
|
|
/
|
/
|
|
*
Minor cleanup
Frank Stevenson
2025-07-24
1
-1
/
+1
|
*
Improved error checks, and some cleanup
Frank Stevenson
2025-07-24
1
-33
/
+39
|
*
Panic on improper auto-calibration configurations
Frank Stevenson
2025-07-24
1
-3
/
+2
|
*
Introduce configration options for Pll fast modes.
Frank Stevenson
2025-07-24
1
-5
/
+49
|
*
Make MSI calibration configurabke.
Frank Stevenson
2025-07-23
1
-34
/
+67
|
*
Make more accurate table based MSI frequency calculation based on datasheet.
Frank Stevenson
2025-06-17
1
-4
/
+49
|
*
U5: Apply auto-calibration on MSIK and calculate frequencies for detuned LSE ...
Frank Stevenson
2025-06-17
1
-3
/
+31
*
|
Added missing guard for hsi48. Updated use of removed enums from stm32-data u...
Chris Storah
2025-07-23
1
-0
/
+1
*
|
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
*
|
Added stm32fc071 to cfg to force RCC.cr to be used
obe1line
2025-07-21
1
-2
/
+2
*
|
Added rcc_c0v2 to fix undefined McoSource with STM32C071
obe1line
2025-07-21
1
-1
/
+1
*
|
stm32: fix stm32g0b0 build.
Dario Nieuwenhuis
2025-07-16
1
-1
/
+1
*
|
Adds ADC4 for WBA
purepani
2025-06-30
1
-0
/
+1
|
/
*
Add public function to get current clock configuration
David Lawrence
2025-06-06
1
-1
/
+10
*
Use modify() for subsequent changes to RCC.cr()
Frank Stevenson
2025-06-03
1
-3
/
+3
*
fixup! feat(stm32-l): provide a `const` constructor on `rcc::Config`
ROMemories
2025-05-26
1
-0
/
+1
*
fixup! feat(stm32-wba): provide a `const` constructor on `rcc::Config`
ROMemories
2025-05-26
1
-2
/
+0
*
fixup! feat(stm32-l): provide a `const` constructor on `rcc::Config`
ROMemories
2025-05-26
1
-2
/
+0
*
fixup! feat(stm32-g4): provide a `const` constructor on `rcc::Config`
ROMemories
2025-05-26
1
-2
/
+0
*
fixup! feat(stm32-g0): provide a `const` constructor on `rcc::Config`
ROMemories
2025-05-26
1
-2
/
+0
*
fixup! feat(stm32-c0): provide a `const` constructor on `rcc::Config`
ROMemories
2025-05-26
1
-2
/
+0
*
feat(stm32-wba): provide a `const` constructor on `rcc::Config`
ROMemories
2025-05-21
1
-4
/
+11
*
feat(stm32-u5): provide a `const` constructor on `rcc::Config`
ROMemories
2025-05-21
1
-5
/
+11
*
feat(stm32-h): provide a `const` constructor on `rcc::Config`
ROMemories
2025-05-21
1
-5
/
+11
*
feat(stm32-g4): provide a `const` constructor on `rcc::Config`
ROMemories
2025-05-21
1
-5
/
+12
*
feat(stm32-g0): provide a `const` constructor on `rcc::Config`
ROMemories
2025-05-21
1
-5
/
+12
*
feat(stm32-f247): provide a `const` constructor on `rcc::Config`
ROMemories
2025-05-21
1
-4
/
+10
*
feat(stm32-f013): provide a `const` constructor on `rcc::Config`
ROMemories
2025-05-21
1
-5
/
+11
*
feat(stm32-c0): provide a `const` constructor on `rcc::Config`
ROMemories
2025-05-21
1
-4
/
+11
*
feat(stm32-l): provide a `const` constructor on `rcc::Config`
ROMemories
2025-05-21
3
-13
/
+30
*
Merge pull request #4124 from mickem/allow_stm32_to_re_init_rcc
Dario Nieuwenhuis
2025-05-13
1
-0
/
+29
|
\
|
*
removed unused import
Michael Medin
2025-04-28
1
-1
/
+0
|
*
function needs to be pub(crate)
Michael Medin
2025-04-28
1
-1
/
+1
|
*
Moved functions to rcc module (this is a bit awkward as we now have two init ...
Michael Medin
2025-04-28
1
-0
/
+30
*
|
stm32/otg: calculate TRDT using AHB freq instead of kernel freq.
Dario Nieuwenhuis
2025-04-30
1
-0
/
+2
|
/
[next]