58 Commits (1129a3fd596d973acf38fb0183030fd9297b6ad3)

Author SHA1 Message Date
Andrew Tridgell dc57454ac5 AP_Logger: adjust stack sizes 4 years ago
Peter Barker 7d42f473fc AP_Logger: allow each backend to be compiled out 4 years ago
Andy Piper b3946a667c AP_Logger: omnibusF4pro needs more stack for logging and logging needs to take precedence over ftp 4 years ago
Peter Barker ef0b860a48 AP_Logger: remove Prep and NeedPrep functions 4 years ago
Andy Piper 779c2a9e5f AP_Logger: move logger IO to a separate thread 4 years ago
Andrew Tridgell 0ae9b28198 AP_Logger: added get_log_start_count() 4 years ago
Andrew Tridgell 019544ceb1 AP_Logger: allow for replay with both EKF enabled 4 years ago
Andrew Tridgell 04f60001ff AP_Logger: allow WriteV() to work within Replay 4 years ago
Andrew Tridgell a08a1a4247 AP_Logger: allow for larger LOG_FILE_BUFSIZE 4 years ago
Andrew Tridgell 851cb30e0d AP_Logger: speed up startup with replay if LOG_DISARMED=0 4 years ago
Andrew Tridgell 09aff03edc AP_Logger: support new replay system 4 years ago
Andrew Tridgell daa0abeb13 AP_Logger: make structure check errors clearer 4 years ago
Peter Barker 8e6cde25dc AP_Logger: keep pointer to link rather than using its ->chan 4 years ago
Andrew Tridgell 930726ca9a AP_Logger: fixed string warnings 4 years ago
Andy Piper ccb583d092 AP_Logger: make block logger conform to mavlink expectations of numbering 4 years ago
Peter Barker 0e964a4654 AP_Logger: use config error loop rather than abort 5 years ago
Iampete1 fee5b998bf AP_Logger: add min MB free param 5 years ago
Andrew Tridgell 97f335396b AP_Scripting: fixed memory leak 5 years ago
Peter Hall 19ba9abc89 AP_Logger: add function and make public for scripting use 5 years ago
Peter Barker 7befe84f0c AP_Logger: create and use INTERNAL_ERROR macro so we get line numbers 5 years ago
Peter Barker acba2a78f6 AP_Logger: add message validation check against duplicate labels 5 years ago
murata 264a90bb45 AP_Logger: Change to coding style (NFC) 5 years ago
Peter Barker 8679e95fca AP_Logger: add comments about message_writer being leaked 5 years ago
Andrew Tridgell 56035fa5a1 AP_Logger: add a semaphore to protect creation of new log formats 5 years ago
Randy Mackay 6aff18d22d AP_Logger: remove non-error init messages 5 years ago
Andy Piper 54b6e7b264 AP_Logger: mavlink backend needs to be the last backend 5 years ago
Peter Barker f337d011e7 AP_Logger: make LogEvent an enum class, split off LogDataID 5 years ago
Michael du Breuil c369139be0 AP_Logger: Support new ModeReason 5 years ago
Andrew Tridgell 889b18022b AP_Logger: use HAL_MEM_CLASS for logging buffer size 5 years ago
Andrew Tridgell df4cb00970 AP_Logger: added LOG_FILE_TIMEOUT parameter 6 years ago
Andrew Tridgell 667b4e045a AP_Logger: convert to use AP_Filesystem 6 years ago
Peter Barker b2d9d7b6a0 AP_Logger: const-struct many structures, use temp for navekf object 6 years ago
Pierre Kancir 781e9ae9c1 AP_Logger: pass mavlink_message_t by const reference 6 years ago
Peter Barker 502f74f0d9 AP_Logger: switch to using stderr for log structure debug 6 years ago
Andrew Tridgell dd3eec2a38 AP_Logger: persist logging for 15s after disarm or arming failure 6 years ago
Peter Barker 5f877294c9 AP_Logger: re-add lost validate_structure loop 6 years ago
Peter Barker cd0265644d AP_Logger: disable float-mult-zero sanity check for the time being 6 years ago
Peter Barker a5f5b4349c AP_Logger: add a Write_Rally method 6 years ago
Peter Barker 54eff7eafc AP_Logger: add WriteCritical method to AP::logger() 6 years ago
Andrew Tridgell 24c5bf42ae AP_Logger: force logging on an armed watchdog reset 6 years ago
Tom Pittenger 027f9afcf8 AP_logger: rename dataflash to logger and refactor the filename logger.bin 6 years ago
Peter Barker d2a683a758 AP_Logger: move Log_Write_Error into library 6 years ago
Peter Barker bd8a27476e AP_Logger: make structure validation failure at runtime fatal 6 years ago
Peter Barker ee690e7ab9 AP_Logger: use AP_InternalError for tracking internal errors 6 years ago
Randy Mackay cf8a7fd423 AP_Logger: add values to backend-type param description 6 years ago
Peter Barker 539000df40 AP_Logger: remove more DataFlash references 6 years ago
Peter Barker dfa5a423ec AP_Logger: add sanity check that trigger for bad float multipliers 6 years ago
Peter Barker 9108eeb8f5 AP_Logger: log rally points into dataflash on upload 6 years ago
Tom Pittenger 21db5e1a5c AP_Logger: unify singleton naming to _singleton and get_singleton() 6 years ago
Peter Barker 78e76b84b2 AP_Logger: move handling Write_Event into AP_Logger 6 years ago