aboutsummaryrefslogtreecommitdiff
path: root/apps/drivers
Commit message (Expand)AuthorAgeFilesLines
* px4iov2 nsh bootsPat Hickey2013-04-144-0/+353
* Fixed axis in L3GD20 driverJulian Oes2013-04-091-3/+4
* Rename the 'device' directory back to 'drivers', it's less confusing that way.px4dev2013-04-067-897/+0
* Add GPIO driver access to the power supply control/monitoring GPIOs for FMUv2px4dev2013-04-063-7/+22
* Make the 'fmu' command build for v2. Should be enough to get the FMU-side PWM...px4dev2013-04-062-5/+39
* Move the FMU driver from the old universe to the new universe so that we can ...px4dev2013-04-062-1128/+0
* Fix the way that tone_alarm idles the GPIO and make it idle safely for v2 boa...px4dev2013-04-061-4/+4
* Move the LSM303D driver over into the new world.px4dev2013-04-062-1332/+0
* Some defines and comments (still WIP)Julian Oes2013-04-061-39/+75
* LSM303D accel and mag working (still WIP)Julian Oes2013-04-061-74/+488
* LSM303D accel raw values look ok (work in progress)Julian Oes2013-04-061-199/+206
* Added LSM303D driverLorenz Meier2013-04-061-24/+24
* Added LSM303D driver skeletonLorenz Meier2013-04-062-0/+875
* Changed I2C bus for blinkm, tested on fmuv2Julian Oes2013-04-061-1/+2
* Scratch in a mostly-building board config for fmuv2px4dev2013-04-019-1/+875
* HOTFIX: correct some logic errors with SPI chipselect generation.px4dev2013-03-191-7/+7
* HOTFIX: Adjust the FMU update rate adaption logic to avoid constant debug mes...px4dev2013-03-171-5/+6
* Silence MS5611 driver, the perf command still captures the error count / rate...Lorenz Meier2013-03-171-2/+2
* 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
* | Merge pull request #224 from PX4/pwm-multirateLorenz Meier2013-03-175-216/+361
|\ \
| * | Fixed typoLorenz Meier2013-03-151-1/+1
| * | Make communication rate between IO and FMU configurableLorenz Meier2013-03-151-1/+45
| * | Move PWM rate configuration, etc. into a separate utility and out of the indi...px4dev2013-03-123-92/+39
| * | Convert HIL and FMU drivers to the new multirate PWM interface.px4dev2013-03-122-124/+212
| * | Changes for multi-rate PWM output; default and alternate rates. ioctl protoco...px4dev2013-03-123-64/+130
* | | Merge pull request #221 from PX4/const-sweepLorenz Meier2013-03-161-4/+4
|\ \ \ | |/ / |/| |
| * | Script name pointer array can be const. Fix a couple of lint errors while I'm...px4dev2013-03-101-4/+4
| |/
* / Fixed commentfixedwing_stableLorenz Meier2013-03-101-1/+1
|/
* Hotfix: Correctly publish servo outputsLorenz Meier2013-03-101-1/+1
* Made dtors virtual, tested on IO and FMULorenz Meier2013-03-0913-13/+13
* Merge branch 'master' of github.com:PX4/Firmware into px4io-i2cLorenz Meier2013-03-091-1/+1
|\
| * Hotfix: Extend GPS lost timeout by a small delta to prevent timeout aliasing,...Lorenz Meier2013-03-091-1/+1
| * Revert "testing"Simon Wilks2013-03-051-6/+0
| * testingSimon Wilks2013-03-051-0/+6
* | After the mb12xx driver was merged way too early, make the best out of it and...Lorenz Meier2013-03-091-3/+1
* | Merge pull request #214 from ghulands/sonarLorenz Meier2013-03-083-0/+965
|\ \
| * | Fix white spaceGreg Hulands2013-03-011-1/+1
| * | Missed the accel reference hereGreg Hulands2013-03-011-1/+1
| * | Changes from pull request feedbackGreg Hulands2013-03-015-53/+9
| * | Maxbotix I2C Sonar SupportGreg Hulands2013-03-015-0/+1009
* | | Added minimum set of IO MAVLink text messages, report critical errors such as...Lorenz Meier2013-03-071-2/+17
* | | Working on restart resilience, hunting down multi-load mixer issue (still pre...Lorenz Meier2013-03-071-11/+27
* | | Fix how we check for rc config init statusSimon Wilks2013-03-071-4/+4