1931 Commits (dc1846447eed4b4e71c97c634338cf9bd0a54a34)

Author SHA1 Message Date
pepevalbe 9743e32f70 Plane: added group parameter for AP_Notify library 9 years ago
Siddharth Bharat Purohit 78566bda36 Plane: wire up accel calibrator for plane 9 years ago
Andrew Tridgell 7a5808276e Plane: fixed two build warnings with clang 9 years ago
Lucas De Marchi a096703b06 Global: don't link with AP_Progmem 9 years ago
Andrew Tridgell 513d5c17b9 Plane: allow for settable main loop rate 9 years ago
Andrew Tridgell 58d9b030ea Plane: update for Hz based AP_Scheduler 9 years ago
Don Gagne eab8a8679d ArduPlane: fix invalid Range meta data 9 years ago
Andre Kjellstrup 6f5387c48d ArduPlane: Camera options for better camera control 9 years ago
Jonathan Challinger 05eb723429 Plane: reflect renamed function in AP_AHRS 9 years ago
Julien BERAUD 8e66ce6f27 Plane: Update optical flow declaration 9 years ago
Gustavo Jose de Sousa dc81a2410e waf: use single entry point for make wrappers 9 years ago
Michael du Breuil 4b40a884e9 Plane: Don't disable compass checks for HIL mode unless actually in hil mode 9 years ago
Tom Pittenger 113961b66e Plane: compiler warning - double promotion 9 years ago
DonLakeFlyer 7479bc5734 Plane: return success or failure of get home position 9 years ago
Lucas De Marchi 1308dd888f ArduPlane: remove unused AP_ADC_AnalogSource 9 years ago
Peter Barker 84b53e58d5 Plane: DataFlash-over-MAVLink support 9 years ago
Peter Barker 574f95bd76 Plane: support multiple simultaneous backends 9 years ago
Gustavo Jose de Sousa 7837bbfd81 waf: add a make wrappers 9 years ago
Gustavo Jose de Sousa 3100736c9f waf: add missing AP_ADSB library to ArduPlane 9 years ago
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