| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | 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 | |
| | * | 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 | 3 | -46/+31 | |
| | * | rename get_width_ticks and add info!() in examples | Bruno Bousquet | 2024-05-29 | 1 | -3/+3 | |
| | * | Apply suggestions from code review | Bruno Bousquet | 2024-05-29 | 1 | -4/+4 | |
| | * | pwm_input is working on F446 | Bruno Bousquet | 2024-05-29 | 4 | -25/+159 | |
| | * | 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 | |
| * | | stm32/rcc: replace generated enable/disable code with runtime info | Jan Špaček | 2024-05-25 | 1 | -2/+3 | |
| |/ | ||||||
| * | fix fmt for ci | Bruno Bousquet | 2024-05-06 | 2 | -2/+5 | |
| * | add async capture | Bruno Bousquet | 2024-05-06 | 2 | -8/+185 | |
| * | format timer/mod.rs | Bruno Bousquet | 2024-05-05 | 1 | -1/+1 | |
| * | add get_input_interrupt | Bruno Bousquet | 2024-05-05 | 2 | -0/+10 | |
| * | formatting | Bruno Bousquet | 2024-05-05 | 1 | -1/+0 | |
| * | create input_capture | Bruno Bousquet | 2024-05-05 | 2 | -0/+142 | |
| * | stm32/timer: add `low_level::Timer::get_clock_frequency()` | Jan Špaček | 2024-05-04 | 1 | -0/+5 | |
| * | stm32 timer: fix 32bit timer off by 1 ARR error | ftk | 2024-04-27 | 1 | -1/+4 | |
| * | add missing interrupt for timer | eZio Pan | 2024-04-05 | 1 | -39/+66 | |
| * | "separate CC interrupt" is for AdvCh4 only | eZio Pan | 2024-04-05 | 1 | -19/+20 | |
| * | move `enable_outputs` to private trait ... | eZio Pan | 2024-04-05 | 1 | -6/+37 | |
| * | 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 | 5 | -945/+815 | |
| * | stm32: Fix psc compile error with current stm32-data | René van Dorst | 2024-03-20 | 1 | -4/+4 | |
| * | Fix warnings in recent nightly. | Dario Nieuwenhuis | 2024-03-20 | 2 | -2/+0 | |
| * | STM32 SimplePwm: Fix regression and re-enable output pin | Ralf | 2024-03-08 | 2 | -6/+32 | |
| * | update metapac | eZio Pan | 2024-02-29 | 1 | -6/+6 | |
| * | stm32: timers: use TIMx_CC interrupt source for advanced timers | Torin Cooper-Bennun | 2024-02-26 | 1 | -4/+15 | |
| * | hal-internal: remove impl DerefMut for PeripheralRef. | Dario Nieuwenhuis | 2024-02-20 | 1 | -32/+32 | |
| * | timer-doc-fix | eZio Pan | 2024-02-10 | 1 | -8/+14 | |
| * | use cfg_if to reduce macro condition | eZio Pan | 2024-02-10 | 1 | -20/+14 | |
| * | doc fix | eZio Pan | 2024-02-10 | 1 | -8/+11 | |
