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
/
qei.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rustfmt for edition 2024.
Dario Nieuwenhuis
2025-10-06
1
-1
/
+1
*
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
*
stm32/afio: make af_num() unavailable in afio chips.
Dario Nieuwenhuis
2025-09-06
1
-3
/
+1
*
stm32/afio: make the A generic param only appear in chips with AFIO.
Dario Nieuwenhuis
2025-09-05
1
-5
/
+9
*
stm32/afio: use type inference for timer remaps as well.
Dario Nieuwenhuis
2025-09-05
1
-7
/
+7
*
Add STM32F1 AFIO remap
Fabian Wolter
2025-09-05
1
-4
/
+8
*
stm32: rename timer channel trait; replace impls via macro with impls generic...
melvdl
2025-06-27
1
-2
/
+2
*
stm32: generify timer::one_pulse and timer::qei pin constructors
melvdl
2025-06-26
1
-19
/
+23
*
stm32: generify timer channels
melvdl
2025-06-26
1
-4
/
+6
*
Merge pull request #4044 from yodaldevoid/stm32-opm-timer
Dario Nieuwenhuis
2025-04-06
1
-5
/
+1
|
\
|
*
stm32/timer: Merge channel typestate structs
Gabriel Smith
2025-04-04
1
-5
/
+1
*
|
Remove Peripheral trait, rename PeripheralRef->Peri.
Dario Nieuwenhuis
2025-03-27
1
-8
/
+6
|
/
*
stm32/gpio: refactor AfType
Jan Špaček
2024-06-16
1
-4
/
+2
*
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
1
-16
/
+17
*
stm32/timer: docs.
Dario Nieuwenhuis
2023-12-19
1
-6
/
+17
*
stm32: more docs.
Dario Nieuwenhuis
2023-12-18
1
-0
/
+2
*
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
*
stm32/qei: fix struct naming (#1852)
xoviat
2023-09-02
1
-2
/
+2
*
stm32: implement qei
xoviat
2023-08-30
1
-122
/
+76
*
add qei draft
xoviat
2023-08-29
1
-0
/
+142