aboutsummaryrefslogtreecommitdiff
path: root/apps/drivers/drv_orb_dev.h
Commit message (Collapse)AuthorAgeFilesLines
* Sensor IOCTL reorganization. Common sensor operations are now shared across ↵px4dev2012-08-251-1/+1
| | | | | | sensor drivers. Revamp hmc5883, ms5611 and mpu6000 driver startup and test code.
* Fix an architectural issue with the ORB that prevented publication from ↵px4dev2012-08-211-0/+3
| | | | | | 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.
* Work in progress; standard mixer API and utilitypx4dev2012-08-051-1/+1
|
* Fresh import of the PX4 firmware sources.px4dev2012-08-041-0/+84