aboutsummaryrefslogtreecommitdiff
path: root/src/modules/dataman/dataman.c
Commit message (Expand)AuthorAgeFilesLines
* dataman: Reduce stack to 1800, based on real usage of 800 bytesLorenz Meier2015-01-211-1/+1
* dataman: less verbose, fix code styleLorenz Meier2014-11-221-9/+5
* datman: reduce task priorityThomas Gubler2014-09-271-1/+1
* Merge branch 'master' into dataman_state_nav_rewriteAnton Babushkin2014-06-301-1/+2
|\
| * Fix compiler warningsDon Gagne2014-06-291-1/+2
* | dataman: rename SYSTEM_STATE section to MISSION_STATEAnton Babushkin2014-06-121-3/+3
* | dataman: allow writing empty items with nullptr pointer to dataAnton Babushkin2014-06-091-1/+3
* | Create system state entry in dataman - ATTN AntonJean Cyr2014-06-081-5/+45
|/
* Merge pull request #938 from jean-m-cyr/masterLorenz Meier2014-05-141-6/+23
|\
| * Free data manager work items the same way they were allocatedJean Cyr2014-05-131-4/+8
| * Reduce potential dataman memory fragmentationJean Cyr2014-05-131-3/+16
* | dataman: Fix doxygen, no functional changesLorenz Meier2014-05-151-11/+12
|/
* Proper data manager restart handlingJean Cyr2014-04-281-8/+25
* Reduce data manager SD card wear and tearJean Cyr2014-04-221-2/+17
* Coding styleJean Cyr2014-03-231-7/+13
* Remove uneccesary dependencies and update creditsJean Cyr2014-03-231-10/+4
* Optimize and update data manager docsJean Cyr2014-02-021-70/+108
* Waypoints/Navigator: Use two different dataman storage places, keep old waypo...Julian Oes2013-12-251-1/+2
* prevent dataman from blocking startup when no sd card is presentThomas Gubler2013-12-241-2/+4
* Datamanager: Rename mavlink/offboard keyJulian Oes2013-12-161-1/+1
* Dataman: Also reserve space for onboard missionsJulian Oes2013-12-161-0/+1
* Dataman: Some minor fixesJulian Oes2013-12-031-9/+7
* Add data manager module and fence support to navigatorJean Cyr2013-11-031-0/+739