aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/pwm
Commit message (Collapse)AuthorAgeFilesLines
* report error in pwm command if anyLorenz Meier2014-07-191-0/+4
|
* add missing hint to pwm usageLorenz Meier2014-07-191-1/+1
|
* pwm: add missing exitThomas Gubler2014-07-191-2/+2
|
* pwm system command: Allow to force failsave (forcefail command)Lorenz Meier2014-07-181-0/+16
|
* systemcmds: Warning fixesLorenz Meier2014-06-301-1/+2
|
* Reduce stack size of PWM toolLorenz Meier2014-05-141-1/+1
|
* Add command to do PWM step inputsLorenz Meier2014-05-011-1/+105
|
* Tests for all PWM pinsLorenz Meier2013-11-301-1/+1
|
* Fix user abort behave in testThiago0B2013-11-111-0/+19
| | | Now the pwm ouput return to the last value before test (useful and safer when testing ESCs).
* Minor warning and no error in case of zero value for disarmedLorenz Meier2013-10-301-2/+2
|
* pwm systemcmd can now set the failsafe values, fmu uses failsafe values as ↵Julian Oes2013-10-191-5/+41
| | | | well now, fix to only send the appropriate number of pwm values to IO at once
* Revert "Set the PWM values only once or continuous if specified"Julian Oes2013-10-111-40/+23
| | | | This reverts commit 9cd3c40606f023a7943b1418a748abb046e36ecb.
* Set the PWM values only once or continuous if specifiedJulian Oes2013-10-111-23/+40
|
* pwm info provides more information, some fixes for setting rate/min/max/disarmedJulian Oes2013-10-071-191/+228
|
* Some more interface changes, needs testing and cleanupJulian Oes2013-10-041-208/+222
|
* Changes to pwm systemcmd, basic functionality there, needs polishingJulian Oes2013-10-041-145/+286
|
* Fixed chan count logicLorenz Meier2013-06-091-1/+1
|
* Fixed pwm count checkLorenz Meier2013-06-091-3/+3
|
* Made pwm command sending continously, improved failsafe logicLorenz Meier2013-06-071-6/+42
|
* HOTFIX: Allow PWM command to correctly set ARM_OK flagLorenz Meier2013-06-041-0/+6
|
* Fix whitespace damage, update help text to indicate the -m option is for ↵px4dev2013-05-051-1/+1
| | | | debug use only.
* pwm: added -m optionAndrew Tridgell2013-05-041-2/+17
| | | | | this allows setting of the channel mask directly, which is useful for testing
* Moved all system commands to the new worldLorenz Meier2013-04-272-0/+274