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
/
simple_pwm.rs
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
refactor: change import style
Liu Hancheng
2025-01-01
1
-2
/
+1
|
*
docs: Update PWM waveform function documentation for data alignment
Liu Hancheng
2025-01-01
1
-1
/
+4
|
*
feat: Add 32-bit timer support for waveform function
Liu Hancheng
2025-01-01
1
-9
/
+30
*
|
chore: fix build
elagil
2025-01-03
1
-4
/
+4
|
/
*
stm32/timer: avoid max_compare_value >= u16::MAX
Aurélien Jacobs
2024-11-20
1
-1
/
+1
*
wip: split by value
Grant Miller
2024-09-07
1
-6
/
+11
*
last oops I promise
Grant Miller
2024-09-06
1
-3
/
+3
*
Missing docs
Grant Miller
2024-09-06
1
-0
/
+9
*
oops again
Grant Miller
2024-09-06
1
-4
/
+4
*
oops
Grant Miller
2024-09-06
1
-2
/
+6
*
Match embedded-hal api
Grant Miller
2024-09-06
1
-33
/
+72
*
Deduplicate SimplePwm's channel methods
Grant Miller
2024-09-06
1
-56
/
+63
*
embassy-stm32: Add SimplePwmChannel
Grant Miller
2024-09-06
1
-0
/
+112
*
stm32/gpio: refactor AfType
Jan Špaček
2024-06-16
1
-4
/
+2
*
stm32/timer: simplify traits, convert from trait methods to struct.
Dario Nieuwenhuis
2024-03-23
1
-27
/
+19
*
Fix warnings in recent nightly.
Dario Nieuwenhuis
2024-03-20
1
-1
/
+0
*
STM32 SimplePwm: Fix regression and re-enable output pin
Ralf
2024-03-08
1
-0
/
+1
*
restore original public API of timer, but keep new PAC
eZio Pan
2024-02-10
1
-22
/
+17
*
add methods with macro
eZio Pan
2024-02-10
1
-17
/
+23
*
update timer mod after stm32-metapac timer_v2
eZio Pan
2024-02-09
1
-4
/
+2
*
Merge pull request #2410 from eZioPan/waveform-on-CHx
Dario Nieuwenhuis
2024-02-01
1
-2
/
+91
|
\
|
*
bug fix
eZio Pan
2024-01-08
1
-1
/
+2
|
*
refactor with clippy
eZio Pan
2024-01-06
1
-1
/
+1
|
*
impl waveform with TIM Channel
eZio Pan
2024-01-06
1
-1
/
+89
*
|
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
*
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
1
-15
/
+50
*
implement PWM waveform generating with DMA
eZio Pan
2023-12-28
1
-15
/
+85
*
stm32/timer: docs.
Dario Nieuwenhuis
2023-12-19
1
-11
/
+34
*
stm32: more docs.
Dario Nieuwenhuis
2023-12-18
1
-0
/
+2
*
Merge branch 'master' into center-align
Dion Dokter
2023-10-20
1
-3
/
+40
|
\
|
*
STM32: timer enable_output does not take bool, but just enables the output
Ralf
2023-10-13
1
-1
/
+1
|
*
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
-2
/
+1
|
*
Implemented Pwm trait from embedded_hal
randi
2023-10-07
1
-0
/
+38
*
|
Do affect the frequency
Dion Dokter
2023-10-02
1
-2
/
+7
*
|
stm32: Add the ability to center-align timers
Dion Dokter
2023-10-01
1
-2
/
+4
|
/
*
stm32: allow setting the PWM output polarity
Aurelien Jacobs
2023-08-18
1
-0
/
+4
*
stm32: allow setting PWM duty cycle to 100%
Aurélien Jacobs
2023-08-18
1
-2
/
+2
*
stm32/pwm: add output type control
xoviat
2023-07-29
1
-3
/
+3
*
stm32/timer: merge pwm module into timer. (#1703)
Dario Nieuwenhuis
2023-07-28
1
-0
/
+107
[prev]