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
/
g4.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
stm32: disable HSI48 if not in use
Bernát Süli
2025-12-19
1
-0
/
+6
*
fixup! feat(stm32-g4): provide a `const` constructor on `rcc::Config`
ROMemories
2025-05-26
1
-2
/
+0
*
feat(stm32-g4): provide a `const` constructor on `rcc::Config`
ROMemories
2025-05-21
1
-5
/
+12
*
stm32: update metapac, cleanup clocks a bit.
Dario Nieuwenhuis
2025-04-18
1
-0
/
+2
*
Add missing clock check
Bing Wen
2024-11-27
1
-0
/
+1
*
Add new
Bing Wen
2024-11-27
1
-22
/
+11
*
Add new feature to enable overclocking
Bing Wen
2024-11-26
1
-4
/
+14
*
Fix dma nvic issues on dual core lines
Alexandros Liarokapis
2024-08-17
1
-0
/
+2
*
stm32: ensure the core runs on HSI clock while setting up rcc
Aurélien Jacobs
2024-05-27
1
-9
/
+16
*
stm32/rcc: g4: consistent PllSource, add pll pqr limits, simplify a bit.
Dario Nieuwenhuis
2024-03-04
1
-107
/
+111
*
stm32: autogenerate mux config for all chips.
Dario Nieuwenhuis
2024-03-01
1
-64
/
+14
*
[embassy-stm32] G4 RCC refactor amendments and additions
Barnaby Walters
2024-02-23
1
-17
/
+35
*
Refinements
Barnaby Walters
2024-02-17
1
-35
/
+32
*
Configured SYSCLK after boost mode, added comments
Barnaby Walters
2024-02-16
1
-7
/
+12
*
Added documentation, fixed and refined boost and flash read latency config
Barnaby Walters
2024-02-16
1
-30
/
+39
*
Configured HSI48 if enabled, assert is enabled if chosen as clk48 source
Barnaby Walters
2024-02-16
1
-2
/
+11
*
Removed redundant HSI48 configuration
Barnaby Walters
2024-02-16
1
-22
/
+10
*
Removed dangling doc comments
Barnaby Walters
2024-02-16
1
-2
/
+2
*
Commented out currently unused constants
Barnaby Walters
2024-02-16
1
-5
/
+5
*
[embassy-stm32]: started stm32g4 RCC refactor
Barnaby Walters
2024-02-15
1
-80
/
+124
*
stm32: autogenerate clocks struct, enable mux for all chips.
Dario Nieuwenhuis
2024-02-02
1
-12
/
+11
*
Add FDCAN clock registers to G4 RCC.
Tomasz bla Fortuna
2024-01-31
1
-2
/
+5
*
stm32: update stm32-metapac. Fixes USB on STM32WB.
Dario Nieuwenhuis
2023-12-08
1
-0
/
+1
*
Update stm32-metapac.
Dario Nieuwenhuis
2023-12-08
1
-0
/
+2
*
stm32/rcc: consistent casing and naming for PLL enums.
Dario Nieuwenhuis
2023-11-13
1
-7
/
+7
*
stm32/rcc: add shared code for hsi48 with crs support.
Dario Nieuwenhuis
2023-11-05
1
-46
/
+4
*
stm32: rename HSI16 -> HSI
Dario Nieuwenhuis
2023-10-22
1
-7
/
+7
*
stm32/rng: add test.
Dario Nieuwenhuis
2023-10-16
1
-1
/
+1
*
rcc: ahb/apb -> hclk/pclk
xoviat
2023-10-15
1
-10
/
+10
*
stm32: expand rcc mux to g4 and h7
xoviat
2023-10-14
1
-8
/
+9
*
enable clock first
pbert
2023-10-12
1
-1
/
+1
*
STM32: combine RccPeripherals reset() and enable() to reset_and_enable()
pbert
2023-10-12
1
-1
/
+1
*
stm32/rcc: add LSE/LSI to all chips, add RTC to more chips.
Dario Nieuwenhuis
2023-10-11
1
-3
/
+6
*
stm32/rcc: use more PLL etc enums from PAC.
Dario Nieuwenhuis
2023-10-11
1
-92
/
+35
*
stm32/rcc: use PLL enums from PAC.
Dario Nieuwenhuis
2023-10-09
1
-185
/
+12
*
stm32/rcc: convert bus prescalers to pac enums
xoviat
2023-09-16
1
-60
/
+30
*
stm32: fix merge issues
xoviat
2023-09-05
1
-2
/
+2
*
initial support for STM32G4 ADC
Daehyeok Mun
2023-09-04
1
-1
/
+53
*
stm32/rcc: rename common to bus
xoviat
2023-08-27
1
-1
/
+1
*
stm32/rcc: cleanup merge
xoviat
2023-07-30
1
-2
/
+9
*
stm32/rcc: extract and combine ahb/apb prescalers
xoviat
2023-07-30
1
-33
/
+3
*
STM32G4: Add CRS support to RCC
Kevin Lannen
2023-06-28
1
-1
/
+76
*
stm32g4: PLL: Add support for configuring PLL_P and PLL_Q
Kevin Lannen
2023-06-14
1
-35
/
+172
*
Rename to follow ref manual and CubeIDE
Carl St-Laurent
2023-06-08
1
-10
/
+10
*
Cleanup
Carl St-Laurent
2023-06-04
1
-5
/
+3
*
Added Vcore boost mode and Flash wait state
Carl St-Laurent
2023-06-04
1
-0
/
+35
*
Better comments
Carl St-Laurent
2023-06-04
1
-3
/
+4
*
stm32/rcc: Implement basic PLL support for STM32G4 series
Carl St-Laurent
2023-06-03
1
-1
/
+162
*
Align with updated stm32 metapac
Rasmus Melchior Jacobsen
2023-05-25
1
-31
/
+53
*
embassy-stm32: Simplify time
Grant Miller
2022-07-10
1
-9
/
+9
[next]