aboutsummaryrefslogtreecommitdiff
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'px4/new_state_machine_drton' into fmuv2_bringup...Julian Oes2013-08-158-125/+392
|\
| * Build fixesLorenz Meier2013-08-151-1/+1
| * Merged masterLorenz Meier2013-08-1426-564/+2000
| |\
| | * Merge pull request #354 from jean-m-cyr/masterLorenz Meier2013-08-142-32/+36
| | |\
| | | * Tell mavlink about bind resultsJean Cyr2013-08-111-7/+17
| | | * Remove unused IOCTLsJean Cyr2013-08-112-10/+1
| | | * Support DSM bind via QGroundControlJean Cyr2013-08-111-21/+25
| | | * Some DSM satellites are fussier about bind pulse timingJean Cyr2013-08-101-2/+1
| * | | Corrected bug in px4io driver that lead to hang of FMU-IO communicationAnton Babushkin2013-08-061-2/+0
| * | | Code style for BlinkMLorenz Meier2013-07-201-4/+6
| * | | Merge branch 'master' of github.com:PX4/Firmware into new_state_machineLorenz Meier2013-07-194-4/+7
| |\ \ \
| * | | | Changed location of lots of flags and conditions, needs testing and more workJulian Oes2013-07-162-10/+10
| * | | | MergedLorenz Meier2013-07-161-83/+83
| |\ \ \ \
| * | | | | Renamed actuator_safety back to actuator_armed, compiling but untestedJulian Oes2013-07-156-95/+110
| * | | | | Merged masterLorenz Meier2013-07-1517-725/+1291
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into new_state_machineJulian Oes2013-07-0823-27/+37
| |\ \ \ \ \ \
| * | | | | | | Dropped superseded safety topic, added warning tones before armingJulian Oes2013-06-251-6/+9
| * | | | | | | Don't interrupt a playing tune unless its a repeated oneJulian Oes2013-06-251-4/+25
| * | | | | | | First try for an ESC calibration toolJulian Oes2013-06-201-2/+3
| * | | | | | | Added functionality to enable PWM output for stupid ESCs even when safety is ...Julian Oes2013-06-191-6/+65
| * | | | | | | Merge remote-tracking branch 'upstream/io_fixes' into new_state_machineJulian Oes2013-06-182-28/+101
| |\ \ \ \ \ \ \
| | * | | | | | | Software version check fixesLorenz Meier2013-06-121-3/+13
| | * | | | | | | Minor state machine improvements and fixes for IO safety / in-air restart han...Lorenz Meier2013-06-121-18/+52
| | * | | | | | | Added safety status feedback, disallow arming of a rotary wing with engaged s...Lorenz Meier2013-06-091-3/+30
| | * | | | | | | Code formatting and warning fixesLorenz Meier2013-06-091-5/+5
| * | | | | | | | Adressed performance concern and fixed a copy paste bugJulian Oes2013-06-181-2/+2
| * | | | | | | | First try to prevent motors from stopping when armedJulian Oes2013-06-181-0/+108
| * | | | | | | | Merge remote-tracking branch 'drton/sdlog2' into new_state_machineJulian Oes2013-06-172-77/+93
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Arming with IO working nowJulian Oes2013-06-141-6/+5
| * | | | | | | | | Introduced new actuator_safety topicJulian Oes2013-06-146-60/+80
| * | | | | | | | | Merge remote-tracking branch 'upstream/master' into new_state_machineJulian Oes2013-06-128-358/+683
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge remote-tracking branch 'upstream/master' into new_state_machineJulian Oes2013-05-173-27/+30
* | | | | | | | | | Compile fix.px4dev2013-08-141-1/+1
* | | | | | | | | | Merge commit 'de749a3602423f5ee6ca56f3cf2dfff04e31ec6d' (kconfig-cleanup) int...px4dev2013-08-141-7/+12
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | Stop expecting CONFIG_HRT_anything since we aren't baking it into the NuttX c...px4dev2013-08-132-14/+10
* | | | | | | | | | rgbled: try expansion bus first, unless specific bus givenAndrew Tridgell2013-08-141-11/+24
* | | | | | | | | | rgbled: added LED_MODE_RGB to allow for constant RGB valuesAndrew Tridgell2013-08-141-6/+42
* | | | | | | | | | Merge branch 'master' of github.com:PX4/Firmware into fmuv2_bringupLorenz Meier2013-08-145-6/+166
|\| | | | | | | | |
| * | | | | | | | | Merge pull request #347 from jgoppert/md25_devLorenz Meier2013-08-115-6/+166
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| | * | | | | | | | Merge branch 'master' of github.com:jgoppert/Firmware into md25_devJames Goppert2013-08-039-390/+1195
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Segway stabilized.James Goppert2013-07-283-7/+50
| | * | | | | | | | | Working on segway controller, restructure of fixedwing.James Goppert2013-07-282-2/+2
| | * | | | | | | | | Fixed arg number.James Goppert2013-07-281-1/+1
| | * | | | | | | | | Added amplitude frequency to md25sine command.James Goppert2013-07-283-11/+10
| | * | | | | | | | | Working on debug output.James Goppert2013-07-281-11/+14
| | * | | | | | | | | Fixed typo with strncpy.James Goppert2013-07-281-2/+2
| | * | | | | | | | | Working with debug messages.James Goppert2013-07-281-23/+26
| | * | | | | | | | | Changed final time.James Goppert2013-07-281-1/+2
| | * | | | | | | | | Fixed timing issues.James Goppert2013-07-281-3/+3
| | * | | | | | | | | Added pub update.James Goppert2013-07-281-0/+2