1912 Commits (119948f2637cab6c7aa154ca107a36e3ee3154e5)

Author SHA1 Message Date
Lucas De Marchi 1cdc233bd2 waf: add missing AP_Parachute library to ArduPlane 9 years ago
Caio Marcelo de Oliveira Filho 6e7b73610d waf: add waf support 9 years ago
Lucas De Marchi 8eb0b559f2 ArduPlane: avoid comparison between signed and unsigned 9 years ago
Lucas De Marchi 2591261af6 Global: rename min and max macros to uppercase 9 years ago
Tom Pittenger 4c1a70eb66 Plane: print start of land approach 9 years ago
Luis Vale Gonçalves 4722a388b9 Plane: Text revisions 9 years ago
Luis Vale Gonçalves b7f3782e4e Plane: Text revisions 9 years ago
Tom Pittenger eaad72c192 Plane: Add support for handing ADS-B traffic 9 years ago
Tom Pittenger d8d1343735 Plane: include AP_ADSB library in build for Plane 9 years ago
Andre Kjellstrup db16b94e7f Plane: update RTL altitude param description 9 years ago
Caio Marcelo de Oliveira Filho c8888329e1 Plane: use millis/micros/panic functions 9 years ago
Andrew Tridgell 9108179322 Plane: fixed build for SITL changes 9 years ago
Andrew Tridgell 8f4ce7f20b build: removed all nocore.inoflag files 9 years ago
lvale e18181e5c2 Plane: Uniformization of severities 9 years ago
Tom Pittenger 5c3486d003 Plane: power-off rangefinder at high alt without terrain avail 9 years ago
Tom Pittenger 178bbb080b Plane: improve crosstrack error while navigating to loiter point 9 years ago
Lucas De Marchi e5595ff11c ArduPlane: don't use avr include dir for tags 9 years ago
Lucas De Marchi 0151853c21 ArduPlane: remove check for MAVLINK_COMM_NUM_BUFFERS 9 years ago
Lucas De Marchi c55c07eaf6 ArduPlane: remove check for AVR CPUs 9 years ago
Lucas De Marchi d1be74c87e ArduPlane: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 9 years ago
Lucas De Marchi cfe6e209db ArduPlane: fix wrong printf format for printf 9 years ago
Lucas De Marchi d40349d6ae ArduPlane: fix wrong printf format for 32 bits 9 years ago
Lucas De Marchi a6fd94c6fe ArduPlane: fix wrong printf format for 32 bits 9 years ago
Lucas De Marchi 5244559010 Minimize AP_Progmem.h includes 9 years ago
Lucas De Marchi 1b07dabeb7 Replace prog_char and prog_char_t with char 9 years ago
Lucas De Marchi 4ab9821624 Replace use of Log_Write_Message_P() with Log_Write_Message() 9 years ago
Lucas De Marchi 20c6ffc5e3 Replace use of UARTDriver::printf_P() with UARTDriver::printf() 9 years ago
Lucas De Marchi 6f4904189b Replace use of println_P() with println() 9 years ago
Lucas De Marchi a964ac38ec Replace use of print_P() with print() 9 years ago
Lucas De Marchi 89fc4f4b62 Replace use of send_text_P() with send_text() 9 years ago
Lucas De Marchi 831d8acca5 Remove use of PROGMEM 9 years ago
Lucas De Marchi 6f0db45b57 Replace use of strcasecmp_P() with strcasecmp() 9 years ago
Lucas De Marchi 84da1f5039 Rename gcs_send_text_P to gcs_send_text 9 years ago
Lucas De Marchi 84d5fb006f Remove use of Util::{v,}snprintf_P() 9 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 9 years ago
Lucas De Marchi bd0f0a7536 ArduPlane: convert dos linefeeds to unix 9 years ago
Andrew Tridgell 3c3392aae5 Plane: improve error messages on failed parachute release 9 years ago
Andrew Tridgell 5d1d54a8cb Plane: added CHUTE_CHAN parameter for manual release 9 years ago
Andrew Tridgell d20b86b95e Plane: suppress the throttle in auto-throttle modes after parachute release 9 years ago
Andrew Tridgell 9affddcaa3 Plane: initial support for AP_Parachute library 9 years ago
Andrew Tridgell 3dd47adafe Plane: fixed a condition where takeoff switches to land 9 years ago
Andrew Tridgell 537f22cdd1 Plane: changed thresholds for LAND_APPROACH 9 years ago
Tom Pittenger f9fbb8a0f7 Plane: restrict land_approach stage change with tighter criteria 9 years ago
Caio Marcelo de Oliveira Filho 62d4c05a8e ArduPlane: include SITL only for SITL board 9 years ago
Caio Marcelo de Oliveira Filho 49a42dc985 SITL: use a SITL namespace 9 years ago
Peter Barker 07842e211d Plane: use simple log entry numbers to download logs 9 years ago
Caio Marcelo de Oliveira Filho db3e501aec ArduPlane: implement HAL::Callbacks 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
Randy Mackay 073828a764 Plane: add ahrs health pre-arm check 9 years ago