summaryrefslogtreecommitdiff
path: root/chip/stm32/pwm.c
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-164/+0
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-3/+3
* core: rename atomic_clear to atomic_clear_bitsDawid Niedzwiecki2020-10-061-2/+2
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-291-3/+3
* stm32: pwm: fix timer PSC register calculationVirendra Kakade2020-03-131-4/+5
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-3/+3
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-5/+5
* chip/stm32/pwm: Prevent sleeping while PWM output is activeNicolas Boichat2017-07-041-8/+20
* stm32: pwm: Allow configuration of pwm frequency + complementary outputsShawn Nematbakhsh2015-12-041-3/+12
* pwm: Add common initialization for PWM pinsShawn Nematbakhsh2015-12-041-10/+0
* STM32 PWM: Add error case in conditional compilationAnton Staaf2015-06-301-1/+3
* STM32F: Remove support for this familyAnton Staaf2015-06-301-22/+1
* Add support for STM32F373Vic Yang2014-10-071-1/+1
* stm32: pwm: Fix duty cycle / frequency calculationShawn Nematbakhsh2014-10-071-3/+3
* stm32: Fix PWM driverShawn Nematbakhsh2014-09-241-2/+14
* stm32: add support for STM32F0xx familyVincent Palatin2014-03-111-1/+1
* Rename mixed-case config constantsRandall Spangler2013-12-161-2/+2
* Rename pwm_data.h to pwm_chip.hBill Richardson2013-10-281-1/+1
* rambi: Control LEDs using PWMRandall Spangler2013-10-081-0/+5
* Refactor PWM moduleVic Yang2013-08-271-0/+154