aboutsummaryrefslogtreecommitdiff
path: root/apps/drivers/stm32
Commit message (Expand)AuthorAgeFilesLines
* Moved all drivers to new world, PX4IO completely in new worldLorenz Meier2013-04-288-2837/+0
* Fix an error in a #errorpx4dev2013-04-261-1/+1
* Fix the way that we idle the tone_alarm pin so that the board defines what is...px4dev2013-04-261-4/+4
* Merge pull request #220 from PX4/tone_alarm_PLAYpx4dev2013-03-171-284/+650
|\
| * Silence the tone for pauses in legato tunes. Some tunes sound better now.px4dev2013-03-171-141/+142
| * Fix a typo in several of the basic alarm beep tones.px4dev2013-03-171-3/+3
| * more constnesspx4dev2013-03-101-2/+2
| * One more tune. Might be a bit big to keep.px4dev2013-03-101-1/+139
| * Add one more tune. Improve error handling. Be less picky about tunes passed o...px4dev2013-03-101-12/+28
| * Add support for arbitrary user tunes on the commandline.px4dev2013-03-101-5/+34
| * New tone_alarm driver, now features GWBasic PLAY / ANSI music string formatpx4dev2013-03-101-285/+467
* | Changes for multi-rate PWM output; default and alternate rates. ioctl protoco...px4dev2013-03-121-15/+34
|/
* Merge branch 'master' of github.com:PX4/Firmware into px4io-i2cLorenz Meier2013-02-261-2/+6
|\
| * Hotfix: ensure PWM output on IO and FMU stops when disarmingLorenz Meier2013-02-261-2/+6
* | Fix it here, too.px4dev2013-02-241-1/+1
* | Add an interrupt-safe way of comparing a timestamp with the current time.px4dev2013-02-241-0/+30
|/
* 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