aboutsummaryrefslogtreecommitdiff
path: root/src/modules/px4iofirmware/mixer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Changed pwm_limit interface a bitJulian Oes2013-10-111-3/+1
|
* Moved PWM ramp to systemlibJulian Oes2013-10-081-108/+27
|
* Trying to get rid of magic PWM numbersJulian Oes2013-10-071-2/+2
|
* pwm info provides more information, some fixes for setting rate/min/max/disarmedJulian Oes2013-10-071-2/+2
|
* Fix a whole bunch of sanity checks across all mixersLorenz Meier2013-09-221-1/+1
|
* Allow mixer upload when PWM is onJulian Oes2013-09-021-2/+2
|
* Merged fmuv2_bringupLorenz Meier2013-08-211-1/+2
|\
| * Added flag to disable RC evaluation onboard of IO (raw values still forwarded)Lorenz Meier2013-08-211-1/+2
| |
* | Merge remote-tracking branch 'px4/new_state_machine_drton' into ↵Julian Oes2013-08-151-21/+113
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | 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
| * First try for an ESC calibration toolJulian Oes2013-06-201-5/+8
| |
| * Added functionality to enable PWM output for stupid ESCs even when safety is ↵Julian Oes2013-06-191-37/+88
| | | | | | | | not off, arming button functionality remains as is
| * Forgot to remove some debug stuffJulian Oes2013-06-191-5/+1
| |
| * Merge remote-tracking branch 'upstream/io_fixes' into new_state_machineJulian Oes2013-06-181-29/+48
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/drivers/px4io/px4io.cpp src/modules/commander/commander.c src/modules/commander/state_machine_helper.c src/modules/commander/state_machine_helper.h src/modules/px4iofirmware/mixer.cpp src/modules/uORB/topics/actuator_controls.h src/modules/uORB/topics/vehicle_status.h
| | * Minor state machine improvements and fixes for IO safety / in-air restart ↵Lorenz Meier2013-06-121-4/+7
| | | | | | | | | | | | handling
| | * Made pwm command sending continously, improved failsafe logicLorenz Meier2013-06-071-9/+7
| | |
| * | Adressed performance concern and fixed a copy paste bugJulian Oes2013-06-181-2/+9
| | |
| * | First try to prevent motors from stopping when armedJulian Oes2013-06-181-2/+18
| |/
* / Tweak protocol register assignments and add new registers to accommodate ↵px4dev2013-07-061-8/+8
|/ | | | differences in IOv2.
* Hotfix: Make IOs mixer loading pedantic to make sure the full mixer loadsLorenz Meier2013-06-071-6/+12
|
* Set default failsafe value to 0 of mixerLorenz Meier2013-05-291-0/+37
|
* Slightly reworked IO internal failsafe, added command to activate it (px4io ↵Lorenz Meier2013-05-281-6/+23
| | | | failsafe), does not parse commandline arguments yet
* Hotfix: Changed alarms back to what they originally were designed for: Traps ↵Lorenz Meier2013-05-161-1/+0
| | | | to later see if condition was once violated. Currente status can be read through the status flags
* Fixed compile and logic errors, behaving nowLorenz Meier2013-05-131-2/+2
|
* Moved all drivers to new world, PX4IO completely in new worldLorenz Meier2013-04-281-0/+311