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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix fmt for ci
Bruno Bousquet
2024-05-06
2
-2
/
+5
*
add async capture
Bruno Bousquet
2024-05-06
2
-8
/
+185
*
format timer/mod.rs
Bruno Bousquet
2024-05-05
1
-1
/
+1
*
add get_input_interrupt
Bruno Bousquet
2024-05-05
2
-0
/
+10
*
formatting
Bruno Bousquet
2024-05-05
1
-1
/
+0
*
create input_capture
Bruno Bousquet
2024-05-05
2
-0
/
+142
*
stm32/timer: add `low_level::Timer::get_clock_frequency()`
Jan Špaček
2024-05-04
1
-0
/
+5
*
stm32 timer: fix 32bit timer off by 1 ARR error
ftk
2024-04-27
1
-1
/
+4
*
add missing interrupt for timer
eZio Pan
2024-04-05
1
-39
/
+66
*
"separate CC interrupt" is for AdvCh4 only
eZio Pan
2024-04-05
1
-19
/
+20
*
move `enable_outputs` to private trait ...
eZio Pan
2024-04-05
1
-6
/
+37
*
stm32: use private_bounds for sealed traits.
Dario Nieuwenhuis
2024-03-23
1
-2
/
+1
*
stm32/timer: simplify traits, convert from trait methods to struct.
Dario Nieuwenhuis
2024-03-23
5
-945
/
+815
*
stm32: Fix psc compile error with current stm32-data
René van Dorst
2024-03-20
1
-4
/
+4
*
Fix warnings in recent nightly.
Dario Nieuwenhuis
2024-03-20
2
-2
/
+0
*
STM32 SimplePwm: Fix regression and re-enable output pin
Ralf
2024-03-08
2
-6
/
+32
*
update metapac
eZio Pan
2024-02-29
1
-6
/
+6
*
stm32: timers: use TIMx_CC interrupt source for advanced timers
Torin Cooper-Bennun
2024-02-26
1
-4
/
+15
*
hal-internal: remove impl DerefMut for PeripheralRef.
Dario Nieuwenhuis
2024-02-20
1
-32
/
+32
*
timer-doc-fix
eZio Pan
2024-02-10
1
-8
/
+14
*
use cfg_if to reduce macro condition
eZio Pan
2024-02-10
1
-20
/
+14
*
doc fix
eZio Pan
2024-02-10
1
-8
/
+11
*
restore original public API of timer, but keep new PAC
eZio Pan
2024-02-10
4
-335
/
+270
*
bug fix
eZio Pan
2024-02-10
1
-3
/
+3
*
stm32-timer: filter out c0, f1 and f37x
eZio Pan
2024-02-10
1
-3
/
+3
*
stm32-timer: L0 is special
eZio Pan
2024-02-10
1
-0
/
+20
*
add methods with macro
eZio Pan
2024-02-10
4
-305
/
+279
*
update timer mod after stm32-metapac timer_v2
eZio Pan
2024-02-09
4
-117
/
+407
*
Merge pull request #2410 from eZioPan/waveform-on-CHx
Dario Nieuwenhuis
2024-02-01
3
-12
/
+124
|
\
|
*
bug fix
eZio Pan
2024-01-08
1
-1
/
+2
|
*
refactor with clippy
eZio Pan
2024-01-06
3
-11
/
+9
|
*
impl waveform with TIM Channel
eZio Pan
2024-01-06
2
-1
/
+114
*
|
stm32/simple_pwm: add set_output_compare_mode
Ralf
2024-01-10
1
-0
/
+5
|
/
*
stm32/pwm: simplify impl blocks.
Dario Nieuwenhuis
2024-01-02
1
-2
/
+0
*
stm32/timer: add missing supertrait bounds.
Dario Nieuwenhuis
2024-01-02
1
-4
/
+7
*
ask a DMA Channel only when use .gen_waveform()
eZio Pan
2024-01-02
1
-50
/
+28
*
some trivial fix
eZio Pan
2023-12-30
1
-9
/
+8
*
record&restore TIM OC to it's earlier state
eZio Pan
2023-12-29
2
-15
/
+60
*
implement PWM waveform generating with DMA
eZio Pan
2023-12-28
2
-16
/
+102
*
stm32/timer: docs.
Dario Nieuwenhuis
2023-12-19
4
-47
/
+210
*
stm32: more docs.
Dario Nieuwenhuis
2023-12-18
4
-0
/
+9
*
after stm32-metapac update, TIM CR1 ARPE enum to bool
eZio Pan
2023-12-14
1
-1
/
+1
*
stm32/timer: Fix frequency off-by-one
Grant Miller
2023-12-01
1
-1
/
+4
*
Merge branch 'master' into center-align
Dion Dokter
2023-10-20
4
-11
/
+122
|
\
|
*
STM32: timer enable_output does not take bool, but just enables the output
Ralf
2023-10-13
3
-6
/
+6
|
*
STM32: Fix regression in advanced timer to enable output of PWM signal by par...
Ralf
2023-10-13
1
-3
/
+11
|
*
enable clock first
pbert
2023-10-12
3
-3
/
+3
|
*
STM32: combine RccPeripherals reset() and enable() to reset_and_enable()
pbert
2023-10-12
3
-6
/
+3
|
*
Implemented Pwm trait for complementary pwm from embedded_hal
randi
2023-10-07
1
-0
/
+40
|
*
Implemented Pwm trait from embedded_hal
randi
2023-10-07
2
-0
/
+66
[next]