65 Commits (1d9abefbb175351b8c8e39946d84ddd8e941d90f)

Author SHA1 Message Date
Andrew Tridgell c5ff9ac23f AP_Parachute: added arming check for chute released 3 years ago
Andrew Tridgell 68c1f0db35 AP_Parachute: fixed printf format errors 4 years ago
Andrew Tridgell 95cbb69d3c AP_Parachute: added CHUTE_OPTIONS 4 years ago
Andrew Tridgell 8660e98b57 AP_Parachute: added arming_checks() 4 years ago
Randy Mackay 4b7709f11d AP_Parachute: move sink rate check to new method 4 years ago
Randy Mackay 17d4e797fb AP_Parachute: formatting fixes 4 years ago
david sastre f8b6d4b0ac AP_Parachute: Fix singleton panic message 5 years ago
murata 1fdcab2b5a AP_Parachute: Change the tab code to whitespace 5 years ago
Andrew Tridgell 77fab986ea AP_Parachute: default to parachute enabled 5 years ago
Andrew Tridgell d546877d3f AP_Parachute: fixed example build 5 years ago
Andrew Tridgell c3263d057f AP_Parachute: make configurable in hwdef.dat 5 years ago
Peter Barker 04c005a213 AP_Parachute: cope with change in namespace of LogEvent enum 5 years ago
Vinicius Knabben 040fa3e10a AP_Parachute: Added time check for sink rate to avoid glitches 6 years ago
Vinicius Knabben c710002bc9 AP_Parachute: Added parachute release at critical sink rate 6 years ago
Peter Barker 005ec5cd4d AP_Parachute: move responsibility for parachute deployment up 6 years ago
Peter Barker 610bcb3387 AP_Parachute: remove un-needed initialisations 7 years ago
Andrew Tridgell e798b38271 AP_Parachute: removed create() method for objects 7 years ago
Lucas De Marchi 31db77e47b global: use static method to construct AP_Parachute 7 years ago
Lucas De Marchi 88dea049b4 AP_Parachute: add static create method 7 years ago
Lucas De Marchi 13d7f58036 global: use static method to construct AP_Relay 7 years ago
Patrick José Pereira 1eeea82e31 AP_Parachute: Add function to return _release_in_progress status 8 years ago
Dr.-Ing. Amilcar Do Carmo Lucas 89a0d2aa3b AP_Parachute: Improve the PWM parameters descriptions 8 years ago
Dr.-Ing. Amilcar Do Carmo Lucas 5a2a82437a AP_Parachute: Use SI units conventions in parameter units 8 years ago
Pierre Kancir 7abd22a33e AP_Parachute: example fix travis warning 8 years ago
murata 60b63bb69e AP_Parachute: Unify from print or println to printf. 8 years ago
Andrew Tridgell 7706741b9b AP_Parachute: adapt to new RC_Channel API 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Lucas De Marchi ae53920e5b build: don't build examples with old build system 8 years ago
Tom Pittenger ebe829614d AP_Parachute: set param "Enable" to be FLAG_ENABLE 9 years ago
Randy Mackay 71692044f8 AP_Parachute: resolve compile warning re init order 9 years ago
Rimvydas Naktinis df922dacfa Plane: Suppress throttle when parachute release initiated, not after release. 9 years ago
Andrew Tridgell 894e07a0bd AP_Parachute: added CHUTE_DELAY_MS parameter 9 years ago
Lucas De Marchi b180f3a83f AP_Parachute: replace header guard with pragma once 9 years ago
Gustavo Jose de Sousa c2e3f05dbf waf: ardupilotwaf: prefix build context methods with ap_ 9 years ago
Gustavo Jose de Sousa 3d22490397 waf: examples: use methods from bld instead of ardupilotwaf 9 years ago
Gustavo Jose de Sousa d281067bcc waf: make example binaries be placed in 'examples' dir 9 years ago
Lucas De Marchi a096703b06 Global: don't link with AP_Progmem 9 years ago
Caio Marcelo de Oliveira Filho 6e7b73610d waf: add waf support 9 years ago
Caio Marcelo de Oliveira Filho d186704724 AP_Parachute: use millis/micros/panic functions 9 years ago
Lucas De Marchi 0c6b47e331 AP_Parachute: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 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
Andrew Tridgell aee2543b75 AP_Parachute: fixed release bug 9 years ago
Andrew Tridgell 0d9715cfe8 AP_Parachute: added a released() function 9 years ago
Caio Marcelo de Oliveira Filho 5ad8077016 AP_Parachute: remove unnecessary board include 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
Gustavo Jose de Sousa c6eb15f443 AP_Parachute: standardize inclusion of libaries headers 10 years ago