ardupilot/libraries/DataFlash
Peter Barker fa7ba7ddbc 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-15 12:40:33 +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: add ability to log-disarmed 2018-08-01 11:28:52 +09:00
DataFlash_Backend.cpp DataFlash: Delete unused arguments. 2018-07-30 12:14:49 +09:00
DataFlash_Backend.h DataFlash: Delete unused arguments. 2018-07-30 12:14:49 +09:00
DataFlash_File.cpp DataFlash: force messagewriters to completion 2018-08-15 12:40:33 +10:00
DataFlash_File.h DataFlash: force messagewriters to completion 2018-08-15 12:40:33 +10:00
DataFlash_File_sd.cpp DataFlash: Delete unused arguments. 2018-07-30 12:14:49 +09:00
DataFlash_File_sd.h DataFlash: Delete unused arguments. 2018-07-30 12:14:49 +09:00
DataFlash_MAVLink.cpp DataFlash: Delete unused arguments. 2018-07-30 12:14:49 +09:00
DataFlash_MAVLink.h DataFlash: Delete unused arguments. 2018-07-30 12:14:49 +09: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: Fix allocating extra values for RC logging 2018-08-09 11:53:05 +10:00
LogStructure.h DataFlash: Fix GPS units 2018-06-18 13:34:16 +01:00