aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/hil
Commit message (Collapse)AuthorAgeFilesLines
* HIL: reduce excessive stack usage of driverLorenz Meier2014-07-081-1/+1
|
* Remove noreturn attribute from all drivers that actually can returnLorenz Meier2014-05-091-1/+1
|
* HIL cleanupLorenz Meier2014-01-111-4/+5
|
* Use unsigned for channel countsJulian Oes2013-10-111-1/+1
|
* pwm info provides more information, some fixes for setting rate/min/max/disarmedJulian Oes2013-10-071-1/+1
|
* Renamed actuator_safety back to actuator_armed, compiling but untestedJulian Oes2013-07-151-9/+9
|
* Merge branch 'master' into new_state_machineJulian Oes2013-07-081-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | compiling again Conflicts: src/modules/fixedwing_att_control/fixedwing_att_control_att.c src/modules/fixedwing_att_control/fixedwing_att_control_rate.c src/modules/fixedwing_pos_control/fixedwing_pos_control_main.c src/modules/mavlink/orb_listener.c src/modules/multirotor_att_control/multirotor_attitude_control.c src/modules/multirotor_att_control/multirotor_rate_control.c src/modules/systemlib/pid/pid.c src/modules/systemlib/pid/pid.h src/modules/uORB/objects_common.cpp
| * Rename our 'task_spawn' to 'task_spawn_cmd' since NuttX now has its own ↵px4dev2013-06-011-1/+1
| | | | | | | | version of task_spawn that's different.
* | Introduced new actuator_safety topicJulian Oes2013-06-141-8/+9
|/
* Moved the bulk of sensor drivers to the new worldLorenz Meier2013-04-272-0/+891