192 Commits (2ee6a85e67ec83647d911adbaaa6464a563d94c9)

Author SHA1 Message Date
Andrew Tridgell 202eb3af35 DataFlash: added imu_mask to Log_Write_IMUDT 9 years ago
Andrew Tridgell 2f4f38b85f DataFlash: log the last message sample time for GPS 9 years ago
Andrew Tridgell 679b43efc9 DataFlash: make timestamps in EKF messages all match 9 years ago
Andrew Tridgell 35c3adb1ad DataFlash: use caller supplied timestamps for sensor logging 9 years ago
Andrew Tridgell 6aa02f06a9 DataFlash: use INS_USE to prevent logging of unused IMUs 9 years ago
Andrew Tridgell 9300092840 DataFlash: changed GPS ground course to float and add VV for GPA 9 years ago
Andrew Tridgell 1bf057be45 DataFlash: log last update time in BARO msg 9 years ago
Andrew Tridgell d61ba14037 DataFlash: switched to float for GPS ground speed 9 years ago
Andrew Tridgell d97074dc9d DataFlash: round baro temp to nearest centi-degree 9 years ago
Andrew Tridgell 61da827c16 DataFlash: added sample timestamp to mag messages 9 years ago
Andrew Tridgell 7ab1367ec4 DataFlash: removed logging of relative alt in GPS messages 9 years ago
Andrew Tridgell 46f257fd9b DataFlash: convert Log_Write() to use a linked list 9 years ago
Andrew Tridgell bcefb45e0a DataFlash: added DelaT to delta-angle logs 9 years ago
Jonathan Challinger a0e291bf89 DataFlash: add reason to MODE 9 years ago
Andrew Tridgell 075dd49afe DataFlash: added Log_Write_Rate() 9 years ago
Will Sackfield 6f43b7121c DataFlash: Cast msg to uint8 9 years ago
Andrew Tridgell 6f59c4ae53 DataFlash: added GPSAlt to CAM and TRIG log messages 9 years ago
Jaime Machuca 1001e53140 DataFlash: added TRIGGER message to Logs 9 years ago
Lucas De Marchi 5d07e5bdbf DataFlash: stop using Progmem.h 9 years ago
Andrew Tridgell b967140572 DataFlash: enable minimal file mode 9 years ago
Peter Barker 326e68544c DataFlash: remove unused functions 9 years ago
Peter Barker 4f1a7c6427 DataFlash: remove use of AddLogFormats 9 years ago
Peter Barker 0ca07e5245 DataFlash: DataFlash-over-MAVLink support 9 years ago
Peter Barker faabe0b83d DataFlash: support multiple simultaneous backends 9 years ago
Lucas De Marchi 2591261af6 Global: rename min and max macros to uppercase 9 years ago
Caio Marcelo de Oliveira Filho 753956bd77 AP_Dataflash: use millis/micros/panic functions 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 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 1336d621be Replace use of strcpy_P() with strcpy() 9 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 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
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