aboutsummaryrefslogtreecommitdiff
path: root/apps/drivers/stm32/drv_pwm_servo.c
Commit message (Collapse)AuthorAgeFilesLines
* Changes for multi-rate PWM output; default and alternate rates. ioctl ↵px4dev2013-03-121-15/+34
| | | | protocol, PX4IO support.
* Hotfix: ensure PWM output on IO and FMU stops when disarmingLorenz Meier2013-02-261-2/+6
|
* Fix several aspects of the PWM output driver; enable auto-reload, use named ↵px4dev2012-12-181-24/+27
| | | | | | constants for various control bits, and use a more polite mechanism at disarm time to avoid runt pulses. This may address an issue we've seen where we get occasional malformed PWM output pulses, possibly due to a race between compare updates and the timer.
* Fix off-by-one reading PWM output values. Minor robustness tweaks.px4dev2012-11-041-9/+5
|
* Separate config from implementation for the STM32 pwm servo driver.px4dev2012-10-241-57/+2
|
* Major formatting/whitespace cleanuppx4dev2012-10-231-50/+65
|
* Fix a filenamepx4dev2012-10-231-0/+348