36 Commits (cb830dcc115f5ae6dd867baab9f4b46c219becf7)

Author SHA1 Message Date
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
Andrew Tridgell 4418495c99 AP_Logger: use UNUSED_RESULT 6 years ago
Andrew Tridgell 8e58cb993d AP_Logger: fix timestamp on log files opened before GPS lock 6 years ago
Peter Barker 3d91547039 AP_Logger: add missing include for AP_RTC 6 years ago
Andrew Tridgell 91f80613dd AP_Logger: removed internal error for logging without sem 6 years ago
Andrew Tridgell 6fa69c2297 AP_Logger: rename to EXPECT_DELAY_MS() 6 years ago
Andrew Tridgell 4cdfe6bac3 AP_Logger: use EXPECT_DELAY() macro 6 years ago
Andrew Tridgell 0b20d972cd AP_Logger: prevent log erase from triggering watchdog 6 years ago
Andrew Tridgell 24c5bf42ae AP_Logger: force logging on an armed watchdog reset 6 years ago
Andrew Tridgell 215c41dbb1 AP_Logger: handle long delays in opening log files 6 years ago
Tom Pittenger 027f9afcf8 AP_logger: rename dataflash to logger and refactor the filename logger.bin 6 years ago
Peter Barker ee690e7ab9 AP_Logger: use AP_InternalError for tracking internal errors 6 years ago
Andrew Tridgell 5b762711fd AP_Logger: handle EEXIST for log dir create 6 years ago
Andrew Tridgell e3c9f10e91 AP_Logger: revived block based logging 6 years ago
Peter Barker 78be3880ee AP_Logger: remove VRBRAIN-HAL-specific code 6 years ago
Peter Barker 6fc76a32af GLOBAL: use AP::logger() and strip redundant Log_ from methods 6 years ago
Peter Barker b47733142f GLOBAL: rename DataFlash_Class to AP_Logger 6 years ago
Peter Barker 6a59dd04a7 DataFlash: rename to AP_Logger 6 years ago
Peter Barker 6c14924de3 DataFlash: remove NuttX/VRBrain hack for mixed-case filenames 6 years ago
Andrew Tridgell fa4f497dab DataFlash: allow logging startup after boot 6 years ago
Peter Barker 3803684c4e DataFlash: add sanity checks around EraseAll 6 years ago
Andrew Tridgell 1d6b58f9ca DataFlash: use WITH_SEMAPHORE() 6 years ago
Peter Barker fa7ba7ddbc DataFlash: force messagewriters to completion 7 years ago
Andrew Tridgell 8b4b38bcb2 DataFlash: removed "no io thread heartbeat" msg 7 years ago
murata 396517fe58 DataFlash: Delete unused arguments. 7 years ago
Peter Barker 493f958eb2 DataFlash: remove unused ReadBlock method 7 years ago
Andrew Tridgell 1283b92cb7 DataFlash: fix for new AP_RTC API 7 years ago
Andrew Tridgell 777b4c8cfe DataFlash: avoid stat of current log file 7 years ago
Michael du Breuil c4a66349ef DataFlash: Remove suspend timer calls, restirct flush() to replay 7 years ago
Francisco Ferreira 221ba177c5 DataFlash: remove Qualcomm board support 7 years ago
Michael du Breuil 7e4972a061 DataFlash: Fix a false reporting of dead IO thread when millis() wraps 7 years ago
Michael du Breuil 703c7fb4b7 DataFlash: Remove unneeded inits and newlines 7 years ago