aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32/hard_pwm.c
Commit message (Expand)AuthorAgeFilesLines
* Rename everything significant to Kutter except for docsTomasz Kramkowski2025-08-151-1/+1
* stm32: Adding more hardware pwm capable pins for STM32Hx series chips (#6965)jimmyjon7112025-06-181-0/+22
* stm32: Change hard_pwm.c MAX_PWM to 257Kevin O'Connor2025-04-171-2/+3
* stm32: Fix prescaler overflow check in hard_pwm.cKevin O'Connor2025-04-171-3/+3
* hard_pwm: Add pin defs for STM32F070 and STM32F072 (#6409)Will Puckett2023-12-051-1/+64
* stm32f7: add support for stm32f7 and remram boardFrederic Morin2023-05-071-0/+13
* stm32: Improve ifdef indent in hard_pwm.cKevin O'Connor2023-04-071-4/+4
* stm32: Prefer "MACH_STM32F1" test over "MACH_STM32F103 || MACH_N32G45x"Kevin O'Connor2023-04-071-1/+1
* stm32: Add support for Nation N32G45x mcus (#6116)Alexey2023-04-071-1/+1
* stm32: Expand stm32g0 family (#5838)Alex Voinea2023-01-031-0/+4
* stm32: Add Hardware PWM support for STM32G0 processors (#5714)Ben Jackson2022-09-011-1/+48
* stm32: Rework #if pin definition clauses in hard_pwm.cKevin O'Connor2021-10-111-54/+50
* stm32: Adding Hardware PWM support for the STM32F4 processors (#4693)jrhelbert2021-10-111-1/+62
* stm32: Add hardware pwm for stm32h7D4SK2021-10-061-1/+48
* stm32: Add hardware PWM support for STM32F1Michael Kurz2021-03-261-0/+142