aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/px4fmu
Commit message (Collapse)AuthorAgeFilesLines
...
| * Base max actuators on board revisionJulian Oes2013-10-111-2/+10
| |
| * Enable PWM when disarmed on the fmu sideJulian Oes2013-10-111-4/+23
| |
| * Tought the fmu driver the new pwm limit interfaceJulian Oes2013-10-112-22/+127
| |
| * pwm info provides more information, some fixes for setting rate/min/max/disarmedJulian Oes2013-10-071-1/+13
| |
| * px4io test and fmu test now work over USB as wellJulian Oes2013-09-221-7/+10
| |
* | Teached the FMU driver that stopping is also an optionLorenz Meier2013-10-301-0/+20
|/
* Merge remote-tracking branch 'px4/new_state_machine_drton' into ↵Julian Oes2013-08-151-7/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | fmuv2_bringup_new_state_machine_drton Conflicts: src/drivers/blinkm/blinkm.cpp src/drivers/px4io/px4io.cpp src/modules/commander/state_machine_helper.c src/modules/px4iofirmware/protocol.h src/modules/px4iofirmware/registers.c src/modules/systemlib/systemlib.h src/systemcmds/reboot/reboot.c
| * Renamed actuator_safety back to actuator_armed, compiling but untestedJulian Oes2013-07-151-14/+14
| |
| * Merged masterLorenz Meier2013-07-151-1/+1
| |\
| * \ 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
| * | | Introduced new actuator_safety topicJulian Oes2013-06-141-13/+14
| | | |
* | | | Restructure things so that the PX4 configs move out of the NuttX tree, and ↵px4dev2013-08-021-12/+4
| | | | | | | | | | | | | | | | | | | | | | | | most of the PX4-specific board configuration data moves out of the config and into the board driver. Rename some directories that got left behind in the great board renaming.
* | | | px4fmu: expanded "fmu test"Andrew Tridgell2013-08-021-14/+70
| | | | | | | | | | | | | | | | | | | | this now does testing in a similar manner as "px4io test", except that it tests both ioctl and write based setting of servos
* | | | Merge branch 'master' of https://github.com/PX4/Firmware into fmuv2_bringuppx4dev2013-07-141-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | General cleanup of /dev/px4io and /dev/px4fmuJean Cyr2013-07-091-1/+1
| | |/ | |/| | | | | | | | | | | | | | | | - Use distinct common symbols for px4io and px4fmu device files, and use instead of hardcoded filenames - Use common symbols defining px4io bits consistently between px4fmu and px4io builds.
* | | More GPIO and general pin assignment fixes.px4dev2013-07-101-9/+13
| | |
* | | Pull v2 pieces up to build with the mergepx4dev2013-07-071-14/+14
| | |
* | | Merge branch 'master' of https://github.com/PX4/Firmware into fmuv2_bringuppx4dev2013-07-071-1/+1
|\| |
| * | 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.
* | Merge branch 'master' of https://github.com/PX4/Firmware into fmuv2_bringuppx4dev2013-05-191-1/+10
|\| | | | | | | Fix px4iov2 build issue by selecting the correct NuttX config.
| * arming: added PWM_SERVO_SET_ARM_OK and PWM_SERVO_CLEAR_ARM_OKAndrew Tridgell2013-05-161-0/+5
| | | | | | | | | | these new ioctls allow for the flight code to tell the IO board that arming can proceed
| * Merge branch 'master' of github.com:PX4/Firmware into export-buildLorenz Meier2013-05-061-1/+5
| |
| * Merge working changes into export-build branch.px4dev2013-04-262-0/+1090
|
* Rename the 'device' directory back to 'drivers', it's less confusing that way.px4dev2013-04-062-0/+1223
Move the fmuv2 board driver out into the new world.