ardupilot/libraries/DataFlash
Peter Barker 50a53ae28a DataFlash: force messagewriters to completion
Setting a dataflash-file buffer size of less than or equal to 2kiB would
cause the startup-messagewriter to never push any messages other than
FMT out to the logs.

This is a combination of the return values of
critical_message_reserved_space and
non_messagewriter_message_reserved_space

This patch forces the startup messages out to the logs by ignoring the
space constraints every 100ms
2018-08-16 17:41:47 +10:00
..
examples DataFlash: write CHIBIOS_GIT_VERSION to opened log file 2018-06-18 19:10:37 +01:00
DFMessageWriter.cpp DataFlash: write CHIBIOS_GIT_VERSION to opened log file 2018-06-18 19:10:37 +01:00
DFMessageWriter.h DataFlash: write CHIBIOS_GIT_VERSION to opened log file 2018-06-18 19:10:37 +01:00
DataFlash.cpp DataFlash: allow HAL to specify dataflash buffer sizes 2018-06-25 17:43:20 +10:00
DataFlash.h DataFlash: use compass singleton for logging 2018-07-04 20:11:27 +01:00
DataFlash_Backend.cpp DataFlash: write CHIBIOS_GIT_VERSION to opened log file 2018-06-18 19:10:37 +01:00
DataFlash_Backend.h DataFlash: remove unused ReadBlock method 2018-07-02 09:00:51 +10:00
DataFlash_File.cpp DataFlash: force messagewriters to completion 2018-08-16 17:41:47 +10:00
DataFlash_File.h DataFlash: force messagewriters to completion 2018-08-16 17:41:47 +10:00
DataFlash_File_sd.cpp DataFlash: remove unused ReadBlock method 2018-07-02 09:00:51 +10:00
DataFlash_File_sd.h DataFlash: remove unused ReadBlock method 2018-07-02 09:00:51 +10:00
DataFlash_MAVLink.cpp DataFlash: Remove redundant state from MAVLink backend 2018-05-08 11:48:09 +10:00
DataFlash_MAVLink.h DataFlash: remove unused ReadBlock method 2018-07-02 09:00:51 +10:00
DataFlash_MAVLinkLogTransfer.cpp DataFlash: move log-transfer state variables into enumerated variable 2018-07-02 10:46:52 +10:00
DataFlash_Revo.cpp DataFlash: fix HAL_F4light compilation errors 2018-04-30 08:32:58 +10:00
DataFlash_Revo.h DataFlash: fix HAL_F4light compilation errors 2018-04-30 08:32:58 +10:00
LogFile.cpp DataFlash: use compass singleton for logging 2018-07-04 20:11:27 +01:00
LogStructure.h DataFlash: Fix GPS units 2018-06-18 13:34:16 +01:00