585 Commits (b1b471f2bdaf069b1233234f188dbf68d34da20f)

Author SHA1 Message Date
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
Caio Marcelo de Oliveira Filho 578b31e7f8 AP_DataFlash: example uses millis/micros/panic functions 9 years ago
Caio Marcelo de Oliveira Filho 753956bd77 AP_Dataflash: use millis/micros/panic functions 9 years ago
Andrew Tridgell 8f4ce7f20b build: removed all nocore.inoflag files 9 years ago
Peter Barker fc05ad81eb DataFlash_File: cache oldest log to avoid directory scans when downloading 9 years ago
Paul Riseborough 42b47acdfc DataFlash: Fix logging error for EKF second instance 9 years ago
Paul Riseborough 88cc1e2ffe DataFlash: Publish the EKF2 magnetometer selection index 9 years ago
Paul Riseborough 138315af21 DataFlash: Add logging for second NKF instance 9 years ago
Paul Riseborough 5b1d6f2aa2 DataFlash: accomodate change in EKF2 interface 9 years ago
Paul Riseborough 46e4c45537 DataFlash: Only log EKF messages when enabled 9 years ago
Paul Riseborough 987d261109 DataFlash: Update logging of EKF2 primary core index 9 years ago
Paul Riseborough 4884b2d38a DataFlash: Log the primary EKF2 index 9 years ago
Lucas De Marchi c74b1a660d DataFlash: remove DATAFLASH_NO_CLI 9 years ago
Lucas De Marchi 1e839f97ed DataFlash: remove check for AVR CPUs 9 years ago
Lucas De Marchi 0dfeae2556 DataFlash: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 9 years ago
Lucas De Marchi d2a259cef0 DataFlash: fix wrong printf format for printf 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 b52d1cfabb DataFlash: remove DataFlash.Log_Write_Message_P() 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 831d8acca5 Remove use of PROGMEM 9 years ago
Lucas De Marchi 1336d621be Replace use of strcpy_P() with strcpy() 9 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 9 years ago
Paul Riseborough 61d556afb1 DataFlash: Fix shorthand variable names for EKF position reset delta 9 years ago
Peter Barker e481497574 DataFlash: delete oldest file rather than the lowest-numbered file 9 years ago
Lucas De Marchi 19b31ccff1 DataFlash: remove check for max compass instances 9 years ago
Lucas De Marchi d83609b24c DataFlash: remove check for max BARO instances 9 years ago
Lucas De Marchi 121eeb4b58 DataFlash: remove check for vibe check 9 years ago
Lucas De Marchi f99d64e621 DataFlash: remove check for max INS instances 9 years ago
Caio Marcelo de Oliveira Filho b028219c94 DataFlash: remove unnecessary includes from example 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
Andrew Tridgell b0aa7cb990 DataFlash: use new perf API 9 years ago
Paul Riseborough 2d44441d6b DataFlash: Make EKF2 PosDownDerivative interface follow coding conventions 9 years ago
Paul Riseborough 1323db10e8 DataFlash: Make EKF2 PosDownDerivative interface follow coding conventions 9 years ago
Paul Riseborough 9e3d9d15fc DataFlash: Log vertical position derivative output 9 years ago
Gustavo Jose de Sousa 363f9cf82a DataFlash: use compass get_{field,offsets}() functions 9 years ago
Paul Riseborough a82c8b241f DataFlash: Update NKF4 data logging 9 years ago
Paul Riseborough ba6387f206 DataFlash: Add logging of EKF GPS check status 9 years ago
Randy Mackay e9254ca1a9 DataFlash: log compass as milligauss 9 years ago
Peter Barker af4ad01f23 DataFlash: make CAM a critical message 9 years ago
Paul Riseborough 73686dfa89 DataFlash: fix error in NKF descriptor 10 years ago
Michael du Breuil cf6e6b7e82 DataFlash: Remove stale UBX3 message 10 years ago
Andy Piper 5adb6d2b89 AP_GPS: Support UBX messages for dual UBLOX GPS setups. 10 years ago
Paul Riseborough 80e182f827 AP_NavEKF2: Update EKF2 data logging 10 years ago
Paul Riseborough 86ad1e6e66 DataFlash: Update EKF2 data logging 10 years ago
Andrew Tridgell ba8e63d8e7 DataFlash: handle unitialised EKF2 in logging 10 years ago