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 typo
dimi
2025-07-09
1
-1
/
+1
*
correct documentation
Süha Ünüvar
2025-06-27
1
-1
/
+1
*
rename fns and add documentation
Süha Ünüvar
2025-06-27
1
-2
/
+7
*
run cargo fmt
melvdl
2025-06-27
2
-2
/
+2
*
stm32: rename timer channel trait; replace impls via macro with impls generic...
melvdl
2025-06-27
8
-274
/
+241
*
stm32: generify timer::one_pulse and timer::qei pin constructors
melvdl
2025-06-26
2
-44
/
+86
*
stm32: generify timer channels
melvdl
2025-06-26
8
-219
/
+279
*
doc: update documentation to pass test
RaulIQ
2025-05-22
1
-2
/
+0
*
format simple_pwm.rs with rustfmt
RaulIQ
2025-05-22
1
-4
/
+3
*
improve waveform_up_multi_channel documentation
RaulIQ
2025-05-21
1
-1
/
+19
*
add waveform_up_multichannel using DMAR/DCR
RaulIQ
2025-05-21
1
-0
/
+68
*
derive debug copy clone defmt for pwmpinconfig
Süha Ünüvar
2025-05-07
1
-0
/
+2
*
Test for dead-time computation corrected
Ekaterina Savelyeva
2025-04-25
1
-1
/
+1
*
Dead-time computation in complementary PWM fixed (missing DTG msbs added)
Ekaterina Savelyeva
2025-04-25
1
-3
/
+3
*
stm32/timer: update OPM to Peri API.
Dario Nieuwenhuis
2025-04-06
1
-9
/
+8
*
Merge pull request #4044 from yodaldevoid/stm32-opm-timer
Dario Nieuwenhuis
2025-04-06
5
-14
/
+426
|
\
|
*
stm32/timer: Support one pulse mode
Gabriel Smith
2025-04-04
3
-0
/
+415
|
*
stm32/timer: Merge channel typestate structs
Gabriel Smith
2025-04-04
3
-14
/
+11
*
|
Remove Peripheral trait, rename PeripheralRef->Peri.
Dario Nieuwenhuis
2025-03-27
7
-81
/
+40
|
/
*
Fixed documentation
Matt Allen
2025-03-06
1
-1
/
+1
*
Added gpio version specific code
Matt Allen
2025-03-06
1
-6
/
+16
*
Added function to channel_impl to allow full configuration of the pin
Matt Allen
2025-03-05
1
-1
/
+28
*
Merge pull request #3704 from CNLHC/pwm_support_gp32
Dario Nieuwenhuis
2025-01-21
2
-13
/
+34
|
\
|
*
refactor: update DMA transfer functions to support separate memory and periph...
Liu Hancheng
2025-01-04
1
-1
/
+3
|
*
refactor: simplify timer bits handling
Liu Hancheng
2025-01-04
1
-5
/
+3
|
*
refactor: update DMA transfer functions to use separate memory and peripheral...
Liu Hancheng
2025-01-04
1
-17
/
+9
|
*
dev: change name to bits
Liu Hancheng
2025-01-02
2
-2
/
+2
|
*
refactor: exclude stm32l0 for 32bit timer branch
Liu Hancheng
2025-01-01
1
-0
/
+1
|
*
doc: add doc for timer get_bits fn
Liu Hancheng
2025-01-01
1
-0
/
+1
|
*
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
2
-9
/
+34
*
|
chore: fix build
elagil
2025-01-03
3
-25
/
+25
|
/
*
Merge pull request #3549 from aurelj/stm32_pwm_32bits_timer
Dario Nieuwenhuis
2024-12-02
3
-10
/
+18
|
\
|
*
stm32/timer: avoid max_compare_value >= u16::MAX
Aurélien Jacobs
2024-11-20
3
-10
/
+18
*
|
Use inline const for initializing arrays. (#3567)
Dario Nieuwenhuis
2024-11-24
1
-3
/
+2
|
/
*
Make clone_unchecked work
Grant Miller
2024-09-21
2
-4
/
+2
*
wip: split by value
Grant Miller
2024-09-07
3
-6
/
+21
*
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
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
[next]