| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'main' into main | Raul Alimbekov | 2025-12-16 | 1 | -2/+3 |
| |\ | |||||
| | * | stm32: use typelevel timer type | xoviat | 2025-11-27 | 1 | -1/+1 |
| | | | |||||
| | * | Add separate method for generating update event. Make sure values are loaded ↵ | Jakob | 2025-11-15 | 1 | -0/+1 |
| | | | | | | | | | into shadow registers before starting the timer. | ||||
| | * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -1/+1 |
| | | | |||||
| * | | style: cargo fmt | RaulIQ | 2025-10-02 | 1 | -1/+2 |
| | | | |||||
| * | | fix: correct DMA configuration and registers in receive_waveform | RaulIQ | 2025-10-02 | 1 | -4/+7 |
| | | | |||||
| * | | add DMA-based input capture for timer channels | RaulIQ | 2025-09-30 | 1 | -0/+38 |
| |/ | |||||
| * | stm32/afio: make af_num() unavailable in afio chips. | Dario Nieuwenhuis | 2025-09-06 | 1 | -1/+1 |
| | | |||||
| * | stm32/afio: make the A generic param only appear in chips with AFIO. | Dario Nieuwenhuis | 2025-09-05 | 1 | -9/+9 |
| | | |||||
| * | stm32/afio: use type inference for timer remaps as well. | Dario Nieuwenhuis | 2025-09-05 | 1 | -16/+9 |
| | | |||||
| * | Add STM32F1 AFIO remap | Fabian Wolter | 2025-09-05 | 1 | -6/+15 |
| | | |||||
| * | run cargo fmt | melvdl | 2025-06-27 | 1 | -1/+1 |
| | | |||||
| * | stm32: rename timer channel trait; replace impls via macro with impls ↵ | melvdl | 2025-06-27 | 1 | -23/+18 |
| | | | | | generic over timer channels | ||||
| * | stm32: generify timer channels | melvdl | 2025-06-26 | 1 | -37/+30 |
| | | |||||
| * | Merge pull request #4044 from yodaldevoid/stm32-opm-timer | Dario Nieuwenhuis | 2025-04-06 | 1 | -9/+1 |
| |\ | | | | | STM32: One pulse mode timer | ||||
| | * | stm32/timer: Merge channel typestate structs | Gabriel Smith | 2025-04-04 | 1 | -9/+1 |
| | | | |||||
| * | | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 1 | -9/+6 |
| |/ | |||||
| * | chore: fix build | elagil | 2025-01-03 | 1 | -1/+1 |
| | | |||||
| * | stm32/gpio: refactor AfType | Jan Špaček | 2024-06-16 | 1 | -5/+3 |
| | | |||||
| * | 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 | 1 | -15/+6 |
| | | |||||
| * | pwm_input is working on F446 | Bruno Bousquet | 2024-05-29 | 1 | -25/+8 |
| | | |||||
| * | 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 |
| | | |||||
| * | fix fmt for ci | Bruno Bousquet | 2024-05-06 | 1 | -2/+4 |
| | | |||||
| * | add async capture | Bruno Bousquet | 2024-05-06 | 1 | -7/+93 |
| | | |||||
| * | add get_input_interrupt | Bruno Bousquet | 2024-05-05 | 1 | -0/+5 |
| | | |||||
| * | formatting | Bruno Bousquet | 2024-05-05 | 1 | -1/+0 |
| | | |||||
| * | create input_capture | Bruno Bousquet | 2024-05-05 | 1 | -0/+141 |
