aboutsummaryrefslogtreecommitdiff
path: root/apps/drivers/px4io
Commit message (Expand)AuthorAgeFilesLines
* Implement fetching raw RC input values via the ioctl interface.px4dev2013-01-231-0/+32
* Rework the way that we handle the address phase for reads. Drop the _connecte...px4dev2013-01-231-46/+26
* Better sanity checking and error handling.px4dev2013-01-231-12/+20
* Drop some commented code now the functionality is implemented.px4dev2013-01-191-58/+0
* Add RC input configuration, update at startup and on parameter change (max 2 ...px4dev2013-01-161-4/+115
* Beat the px4io driver into compilable shape. Just missing RC input configurat...px4dev2013-01-151-276/+320
* Checkpoint: more work on the px4io driver. Add raw PWM passthrough ioctl.px4dev2013-01-151-41/+109
* Don't advertise things we don't have anymore.px4dev2013-01-141-18/+14
* Factoring and comments.px4dev2013-01-141-11/+45
* Start reworking the px4io driver to use the I2C interface instead.px4dev2013-01-141-190/+233
* Merge branch 'master' of github.com:PX4/Firmware into fixedwingLorenz Meier2013-01-113-5/+166
|\
| * Started with px4io stop implementationJulian Oes2013-01-101-1/+30
| * Added support for IO bootloader revision 3 on FMUJulian Oes2013-01-102-4/+136
| * 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-062-71/+146
| |\
* | | Fixed RC mapping transmission, tested. Fixed RC scaling in manual modeLorenz Meier2013-01-061-19/+20
* | | MergedLorenz Meier2013-01-061-8/+49
|\ \ \
| * | | Moved the channel mappings and attributes to the config sectionSimon Wilks2013-01-061-32/+43
| * | | Send rc channel ordering and channel attributes from FMU to IOSimon Wilks2013-01-051-0/+30
* | | | Merge branch 'master' of github.com:PX4/Firmware into fixedwing_io_mixing_adcLorenz Meier2013-01-061-0/+5
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge commit '375d3c14d742248b434c080527886a95ea1d563f'px4dev2013-01-061-0/+5
| |\ \ \
| | * | | fixup rateAndrew Tridgell2013-01-061-0/+5
| * | | | Merge branch 'master' into #111-px4io-integrated-mixingpx4dev2013-01-061-1/+31
| |\ \ \ \
| | * \ \ \ Merge pull request #123 from PX4/#106-px4io-relayspx4dev2013-01-061-1/+31
| | |\ \ \ \ | | | |/ / / | | |/| | |
* | | | | | Merged, compilingLorenz Meier2013-01-061-0/+25
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | 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
| | |/ / / | |/| | |
* | | | | Removed unwanted castLorenz Meier2013-01-061-1/+1
* | | | | Used correct datatype, removed unwanted castLorenz Meier2013-01-061-3/+3
| |_|_|/ |/| | |
* | | | The multirotor mixer return 0 instead of the number of channels, my Hex is fl...Julian Oes2012-12-311-3/+3
* | | | Merged IO mixing branchLorenz Meier2012-12-302-92/+115
|\ \ \ \ | | |/ / | |/| |
| * | | 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
* | | | mergedLorenz Meier2012-12-301-13/+129
|\ \ \ \ | |/ / / |/| | |
| * | | Merged relay activationLorenz Meier2012-12-271-4/+36
| |\ \ \ | | | |/ | | |/|
| | * | Initial implementation of application access to the PX4IO relays.px4dev2012-12-201-1/+31
| * | | Added header for common priority bandsLorenz Meier2012-12-271-1/+2
| * | | Robustified actuator output topic, added number of mixed outputsLorenz Meier2012-12-221-3/+7
| * | | Cleaned up HIL on FMU / IO comboLorenz Meier2012-12-191-4/+3
| * | | Merged IO feature branchLorenz Meier2012-12-131-8/+72
| |\ \ \
| | * | | Added required additional fields: If system is ok to launch (required for LED...Lorenz Meier2012-12-131-7/+101
| | |/ /
| * | | Merged DSM fixesLorenz Meier2012-12-051-1/+41
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch '#61-px4io-spektrum-decoder' into fixedwing_outdoorLorenz Meier2012-12-012-71/+51
| |\ \ \
| * | | | Ported all mixers to actuator_controls_effective topic, mixers do not output ...Lorenz Meier2012-11-271-1/+17
* | | | | Make mixer ioctls load from a memory buffer rather than a file. This is prep ...px4dev2012-12-291-15/+17
* | | | | Remove the unused complex-multirotor setup ioctl, since it's not implemented ...px4dev2012-12-281-5/+0
| |_|/ / |/| | |
* | | | 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 #73 from PX4/io_armingpx4dev2012-12-011-1/+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