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
*
doc
xoviat
2025-12-03
3
-6
/
+5
*
timer: restore waveform method
xoviat
2025-12-03
3
-6
/
+65
*
timer: use u32 for high-level api
xoviat
2025-12-01
2
-22
/
+18
*
timer: clamp compare value before dma
xoviat
2025-12-01
3
-4
/
+17
*
timer: allow 16 bit dma buffers for 32 bit timers.
xoviat
2025-12-01
4
-40
/
+49
*
stm32/timer: enable channels for waveform_up multi
xoviat
2025-11-27
2
-0
/
+10
*
stm32: use typelevel timer type
xoviat
2025-11-27
8
-168
/
+127
*
fmt
xoviat
2025-11-25
1
-3
/
+0
*
pwm: cleanup
xoviat
2025-11-25
1
-53
/
+0
*
Merge branch 'feat/pwm_waveform_continuous' of github.com:KorribanMaster/emba...
xoviat
2025-11-25
1
-0
/
+53
|
\
|
*
fix: Formatting, use nightly...
Eicke Hecht
2025-11-24
1
-2
/
+1
|
*
fix: formatting
Eicke Hecht
2025-11-24
1
-1
/
+1
|
*
wip: Add a working example for the stm32f767zi nucleo. Currently no PWM signa...
Eicke Hecht
2025-11-24
1
-0
/
+2
|
*
fix: Warnings and formatting all fixed
Eicke Hecht
2025-11-24
3
-15
/
+45
|
*
feat: Implement basic ring buffered PWM channel
Eicke Hecht
2025-11-24
3
-25
/
+163
|
*
wip: adding basic ringbuffered structure
Eicke Hecht
2025-11-23
2
-0
/
+48
|
*
fix: Fix waveform for channels > 1 and disallow for unsupported dmas
Eicke Hecht
2025-11-23
1
-3
/
+9
|
*
feat: Add generation of a continuous waveforms for SimplePWM
Eicke Hecht
2025-11-19
2
-2
/
+48
*
|
timer: add writable ring buffer
xoviat
2025-11-25
4
-1
/
+235
*
|
cleanup low-level timer methods
xoviat
2025-11-25
3
-100
/
+59
*
|
stm32: remove waveform method
xoviat
2025-11-25
3
-49
/
+0
|
/
*
timer: add note about disruption
xoviat
2025-11-15
1
-1
/
+2
*
Merge branch 'timer_update_management' of github.com:WattStep/embassy into time
xoviat
2025-11-15
5
-15
/
+25
|
\
|
*
Add separate method for generating update event. Make sure values are loaded ...
Jakob
2025-11-15
5
-21
/
+35
|
*
Avoid generating update events when chaning timer period. Set frequency updat...
Jakob
2025-11-15
3
-24
/
+20
*
|
Add dma waveform methods to complementary pwm too
Albin Hedman
2025-11-15
1
-0
/
+48
*
|
Move dma waveform methods down to low level timer
Albin Hedman
2025-11-15
3
-264
/
+224
|
/
*
Merge pull request #4833 from plaes/stm32-pwm-docs-misc
xoviat
2025-11-14
1
-3
/
+10
|
\
|
*
stm32/timer/simplepwm: Fix docs formatting and clarify timer usage
Priit Laes
2025-11-04
1
-3
/
+10
*
|
Merge branch 'embassy-rs:main' into fix/simple-pwm-32bit-timer-support
chasingRs
2025-11-10
3
-14
/
+88
|
\
\
|
*
\
Merge branch 'main' into into_ring_buffered_adc_for_g4
Jakob
2025-11-07
1
-2
/
+2
|
|
\
\
|
|
*
|
stm32/stop: move stop_with_rtc into init
xoviat
2025-11-04
1
-2
/
+2
|
|
|
/
|
*
/
Implement into_ring_buffered for g4. Add methods for configuring injected sam...
Jakob
2025-11-04
2
-1
/
+21
|
|
/
|
*
timer/low_level: add ability to set master mode
xoviat
2025-10-28
1
-1
/
+6
|
*
timer: add output compare values
xoviat
2025-10-27
1
-10
/
+59
*
|
Merge branch 'embassy-rs:main' into fix/simple-pwm-32bit-timer-support
chasingRs
2025-10-10
6
-41
/
+75
|
\
|
|
*
Rustfmt for edition 2024.
Dario Nieuwenhuis
2025-10-06
6
-8
/
+8
|
*
Remove 'new_with_config()', just use 'new()'
Brian Schwind
2025-09-29
1
-9
/
+0
|
*
Add a Config struct for the Qei peripheral
Brian Schwind
2025-09-29
1
-5
/
+60
|
*
Remove the QeiPin struct
Brian Schwind
2025-09-29
1
-23
/
+0
|
*
Make the Qei struct own the channel 1 and 2 pins
Brian Schwind
2025-09-29
1
-7
/
+18
*
|
fix: correct register access for SimplePwm 32-bit timer support
pkj
2025-09-28
1
-2
/
+2
*
|
stm32/timer: Support 32-bit timers in SimplePwm waveform_up method
pkj
2025-09-28
1
-8
/
+27
|
/
*
stm32/afio: make af_num() unavailable in afio chips.
Dario Nieuwenhuis
2025-09-06
6
-32
/
+16
*
stm32/afio: make the A generic param only appear in chips with AFIO.
Dario Nieuwenhuis
2025-09-05
6
-42
/
+56
*
stm32/afio: use type inference for timer remaps as well.
Dario Nieuwenhuis
2025-09-05
7
-154
/
+72
*
Add STM32F1 AFIO remap
Fabian Wolter
2025-09-05
7
-32
/
+103
*
Merge pull request #4368 from nikvoid/stm32-complementary-pwm-dma
Dario Nieuwenhuis
2025-09-05
1
-0
/
+60
|
\
|
*
stm32: add `waveform_up` function for complementary PWM too
nikvoid
2025-07-16
1
-0
/
+60
*
|
Added timer set polarity functions for main and complementary outputs individ...
r.marple
2025-09-03
1
-0
/
+10
[next]