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
*
stm32/gpio: refactor AfType
Jan Špaček
2024-06-16
5
-21
/
+16
*
Merge pull request #3014 from brunob45/pwm_input
Dario Nieuwenhuis
2024-05-31
4
-28
/
+154
|
\
|
*
rust fmt really does not want blank space there
Bruno Bousquet
2024-05-30
1
-1
/
+0
|
*
fix fmt (again)
Bruno Bousquet
2024-05-30
1
-2
/
+3
|
*
fix fmt
Bruno Bousquet
2024-05-30
1
-3
/
+1
|
*
undo changes in input_capture
Bruno Bousquet
2024-05-30
1
-6
/
+6
|
*
create functions in inner to handle register modification
Bruno Bousquet
2024-05-30
3
-46
/
+31
|
*
rename get_width_ticks and add info!() in examples
Bruno Bousquet
2024-05-29
1
-3
/
+3
|
*
Apply suggestions from code review
Bruno Bousquet
2024-05-29
1
-4
/
+4
|
*
pwm_input is working on F446
Bruno Bousquet
2024-05-29
4
-25
/
+159
|
*
undo minor changes
Bruno Bousquet
2024-05-28
1
-4
/
+10
|
*
use timer LL
Bruno Bousquet
2024-05-28
1
-45
/
+7
|
*
example is working now
Bruno Bousquet
2024-05-28
1
-11
/
+52
*
|
stm32/rcc: replace generated enable/disable code with runtime info
Jan Špaček
2024-05-25
1
-2
/
+3
|
/
*
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
[next]