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
/
clock.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
time: replace dyn clock/alarm with a global Driver trait
Dario Nieuwenhuis
2021-08-05
1
-372
/
+0
*
Provide a way for a peripheral to query its clock frequency
Ulf Lilleengen
2021-06-14
1
-1
/
+3
*
Enable timer clock in RCC on timer start
Ulf Lilleengen
2021-06-10
1
-19
/
+5
*
Fix stm32l0 build
Ulf Lilleengen
2021-06-07
1
-1
/
+1
*
Use macrotables from build.rs
Dario Nieuwenhuis
2021-06-07
1
-1
/
+1
*
Migrate TIM[2-5] to macro tables.
Bob McWhirter
2021-06-03
1
-3
/
+11
*
Add a way to enable more features of the STM32L0 RCC
Ulf Lilleengen
2021-06-02
1
-1
/
+0
*
Add stm32-metapac crate, with codegen in rust
Dario Nieuwenhuis
2021-05-31
1
-3
/
+3
*
Move clocks to rcc mod
Ulf Lilleengen
2021-05-27
1
-24
/
+14
*
Assume tim2 in macro and remove clock setup in chip specific rcc init
Ulf Lilleengen
2021-05-26
1
-6
/
+32
*
Enable clock by default for stm32l0
Ulf Lilleengen
2021-05-26
1
-3
/
+6
*
STM32 Clock: Use atomic-polyfill
Thales Fragoso
2021-05-23
1
-1
/
+2
*
Update stm32-data and rename RTC to Clock
Thales Fragoso
2021-05-23
1
-0
/
+357