ardupilot/libraries/AP_Param
Andrew Tridgell 4d662a913a AP_Param: use background parameter save
this moves both the storage scan and the save code out of the main
thread and into the IO thread. It means that if we have more than 30
parameters saves in very rapid succession while armed that we can lose
parameter changes, but that is extremely unlikely.

This fixes an issue where parameter saves in flight can cause
considerable scheduling problems, sometimes several milliseconds
2018-08-16 12:40:10 +10:00
..
tools AP_Param: fixed build of eedump_apparam 2015-06-03 11:46:00 +10:00
AP_Param.cpp AP_Param: use background parameter save 2018-08-16 12:40:10 +10:00
AP_Param.h AP_Param: use background parameter save 2018-08-16 12:40:10 +10:00