aboutsummaryrefslogtreecommitdiff
path: root/apps/px4/px4io/driver/px4io.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move the PX4IO driver into the drivers folder.px4dev2012-10-221-608/+0
|
* Fix stack allocation (now probably too large) for PX4IO debugging. Disable ↵px4dev2012-10-201-8/+18
| | | | nonblocking serial comms to avoid losing tx data.
* Make it possible to run fmu and px4io simultaneously with full control over ↵px4dev2012-10-201-38/+77
| | | | both sets of possible PWM outputs. First started wins.
* Major rework of the PX4IO driver; pull it closer up to datepx4dev2012-10-191-237/+235
|
* Fix an architectural issue with the ORB that prevented publication from ↵px4dev2012-08-211-1/+1
| | | | | | interrupt context. ORB topic advertisements are now global handles that can be used in any context. It is still possible to open a topic node as a publisher, but it's not the default. As a consequence, the type of the handle returned from orb_advertise has changed; all other API remains the same.
* Share the PX4IO protocol header, such as it is, between the two apps.px4dev2012-08-181-1/+1
| | | | Stop using systemlib in the PX4IO firmware; it has expectations that can't reasonably be met.
* Simplify an error message to avoid a bad pointer deref.px4dev2012-08-131-1/+1
|
* Faster sensor bus resets on timeouts, massively reworked fixed wing app, testedLorenz Meier2012-08-051-2/+3
|
* Fresh import of the PX4 firmware sources.px4dev2012-08-041-0/+560