aboutsummaryrefslogtreecommitdiff
path: root/apps/drivers
Commit message (Expand)AuthorAgeFilesLines
* Cleanup in ADC driver, re-add all inputs that are presentLorenz Meier2012-12-191-2/+2
* Cleaned up HIL on FMU / IO comboLorenz Meier2012-12-192-5/+3
* Merged PWM fixesLorenz Meier2012-12-183-55/+85
|\
| * Fix several aspects of the PWM output driver; enable auto-reload, use named c...px4dev2012-12-181-24/+27
| * Teach 'fake' to set the arming state as well.px4dev2012-12-181-13/+42
| * use <err.h> more consistently in the fmu driver.px4dev2012-12-181-17/+15
| * Fix the PWM servo ioctl base so it's not overlapping the GPIOspx4dev2012-12-181-1/+1
* | Merged IO feature branchLorenz Meier2012-12-132-9/+81
|\ \
| * | Added required additional fields: If system is ok to launch (required for LED...Lorenz Meier2012-12-132-8/+110
| |/
* | Merge branch 'master' of github.com:PX4/Firmware into fixedwing_outdoorLorenz Meier2012-12-091-3/+3
|\|
| * Fixed calibration checkLorenz Meier2012-12-071-3/+3
* | Merged DSM fixesLorenz Meier2012-12-056-4/+620
|\ \
| * | Add a 'monitor' verb to the px4io command so we can watch inputs to IO (it co...px4dev2012-12-031-1/+41
| |/
| * Merge pull request #90 from PX4/#89-BlinkM-driverpx4dev2012-12-015-3/+579
| |\
| | * Force the fade speed to something sensible. Deal better with failed probes.px4dev2012-12-011-0/+4
| | * A driver and shell command for the BlinkM I2C LED controller.px4dev2012-12-015-3/+575
| * | Merge pull request #73 from PX4/io_armingpx4dev2012-12-012-3/+4
| |\ \
* | | | Merge branch '#61-px4io-spektrum-decoder' into fixedwing_outdoorLorenz Meier2012-12-012-71/+51
|\| | |
| * | | Prevented unhealthy RC input from propagating through the systemLorenz Meier2012-12-011-8/+10
| * | | Merge branch 'sbus' of https://github.com/PX4/Firmware into #61-px4io-spektru...px4dev2012-12-012-3/+4
| |\ \ \
| | * \ \ Merge remote-tracking branch 'origin/#61-px4io-spektrum-decoder' into sbusLorenz Meier2012-11-301-63/+33
| | |\ \ \
| | * | | | Enabled UART3, added JTAG make target for IO, removed potentially problematic...Lorenz Meier2012-11-301-1/+0
| | * | | | Merge branch '#78-px4io-firmware-updater' of github.com:PX4/Firmware into sbusLorenz Meier2012-11-291-2/+4
| | |\ \ \ \
| | | * | | | Possible fix for #78 - increase the wait timeout for discard when flashing PX...px4dev2012-11-281-2/+4
| | | | |_|/ | | | |/| |
| * | | | | Build fix - need <termios.h>px4dev2012-11-301-0/+1
| | |_|/ / | |/| | |
| * | | | Rework the PX4IO software architecture:px4dev2012-11-301-63/+33
| |/ / /
| * / / Fix the DSM (spektrum) protocol decoder, and add some format auto-detection t...px4dev2012-11-291-12/+18
| |/ /
* | | Merge branch 'master' into fixedwing_outdoorLorenz Meier2012-11-271-6/+47
|\| |
| * | Hotfix: calibration status returns sanity checks with better granularityLorenz Meier2012-11-271-6/+47
* | | Ported all mixers to actuator_controls_effective topic, mixers do not output ...Lorenz Meier2012-11-272-2/+34
| |/ |/|
* | Not arming FMU in HIL modeLorenz Meier2012-11-261-2/+2
* | IO does not arm in HIL modeLorenz Meier2012-11-261-1/+2
|/
* Improved drivers, allowed parallel use of multiple gyrosLorenz Meier2012-11-232-8/+11
* Merge remote-tracking branch 'upstream/master' into ioJulian Oes2012-11-156-20/+76
|\
| * Improved self-test logicLorenz Meier2012-11-152-4/+14
| * Addes sensor self test commandsLorenz Meier2012-11-154-4/+38
| * Added preflight_check app which checks core system sensors, so far only magLorenz Meier2012-11-152-9/+17
| * Fix led assignment for FMULorenz Meier2012-11-141-3/+3
| * Better integrate calibration checkLorenz Meier2012-11-141-3/+7
* | Merge remote-tracking branch 'upstream/master' into ioJulian Oes2012-11-131-0/+1
|\|
| * Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-11-131-0/+1
| |\
| * | Added missing channel count in px4io driverLorenz Meier2012-11-131-0/+1
* | | Merge remote-tracking branch 'upstream/master' into ioJulian Oes2012-11-133-2/+900
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-11-121-1/+2
| |\|
| | * Fixed HIL compile warningsLorenz Meier2012-11-121-1/+2
| * | minor HIL related tweaksLorenz Meier2012-11-121-0/+1
| |/
| * Increased stack sizes, 1K is not enough when calling printf() from within appLorenz Meier2012-11-102-4/+4
| * Operational mixing and outputs in hilLorenz Meier2012-11-101-8/+9
| * Correctly handling 8+ outputs, currently only first 8 supportedLorenz Meier2012-11-101-1/+24
| * Added hil command to emulate PWM outputsLorenz Meier2012-11-102-0/+871