aboutsummaryrefslogtreecommitdiff
path: root/apps/drivers/stm32
Commit message (Expand)AuthorAgeFilesLines
* Selected adjustments / fixes to make old apps compatible with new-style ADC d...Lorenz Meier2013-01-121-2/+2
* Enable the temperature sensor channel for F2/F4 devices.px4dev2012-12-311-0/+13
* Cleanup and add support for multiple channels.px4dev2012-12-311-24/+88
* First cut at a simpleĀ® ADC driver built on our driver framework.px4dev2012-12-312-0/+353
* Fix several aspects of the PWM output driver; enable auto-reload, use named c...px4dev2012-12-181-24/+27
* Quickly separated low-level raw RC from mapped / scaled RC, supports FMU PPM ...Lorenz Meier2012-11-051-1/+1
* Fix off-by-one reading PWM output values. Minor robustness tweaks.px4dev2012-11-041-9/+5
* Attach the interrupt before powering on the HRT timer.px4dev2012-11-031-4/+4
* Cleanup and refactor of the PX4IO firmware and board support. Builds, not te...px4dev2012-11-032-6/+25
* Remove an annoying message.px4dev2012-10-271-1/+0
* Minor board.h changes.px4dev2012-10-271-1/+1
* Separate config from implementation for the STM32 pwm servo driver.px4dev2012-10-242-57/+69
* Major formatting/whitespace cleanuppx4dev2012-10-233-121/+170
* Fix a filenamepx4dev2012-10-231-0/+0
* Tease the PWM driver out and fix some build issues after cleaning up behind t...px4dev2012-10-233-0/+1235
* Checkpoint - moving things out of the NuttX configs/*/src directoriespx4dev2012-10-231-1/+1
* Function type fixpx4dev2012-10-211-1/+1
* Move the tone_alarm driver out of the NuttX configs area and add it as an stm...px4dev2012-10-212-0/+675