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
...
*
|
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
|
/
*
stm32: update metapac, cleanup clocks a bit.
Dario Nieuwenhuis
2025-04-18
7
-17
/
+5
*
remove Hz from log
Steven Friedman
2025-04-08
2
-3
/
+3
*
Frequency display is now consistent
Steven Friedman
2025-04-08
1
-1
/
+1
*
Merge pull request #3922 from antonellocontini/f413-fix-i2s-pll-source-selection
Dario Nieuwenhuis
2025-04-06
1
-1
/
+24
|
\
|
*
cargo fmt
antonello.contini
2025-02-25
1
-3
/
+2
|
*
simpler configuration
antonello.contini
2025-02-25
1
-7
/
+3
|
*
let user set external i2s clock frequency
antonello.contini
2025-02-25
1
-1
/
+22
|
*
do not use pllsrc for i2s; added field for plli2ssrc selection
antonello.contini
2025-02-25
1
-1
/
+8
*
|
stm32: run cargo fmt
techmccat
2025-03-28
2
-2
/
+8
*
|
stm32: allow using LSI/LSE as SYSCLK on g0/c0
techmccat
2025-03-28
2
-4
/
+10
*
|
Remove Peripheral trait, rename PeripheralRef->Peri.
Dario Nieuwenhuis
2025-03-27
1
-11
/
+4
[prev]
[next]