aboutsummaryrefslogtreecommitdiff
path: root/apps/drivers
Commit message (Collapse)AuthorAgeFilesLines
* Moved BLCTRL driver to new worldLorenz Meier2013-05-052-1486/+0
|
* Merged masterLorenz Meier2013-05-052-0/+1486
|\
| * Merge pull request #261 from NosDE/masteralpha_0.2Lorenz Meier2013-05-041-26/+31
| |\ | | | | | | mkblctrl: some small fixes
| | * Help Parameter added and some small fixes. This Version was flown several ↵marco2013-05-041-26/+31
| | | | | | | | | | | | Hours without any Problems.
| * | Merge pull request #255 from NosDE/masterLorenz Meier2013-04-292-0/+1481
| |\| | | | | | | Mikrokopter BLCtrl driver mkblctrl
| | * BLCtrl 2.0 testing - currently only 8 Bit resolution - motor detection and ↵marco2013-04-291-39/+46
| | | | | | | | | | | | px4 mode as default - with safety shutdown - fix
| | * BLCtrl 2.0 testing - currently only 8 Bit resolution - motor detection and ↵marco2013-04-291-36/+6
| | | | | | | | | | | | px4 mode as default - with safety shutdown
| | * BLCtrl 2.0 testing - currently only 8 Bit resolution - motor detection and ↵marco2013-04-291-28/+55
| | | | | | | | | | | | px4 mode as default
| | * BLCtrl 2.0 testing - currently only 8 Bit resolution - ppm addedmarco2013-04-271-3/+33
| | |
| | * BLCtrl 2.0 testing - currently only 8 Bit resolution - this should flymarco2013-04-172-0/+1447
| | |
* | | Moved last libs, drivers and headers, cleaned up IO buildLorenz Meier2013-04-2828-3748/+0
| | |
* | | Moved all drivers to new world, PX4IO completely in new worldLorenz Meier2013-04-2812-3182/+0
| | |
* | | Made HMC bus-agnosticLorenz Meier2013-04-271-1/+5
| | |
* | | Moved the bulk of sensor drivers to the new worldLorenz Meier2013-04-2722-9983/+0
| | |
* | | Moved position_estimator_mc, px4io driver and sdlog app to new style buildLorenz Meier2013-04-274-2541/+0
| | |
* | | Merge working changes into export-build branch.px4dev2013-04-2612-3051/+0
|/ /
* | Use the I2C bus number from the board config, not a hardcoded value.px4dev2013-04-261-1/+2
| |
* | 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 ↵px4dev2013-04-261-4/+4
| | | | | | | | is the 'safe' state.
* | HIL bugfixingLorenz Meier2013-04-251-5/+13
| |
* | Update ubx.cppyvestroxler2013-04-221-2/+4
|/ | | GPS didn't work before this change was made
* Fixed axis in L3GD20 driverJulian Oes2013-04-081-3/+4
|
* HOTFIX: correct some logic errors with SPI chipselect generation.px4dev2013-03-191-7/+7
| | | | Tested by Tridge.
* HOTFIX: Adjust the FMU update rate adaption logic to avoid constant debug ↵px4dev2013-03-171-5/+6
| | | | | | message spew when not in a PWM mode. Fixes #229
* Silence MS5611 driver, the perf command still captures the error count / ↵Lorenz Meier2013-03-171-2/+2
| | | | rate. Unfortunately this is necessary as general users are concerned about something that is (at a reasonable rate) not actual safety critical.
* Merge pull request #220 from PX4/tone_alarm_PLAYpx4dev2013-03-171-284/+650
|\ | | | | New tone_alarm driver that uses ANSI music / GWBasic PLAY strings
| * Silence the tone for pauses in legato tunes. Some tunes sound better now.px4dev2013-03-171-141/+142
| | | | | | | | | | | | Add new, distinctive error/notification tones. Reduce the amount of data space consumed by the largest tune.
| * 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 ↵px4dev2013-03-101-12/+28
| | | | | | | | on the command-line.
| * 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
|\ \ | | | | | | Pwm multirate
| * | 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 ↵px4dev2013-03-123-92/+39
| | | | | | | | | | | | individual drivers.
| * | 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 ↵px4dev2013-03-123-64/+130
| | | | | | | | | | | | protocol, PX4IO support.
* | | Merge pull request #221 from PX4/const-sweepLorenz Meier2013-03-161-4/+4
|\ \ \ | |/ / |/| | Mark a number of things (most particularly the ROMFS) const to save RAM
| * | Script name pointer array can be const. Fix a couple of lint errors while ↵px4dev2013-03-101-4/+4
| |/ | | | | | | I'm here.
* / 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 ↵Lorenz Meier2013-03-091-1/+1
| | | | | | | | aliasing, GPS app does not report any more losses
| * Revert "testing"Simon Wilks2013-03-051-6/+0
| | | | | | | | This reverts commit 16aa618bb4338899fc5e4c239efc741818d725db.
| * testingSimon Wilks2013-03-051-0/+6
| |
* | After the mb12xx driver was merged way too early, make the best out of it ↵Lorenz Meier2013-03-091-3/+1
| | | | | | | | and fix up the init phase to the driver bails out if there is no sensor connected
* | Merge pull request #214 from ghulands/sonarLorenz Meier2013-03-083-0/+965
|\ \ | | | | | | Maxbotix I2C Sonar Support