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
/
timer
/
mod.rs
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Implemented Pwm trait from embedded_hal
randi
2023-10-07
1
-0
/
+28
*
|
Invert assert
Dion Dokter
2023-10-20
1
-1
/
+1
*
|
Added clarifying comment
Dion Dokter
2023-10-02
1
-4
/
+7
*
|
Do affect the frequency
Dion Dokter
2023-10-02
1
-3
/
+38
*
|
stm32: Add the ability to center-align timers
Dion Dokter
2023-10-01
1
-2
/
+47
|
/
*
rustfmt
xoviat
2023-09-30
1
-1
/
+1
*
Fix clippy error exposed by moving out of macros
Daniel Berlin
2023-09-30
1
-1
/
+1
*
Remove unused imports
Daniel Berlin
2023-09-30
1
-2
/
+0
*
Move one more method out of macros
Daniel Berlin
2023-09-30
1
-19
/
+17
*
Move trait impls out of macros
Daniel Berlin
2023-09-30
1
-346
/
+143
*
Fix small formatting issue
Daniel Berlin
2023-09-30
1
-0
/
+1
*
Fix trait inconsistency between sealed traits and implementations
Daniel Berlin
2023-09-30
1
-95
/
+1
*
Revert "Forgot set_count_direction and set_clock_division in 32 bit instance"
Daniel Berlin
2023-09-28
1
-12
/
+0
*
Forgot set_count_direction and set_clock_division in 32 bit instance
Daniel Berlin
2023-09-28
1
-0
/
+12
*
Add support for STM32 input capture filter
Daniel Berlin
2023-09-28
1
-0
/
+28
*
Add support for input capture function
Daniel Berlin
2023-09-27
1
-0
/
+231
*
Merge pull request #1845 from xoviat/qei
xoviat
2023-08-30
1
-0
/
+1
|
\
|
*
stm32: implement qei
xoviat
2023-08-30
1
-0
/
+1
*
|
Stm32 timer prevent hardfault
Dion Dokter
2023-08-30
1
-0
/
+2
|
/
*
stm32: allow setting the PWM output polarity
Aurelien Jacobs
2023-08-18
1
-0
/
+49
*
stm32/timer: merge pwm module into timer. (#1703)
Dario Nieuwenhuis
2023-07-28
1
-25
/
+246
*
stm32: update stm32-metapac.
Dario Nieuwenhuis
2023-06-19
1
-39
/
+25
*
Make interrupt module more standard.
Dario Nieuwenhuis
2023-06-08
1
-3
/
+3
*
Revert "Make advanced timer trait not require general purpose timer trait as ...
chemicstry
2022-07-12
1
-1
/
+11
*
embassy-stm32: Simplify time
Grant Miller
2022-07-10
1
-6
/
+6
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
1
-7
/
+6
*
Add embassy-cortex-m crate.
Dario Nieuwenhuis
2022-06-12
1
-1
/
+1
*
stm32: Register access for timers now doesn't require self
Matous Hybl
2022-02-28
1
-18
/
+18
*
stm32: move macrotables to embassy-stm32 build.rs
Dario Nieuwenhuis
2022-02-26
1
-1
/
+1
*
Make advanced timer trait not require general purpose timer trait as the time...
Matous Hybl
2022-01-18
1
-9
/
+1
*
Add low level timer API.
Matous Hybl
2022-01-13
1
-0
/
+224
[prev]