407 Commits (7cc53b6449aa116b83ed1667b839425dd2e7a480)

Author SHA1 Message Date
Jonathan Challinger b803907163 AP_Motors: fix example build 9 years ago
Lucas De Marchi 8d252955f5 AP_Motors: don't link unused AP_Curve library 9 years ago
Lucas De Marchi a096703b06 Global: don't link with AP_Progmem 9 years ago
Don Gagne ed7cd8d3f4 AP_Motors: fix invalid Range meta data 9 years ago
Robert Lefebvre 3a13db9333 AP_MotorsHeli: Add more parameter checks. 9 years ago
Lucas De Marchi c9d1456a66 AP_Motors: remove unused AP_ADC_AnalogSource 9 years ago
Caio Marcelo de Oliveira Filho 6e7b73610d waf: add waf support 9 years ago
Lucas De Marchi 2591261af6 Global: rename min and max macros to uppercase 9 years ago
Andrew Tridgell 47b9f6598a AP_Motors: allow change to heli rotor speed controls while armed 9 years ago
Caio Marcelo de Oliveira Filho 513f4fe986 AP_Motors: example uses millis/micros/panic functions 9 years ago
Andrew Tridgell 8f4ce7f20b build: removed all nocore.inoflag files 9 years ago
Robert Lefebvre b89b0d7f9e AP_MotorsHeli_Single: Move Servo_Test static variables to be class members 9 years ago
Robert Lefebvre bb7f8c1999 AP_MotorsHeli: Create Servo Test functionality 9 years ago
Robert Lefebvre eeb544d098 AP_MotorsHeli: Create SV_MAN=5=Oscillate servo setup mode. 9 years ago
Robert Lefebvre 4443ca9602 AP_MotorsHeli: Yaw servo to move when using SV_MAN param for setup. 9 years ago
Robert Lefebvre c2dff8749e AP_MotorsHeli: Change SV_MAN=2=Center to output _col_mid_pwm instead of 0 collective 9 years ago
Fredrik Hedberg 212eb85ff2 AP_MotorsHeli: Add min and max collective to manual servo modes 9 years ago
Robert Lefebvre 22729e6927 AP_MotorsHeli: Change servo manual #defines into enum 9 years ago
Robert Lefebvre 750728fa1e AP_MotorsHeli_Single: Add motor enable aux output functionality 9 years ago
Fredrik Hedberg 5fd7fe3e53 AP_Motors: Add manual servo override to center swash-plate for set-up in AP_MotorsHeli. 9 years ago
Jolyon Saunders ca28a49fa6 AP_Motors: Circular swash-plate limits for AP_MotorsHeli 9 years ago
Lucas De Marchi ca4ae1c9e0 AP_Motors: remove check for AVR CPUs 9 years ago
Lucas De Marchi 5244559010 Minimize AP_Progmem.h includes 9 years ago
Lucas De Marchi 20c6ffc5e3 Replace use of UARTDriver::printf_P() with UARTDriver::printf() 9 years ago
Lucas De Marchi 831d8acca5 Remove use of PROGMEM 9 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 9 years ago
Randy Mackay ca942f39dd AP_Motors_Heli: remove unused allow_arming check 9 years ago
Caio Marcelo de Oliveira Filho 417651b1dc AP_Motors: remove unnecessary board includes from examples 9 years ago
Caio Marcelo de Oliveira Filho ec52df991c build: compile only the HAL files needed by the board 9 years ago
Caio Marcelo de Oliveira Filho 2e464a53c2 AP_HAL: make code not depend on concrete HAL implementations 9 years ago
Lucas De Marchi f43f6c53f7 AP_Motors: Group writes to motors 9 years ago
Lucas De Marchi e938075581 AP_MotorsCoax: get rid of _motor_to_channel_map 9 years ago
Lucas De Marchi ec4ebfde83 AP_MotorsSingle: get rid of _motor_to_channel_map 9 years ago
Lucas De Marchi 537599c01b AP_MotorsTri: get rid of _motor_to_channel_map 9 years ago
Lucas De Marchi 1572c9d4f4 AP_MotorsMatrix: get rid of _motor_to_channel_map 9 years ago
Lucas De Marchi 43268b9822 AP_MotorsHeli: get rid of _motor_to_channel_map 9 years ago
Lucas De Marchi 7ea141b774 AP_Motors_Multi: get rid of _motor_to_channel_map 9 years ago
Lucas De Marchi d97d97dc54 AP_Motors: get rid of _motor_to_channel_map 9 years ago
Andrew Tridgell f22a1d3e6d AP_Motors: display message in heli parameter_check() 10 years ago
Andrew Tridgell 9da2b2b430 AP_Motors: added H_GYR_GAIN_ACRO 10 years ago
Randy Mackay 1024790633 MotorsMulti: add throttle_max accessor 10 years ago
Randy Mackay e3ff4ed9c4 MotorsHeli: integrate RotorControlState 10 years ago
Randy Mackay cb47311416 MotorsHeli_RSC: add RotorControlMode enum 10 years ago
Randy Mackay 72efc85ee8 MotorsHeli_RSC: RotorControlState enum 10 years ago
Robert Lefebvre bde43412d8 AP_MotorsHeli: Fix RSC Mode 3 10 years ago
Robert Lefebvre 38ccd6e04f AP_MotorsHeli_RSC: Fix tail_type control 10 years ago
Robert Lefebvre 535da1d79a AP_MotorsHeli_Single: DDVPT to use it's own ramp and runup times 10 years ago
Robert Lefebvre 28318c4116 AP_MotorsHeli: Move Output functions into parent class 10 years ago
Robert Lefebvre 84102c3e3f AP_MotorsHeli: Rework how servo setup is done. 10 years ago
Robert Lefebvre 345663f705 AP_MotorsHeli: Simplify servo init/reset 10 years ago