ardupilot/libraries/DataFlash
Grant Morphett 7d1bf75aa8 DataFlash: Moving parameter logging to be after all systems have started
Moved Log_Write_Parameters to be public so we can call it from the
vehcile code at the end of the startup sequence.
We needed to do this because parameters like COMPASS_EXTERNAL are
modified by the startup code and if we log the parameters too early we
will be recording the wrong value.
2015-06-01 20:22:43 +09:00
..
examples/DataFlash_test DataFlash: convert example from .pde to .cpp 2015-06-01 17:07:07 +10:00
DataFlash.h DataFlash: Moving parameter logging to be after all systems have started 2015-06-01 20:22:43 +09:00
DataFlash_APM1.cpp DataFlash: fix for HAL_GPIO_* 2014-06-02 10:42:36 +10:00
DataFlash_APM1.h DataFlash: added structures to Init() of dataflash 2013-12-17 11:51:36 +11:00
DataFlash_APM2.cpp DataFlash: Delete unused BufferRead function 2014-08-11 09:24:42 +10:00
DataFlash_APM2.h DataFlash: Delete unused BufferRead function 2014-08-11 09:24:42 +10:00
DataFlash_Block.cpp DataFlash: added error checking and fixed a warning 2015-05-30 22:16:22 +10:00
DataFlash_Block.h DataFlash: added error checking and fixed a warning 2015-05-30 22:16:22 +10:00
DataFlash_Empty.cpp DataFlash: removed more unusued BufferRead functions 2014-08-11 09:39:02 +10:00
DataFlash_Empty.h DataFlash: removed more unusued BufferRead functions 2014-08-11 09:39:02 +10:00
DataFlash_File.cpp DataFlash: added error checking and fixed a warning 2015-05-30 22:16:22 +10:00
DataFlash_File.h DataFlash: added error checking and fixed a warning 2015-05-30 22:16:22 +10:00
DataFlash_SITL.cpp DataFlash: fixed some build warnings 2015-05-05 09:45:58 +10:00
DataFlash_SITL.h DataFlash: fix for HAL_SITL rename 2015-05-05 09:45:56 +10:00
LogFile.cpp DataFlash: Moving parameter logging to be after all systems have started 2015-06-01 20:22:43 +09:00