ardupilot/libraries/DataFlash
Peter Barker b36f1c558d DataFlash: use const char * rather than fixed array lengths in LogStructure
Previously tridge found that using const char * here meant that the
data segment (and thus RAM usage) would increase.

This doesn't seem to be a problem now.
2018-05-23 17:35:17 +10:00
..
examples DataFlash: remove vestiges of CLI functions 2018-04-10 10:27:08 +09:00
DataFlash_Backend.cpp DataFlash: use const char * rather than fixed array lengths in LogStructure 2018-05-23 17:35:17 +10:00
DataFlash_Backend.h DataFlash: remove vestiges of CLI functions 2018-04-10 10:27:08 +09:00
DataFlash_File_sd.cpp HAL_F4Light: abort logging in case of filesystem errors 2018-05-16 18:55:29 +10:00
DataFlash_File_sd.h DataFlash: remove vestiges of CLI functions 2018-04-10 10:27:08 +09:00
DataFlash_File.cpp DataFlash: remove Qualcomm board support 2018-05-17 09:57:20 +10:00
DataFlash_File.h DataFlash: remove Qualcomm board support 2018-05-17 09:57:20 +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 redundant state from MAVLink backend 2018-05-08 11:48:09 +10:00
DataFlash_MAVLinkLogTransfer.cpp DataFlash: handle log sending as part of periodic function 2018-03-26 09:22:47 +09: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
DataFlash.cpp DataFlash: use const char * rather than fixed array lengths in LogStructure 2018-05-23 17:35:17 +10:00
DataFlash.h DataFlash: parameterise dataflash-over-mavlink cachesize 2018-05-08 09:36:01 +10:00
DFMessageWriter.cpp DataFlash: add missing FALLTHROUGH declarations 2018-01-11 13:23:06 +09:00
DFMessageWriter.h DataFlash: support for units on fields 2017-11-23 10:40:30 +11:00
LogFile.cpp DataFlash: Remove unused variable 2018-05-11 10:47:11 +10:00
LogStructure.h DataFlash: use const char * rather than fixed array lengths in LogStructure 2018-05-23 17:35:17 +10:00