| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #2410 from eZioPan/waveform-on-CHx | Dario Nieuwenhuis | 2024-02-01 | 3 | -12/+124 |
| |\ | | | | | | | impl waveform with TIM OC Channel DMA | ||||
| | * | bug fix | eZio Pan | 2024-01-08 | 1 | -1/+2 |
| | | | |||||
| | * | refactor with clippy | eZio Pan | 2024-01-06 | 3 | -11/+9 |
| | | | |||||
| | * | impl waveform with TIM Channel | eZio Pan | 2024-01-06 | 2 | -1/+114 |
| | | | |||||
| * | | stm32/simple_pwm: add set_output_compare_mode | Ralf | 2024-01-10 | 1 | -0/+5 |
| |/ | |||||
| * | stm32/pwm: simplify impl blocks. | Dario Nieuwenhuis | 2024-01-02 | 1 | -2/+0 |
| | | |||||
| * | stm32/timer: add missing supertrait bounds. | Dario Nieuwenhuis | 2024-01-02 | 1 | -4/+7 |
| | | |||||
| * | ask a DMA Channel only when use .gen_waveform() | eZio Pan | 2024-01-02 | 1 | -50/+28 |
| | | |||||
| * | some trivial fix | eZio Pan | 2023-12-30 | 1 | -9/+8 |
| | | | | | use less #[cfg] macro; reuse same variable | ||||
| * | record&restore TIM OC to it's earlier state | eZio Pan | 2023-12-29 | 2 | -15/+60 |
| | | |||||
| * | implement PWM waveform generating with DMA | eZio Pan | 2023-12-28 | 2 | -16/+102 |
| | | |||||
| * | stm32/timer: docs. | Dario Nieuwenhuis | 2023-12-19 | 4 | -47/+210 |
| | | |||||
| * | stm32: more docs. | Dario Nieuwenhuis | 2023-12-18 | 4 | -0/+9 |
| | | |||||
| * | after stm32-metapac update, TIM CR1 ARPE enum to bool | eZio Pan | 2023-12-14 | 1 | -1/+1 |
| | | |||||
| * | stm32/timer: Fix frequency off-by-one | Grant Miller | 2023-12-01 | 1 | -1/+4 |
| | | |||||
| * | Merge branch 'master' into center-align | Dion Dokter | 2023-10-20 | 4 | -11/+122 |
| |\ | |||||
| | * | STM32: timer enable_output does not take bool, but just enables the output | Ralf | 2023-10-13 | 3 | -6/+6 |
| | | | |||||
| | * | STM32: Fix regression in advanced timer to enable output of PWM signal by ↵ | Ralf | 2023-10-13 | 1 | -3/+11 |
| | | | | | | | | | partly reverting commit 74eb519 | ||||
| | * | enable clock first | pbert | 2023-10-12 | 3 | -3/+3 |
| | | | |||||
| | * | STM32: combine RccPeripherals reset() and enable() to reset_and_enable() | pbert | 2023-10-12 | 3 | -6/+3 |
| | | | |||||
| | * | Implemented Pwm trait for complementary pwm from embedded_hal | randi | 2023-10-07 | 1 | -0/+40 |
| | | | |||||
| | * | Implemented Pwm trait from embedded_hal | randi | 2023-10-07 | 2 | -0/+66 |
| | | | |||||
| * | | Invert assert | Dion Dokter | 2023-10-20 | 1 | -1/+1 |
| | | | |||||
| * | | Added clarifying comment | Dion Dokter | 2023-10-02 | 1 | -4/+7 |
| | | | |||||
| * | | Do affect the frequency | Dion Dokter | 2023-10-02 | 3 | -7/+52 |
| | | | |||||
| * | | stm32: Add the ability to center-align timers | Dion Dokter | 2023-10-01 | 3 | -6/+55 |
| |/ | |||||
| * | rustfmt | xoviat | 2023-09-30 | 1 | -1/+1 |
| | | |||||
| * | Fix clippy error exposed by moving out of macros | Daniel Berlin | 2023-09-30 | 1 | -1/+1 |
| | | |||||
| * | Remove unused imports | Daniel Berlin | 2023-09-30 | 1 | -2/+0 |
| | | |||||
| * | Move one more method out of macros | Daniel Berlin | 2023-09-30 | 1 | -19/+17 |
| | | |||||
| * | Move trait impls out of macros | Daniel Berlin | 2023-09-30 | 1 | -346/+143 |
| | | |||||
| * | Fix small formatting issue | Daniel Berlin | 2023-09-30 | 1 | -0/+1 |
| | | |||||
| * | Fix trait inconsistency between sealed traits and implementations | Daniel Berlin | 2023-09-30 | 1 | -95/+1 |
| | | |||||
| * | Revert "Forgot set_count_direction and set_clock_division in 32 bit instance" | Daniel Berlin | 2023-09-28 | 1 | -12/+0 |
| | | |||||
| * | Forgot set_count_direction and set_clock_division in 32 bit instance | Daniel Berlin | 2023-09-28 | 1 | -0/+12 |
| | | |||||
| * | Add support for STM32 input capture filter | Daniel Berlin | 2023-09-28 | 1 | -0/+28 |
| | | |||||
| * | Add support for input capture function | Daniel Berlin | 2023-09-27 | 1 | -0/+231 |
| | | |||||
| * | stm32/qei: fix struct naming (#1852) | xoviat | 2023-09-02 | 1 | -2/+2 |
| | | | | Co-authored-by: xoviat <[email protected]> | ||||
| * | Merge pull request #1845 from xoviat/qei | xoviat | 2023-08-30 | 2 | -0/+97 |
| |\ | | | | | | | stm32: add qei | ||||
| | * | stm32: implement qei | xoviat | 2023-08-30 | 2 | -122/+77 |
| | | | |||||
| | * | add qei draft | xoviat | 2023-08-29 | 1 | -0/+142 |
| | | | |||||
| * | | Stm32 timer prevent hardfault | Dion Dokter | 2023-08-30 | 1 | -0/+2 |
| |/ | |||||
| * | stm32: allow setting the PWM output polarity | Aurelien Jacobs | 2023-08-18 | 3 | -0/+58 |
| | | |||||
| * | stm32: allow setting PWM duty cycle to 100% | Aurélien Jacobs | 2023-08-18 | 2 | -4/+4 |
| | | | | | | | | | Setting the compare_value to max_compare_value make the PWM output go low when the timer reach the max_compare_value and go high again on the next timer clock, when the value roll back to 0. So to allow a 100% PWM that never goes low, the compare_value must be set to max_compare_value + 1. | ||||
| * | embassy-stm32: Misc clippy fixes | Grant Miller | 2023-08-06 | 1 | -3/+2 |
| | | |||||
| * | stm32/pwm: add output type control | xoviat | 2023-07-29 | 2 | -11/+11 |
| | | |||||
| * | stm32/timer: merge pwm module into timer. (#1703) | Dario Nieuwenhuis | 2023-07-28 | 3 | -25/+603 |
| | | | | | The traits there are applicable to timer use cases other than PWM. It doesn't make sense to keep them separated. | ||||
| * | stm32: update stm32-metapac. | Dario Nieuwenhuis | 2023-06-19 | 1 | -39/+25 |
| | | |||||
| * | Make interrupt module more standard. | Dario Nieuwenhuis | 2023-06-08 | 1 | -3/+3 |
| | | | | | | | | | | | | | - Move typelevel interrupts to a special-purpose mod: `embassy_xx::interrupt::typelevel`. - Reexport the PAC interrupt enum in `embassy_xx::interrupt`. This has a few advantages: - The `embassy_xx::interrupt` module is now more "standard". - It works with `cortex-m` functions for manipulating interrupts, for example. - It works with RTIC. - the interrupt enum allows holding value that can be "any interrupt at runtime", this can't be done with typelevel irqs. - When "const-generics on enums" is stable, we can remove the typelevel interrupts without disruptive changes to `embassy_xx::interrupt`. | ||||
| * | Revert "Make advanced timer trait not require general purpose timer trait as ↵ | chemicstry | 2022-07-12 | 1 | -1/+11 |
| | | | | | | | the timers are too different." This reverts commit 4988dfe98175f5d92d896edd2b9ee774a91b28d5. | ||||
