aboutsummaryrefslogtreecommitdiff
path: root/apps/drivers
Commit message (Expand)AuthorAgeFilesLines
* Hotfix: Copying from right actuator topic on IO if FMU and IO PWM outs are en...Lorenz Meier2013-01-091-1/+2
* Merged latest masterLorenz Meier2013-01-066-121/+175
|\
| * Merge commit '375d3c14d742248b434c080527886a95ea1d563f'px4dev2013-01-064-0/+16
| |\
| | * fixed PWM_SERVO_GETAndrew Tridgell2013-01-061-1/+1
| | * fixup rateAndrew Tridgell2013-01-061-0/+5
| | * added PWM_SERVO_SET_UPDATE_RATE ioctlAndrew Tridgell2013-01-063-0/+11
| * | Merge branch 'master' into #111-px4io-integrated-mixingpx4dev2013-01-063-24/+32
| |\ \
| | * \ Merge pull request #123 from PX4/#106-px4io-relayspx4dev2013-01-061-1/+31
| | |\ \
| | | * | Initial implementation of application access to the PX4IO relays.px4dev2012-12-202-2/+32
| * | | | Fix px4io signal test command to force FMU armed state.px4dev2012-12-301-0/+7
| * | | | Implement the remaining pieces of mixer upload to PX4IO.px4dev2012-12-302-71/+107
| * | | | Make mixer ioctls load from a memory buffer rather than a file. This is prep ...px4dev2012-12-294-38/+36
| * | | | Remove the unused complex-multirotor setup ioctl, since it's not implemented ...px4dev2012-12-284-33/+0
| | |_|/ | |/| |
* | | | Merge branch 'master' of github.com:PX4/Firmware into px4io-adc-integration-b...Lorenz Meier2013-01-061-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Fix a typo that caused PWM_SERVO_GET ioctls to fail on the FMU PWM outputs.px4dev2013-01-041-1/+1
| |/ /
* | | Fixed stupid copy/paste typoLorenz Meier2013-01-011-1/+1
* | | Introduced battery_status uORB topic, changed sensors app to publish to it, e...Lorenz Meier2013-01-011-0/+25
* | | Configure ADC GPIOs on IOpx4dev2012-12-312-22/+8
* | | Enable the temperature sensor channel for F2/F4 devices.px4dev2012-12-311-0/+13
* | | Cleanup and add support for multiple channels.px4dev2012-12-313-28/+88
* | | First cut at a simpleĀ® ADC driver built on our driver framework.px4dev2012-12-315-157/+412
|/ /
* | Merge branch '#102-pwm-output-correctness'px4dev2012-12-233-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
| |/
* | Merge pull request #94 from PX4/DSM-decoder-fixpx4dev2012-12-231-1/+41
|\ \
| * | Merge branch 'master' into DSM-decoder-fixpx4dev2012-12-191-3/+3
| |\|
| * | Add a 'monitor' verb to the px4io command so we can watch inputs to IO (it co...px4dev2012-12-031-1/+41
* | | Update apps/drivers/mpu6000/mpu6000.cpppx4dev2012-12-231-1/+0
* | | Made MPU-6000 gyro optionalLorenz Meier2012-12-221-3/+10
| |/ |/|
* | Fixed calibration checkLorenz Meier2012-12-071-3/+3
|/
* 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
|\ \
| * | Not arming FMU in HIL modeLorenz Meier2012-11-261-2/+2
| * | IO does not arm in HIL modeLorenz Meier2012-11-261-1/+2
* | | 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
|/ /
* / Hotfix: calibration status returns sanity checks with better granularityLorenz Meier2012-11-271-6/+47
|/
* 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
|\