67 Commits (master)

Author SHA1 Message Date
Henry Wurzburg a395b3d2a8 AP_Logger: add AUX switch to pause logging of streamed entries 3 years ago
murata 6102e094be AP_Logger: Console output can be disabled 3 years ago
Andrew Tridgell 43a947f390 AP_Logger: fixed a bug in wrapped log count 3 years ago
Andrew Tridgell ed1a5c086b AP_Logger: removed annoying message on missing logs 3 years ago
Andrew Tridgell 93b55e367e AP_Logger: fixed log listing with gap, and EKF error on log list 3 years ago
Pierre Kancir 89e5e7f5c5 AP_Logger: fix clang-tidy warning about non correct check 3 years ago
Pierre Kancir 4add35355e AP_Logger: use nullptr 3 years ago
Peter Barker e95aedd748 AP_Logger: tidy construction of backends 3 years ago
Andrew Tridgell e8926f8518 AP_Logger: avoid all opens of log files in main thread 3 years ago
Buzz d4e2828540 AP_Logger: esp32 takes longer to init its SD card after boot. 3 years ago
Andrew Tridgell f148c3fc44 AP_Logger: fixed stuck logging with LOG_DISARMED=1 3 years ago
bugobliterator 7832f81a84 AP_Logger: change class name from SITL::SITL to SITL::SIM 4 years ago
Andrew Tridgell 662f7a0191 AP_Logger: added LOG_FILE_RATEMAX parameter 4 years ago
Andrew Tridgell 421faa0ada AP_Logger: fixed log creation on forced arm 4 years ago
Andrew Tridgell ece3cf5241 AP_Logging: update EKF while waiting for log open 4 years ago
Peter Barker 151fe6facf AP_Logger: rearrange PrepForArming stuff 4 years ago
Andrew Tridgell 806fdd9389 AP_Logger: moved log file open to logger thread 4 years ago
Andrew Tridgell 1279772d92 AP_Logger: disallow log creation in main thread when armed 4 years ago
Peter Barker b681dc940a AP_Logger: add support for AP_Logger into AP_Periph 4 years ago
Peter Barker 13dc5bee25 AP_Logger: fix memory leak when finding last log 4 years ago
Andrew Tridgell c886fd7025 AP_Logger: make log file erase async 4 years ago
Peter Barker f261045a2d AP_Logger: multiply IO thread timeout according to SITL speedup 4 years ago
Peter Barker 7d42f473fc AP_Logger: allow each backend to be compiled out 4 years ago
Peter Barker e8d24a1f68 AP_Logger: initialise logger instance variables in header 4 years ago
Peter Barker 80e8688888 AP_Logger: remove perf counters 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
Andy Piper 048deeb43e AP_Logger: check is_system_initialized() when determining liveness 4 years ago
Andrew Tridgell 6bf7f9e864 AP_Logger: use load_file() 4 years ago
Andrew Tridgell 71e4d72fe3 AP_Logger: removed 64k limitation on log buffer 4 years ago
Andrew Tridgell 2945de4796 AP_Logger: use WITH_SEMAPHORE in _WritePrioritisedBlock 4 years ago
Andrew Tridgell 09aff03edc AP_Logger: support new replay system 4 years ago
Andrew Tridgell 66596dcf25 AP_Logger: allow for retry of log open with LOG_DISARMED=1 4 years ago
Patrick José Pereira 258083a6f2 AP_Logger: AP_Logger_File: Set custom log directory in init 4 years ago
Andy Piper ccb583d092 AP_Logger: make block logger conform to mavlink expectations of numbering 4 years ago
Peter Barker 0c5d31f40f AP_Logger: ensure log directory exists before opening log 5 years ago
Peter Barker 66f8359c6b AP_Logger: factor out an ensure_log_directory_exists method 5 years ago
Iampete1 fee5b998bf AP_Logger: add min MB free param 5 years ago
Peter Barker 115751833b AP_Logger: process pending rotate on arming 5 years ago
Peter Barker ca4af94833 AP_Logger: prevent potential infinite recursion in log-open codepath 5 years ago
Peter Barker 7befe84f0c AP_Logger: create and use INTERNAL_ERROR macro so we get line numbers 5 years ago
Andrew Tridgell b5cc1f236a AP_Logger: use new DirHandle for directory listings 5 years ago
murata f6595a41ae AP_Logger: Change the type of a method 5 years ago
Andrew Tridgell 25f5069b58 AP_Logger: removed old NuttX hack 5 years ago
Andrew Tridgell 3ebc69320c AP_Logger: fixed LOG_FILE_DSRMROT with delayed log stop 5 years ago
Andrew Tridgell 3bf3ebb703 AP_Logger: try harder to use close to user buffer size 5 years ago
Andrew Tridgell d40835c666 AP_Logger: use AP::FS().set_mtime() 6 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
Andrew Tridgell 66dc36ef88 AP_Logger: ifdef out _need_rtc_update 6 years ago