aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * fix vehicle_airspeed_poll logic: _tecs.enable_airspeed was not called before ...Thomas Gubler2013-11-021-2/+1
* | Merge pull request #506 from thomasgubler/tecs_airspeedmax_param_fixLorenz Meier2013-11-021-1/+1
|\ \ | |/ |/|
| * fix usage of wrong value for max airspeed parameterThomas Gubler2013-11-021-1/+1
|/
* Disable the segway app, as its GCC 4.7 incompatible and not generally usedLorenz Meier2013-11-012-3/+3
* Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2013-11-0133-712/+1412
|\
| * Minor bugfix to commander, emits arming sound now on the right occasions. Fix...Lorenz Meier2013-11-011-6/+12
| * Merge pull request #502 from PX4/pwm_ioctlsLorenz Meier2013-10-315-124/+110
| |\
| | * pwm_output: Allow PWM values from 900us to 2100us but use a default of 1000us...Julian Oes2013-10-315-38/+48
| | * esc_calib: Changed cmdline interface (now same as for the pwm systecmd), read...Julian Oes2013-10-311-91/+67
| * | Merge pull request #504 from Runepx4/masterLorenz Meier2013-10-314-1/+35
| |\ \
| | * | Added 8 rotor Coaxial Rotor mixerrunepx42013-10-314-1/+35
| | |/
| * | Merge pull request #503 from PX4/hotfix_configLorenz Meier2013-10-311-1/+1
| |\ \ | | |/ | |/|
| | * Fixed small typoJulian Oes2013-10-311-1/+1
| |/
| * Commandline parsing fixesLorenz Meier2013-10-311-16/+28
| * esc_calib on steroidsLorenz Meier2013-10-311-7/+84
| * Actually allow full range in FMU driverLorenz Meier2013-10-311-1/+1
| * Merge branch 'master' of github.com:PX4/Firmware into pwm_ioctlsLorenz Meier2013-10-301-1/+1
| |\
| | * Merge pull request #496 from PX4/wp_yaw_fixLorenz Meier2013-10-301-1/+1
| | |\
| | | * missionlib: waypoint yaw fixAnton Babushkin2013-10-261-1/+1
| * | | Merge branch 'pwm_ioctls' of github.com:PX4/Firmware into pwm_ioctlsLorenz Meier2013-10-30417-5151/+18558
| |\ \ \
| | * | | Merge branch 'master' of github.com:PX4/Firmware into pwm_ioctlsLorenz Meier2013-10-3075-783/+2850
| | |\| |
| | * | | Fixed commander and IO startup sequence, in-air restart is operational in thi...Lorenz Meier2013-10-306-5/+10
| | * | | Fixed pwm limit to apply the proper limits / scalingLorenz Meier2013-10-301-3/+19
| | * | | Minor warning and no error in case of zero value for disarmedLorenz Meier2013-10-301-2/+2
| | * | | Fix to allow setting again zero disarmed PWM values after bootLorenz Meier2013-10-301-16/+29
| | * | | Fixed min value check, works for fixed wing nowLorenz Meier2013-10-291-1/+1
| | * | | esc_calib: get disarmed/max values from PWM device, more informative outputAnton Babushkin2013-10-221-43/+72
| | * | | Merge remote-tracking branch 'px4/master' into pwm_ioctlsJulian Oes2013-10-1957-844/+1894
| | |\ \ \
| | * | | | Small indentation fixJulian Oes2013-10-191-7/+7
| | * | | | Use new pwm cmds in rc.custom_io_escJulian Oes2013-10-191-14/+14
| | * | | | pwm systemcmd can now set the failsafe values, fmu uses failsafe values as we...Julian Oes2013-10-195-174/+233
| | * | | | Base max actuators on board revisionJulian Oes2013-10-111-2/+10
| | * | | | Revert "Set the PWM values only once or continuous if specified"Julian Oes2013-10-111-40/+23
| | * | | | Merge remote-tracking branch 'px4/master' into pwm_ioctlsJulian Oes2013-10-1151-199/+1086
| | |\ \ \ \
| | * | | | | Enable PWM when disarmed on the fmu sideJulian Oes2013-10-111-4/+23
| | * | | | | Set the PWM values only once or continuous if specifiedJulian Oes2013-10-111-23/+40
| | * | | | | Small warning fixJulian Oes2013-10-111-1/+1
| | * | | | | Tought the fmu driver the new pwm limit interfaceJulian Oes2013-10-112-22/+127
| | * | | | | Changed pwm_limit interface a bitJulian Oes2013-10-113-17/+14
| | * | | | | Use unsigned for channel countsJulian Oes2013-10-113-3/+3
| | * | | | | Small function definition correctionJulian Oes2013-10-091-1/+1
| | * | | | | Moved PWM ramp to systemlibJulian Oes2013-10-087-109/+237
| | * | | | | Trying to get rid of magic PWM numbersJulian Oes2013-10-074-20/+40
| | * | | | | Adapt startup scripts to new pwm systemcmd interfaceJulian Oes2013-10-076-26/+37
| | * | | | | pwm info provides more information, some fixes for setting rate/min/max/disarmedJulian Oes2013-10-0710-243/+345
| | * | | | | Some more interface changes, needs testing and cleanupJulian Oes2013-10-042-210/+222
| | * | | | | Changes to pwm systemcmd, basic functionality there, needs polishingJulian Oes2013-10-042-248/+287
| | * | | | | Merge remote-tracking branch 'px4/master' into pwm_ioctlsJulian Oes2013-09-29309-2991/+11831
| | |\ \ \ \ \
| * | | | | | | Teached the FMU driver that stopping is also an optionLorenz Meier2013-10-301-0/+20
| |/ / / / / /
| * | | | | | Exported disarmed PWM values as IOCTLsLorenz Meier2013-09-102-47/+75