aboutsummaryrefslogtreecommitdiff
path: root/src/modules/dataman
Commit message (Collapse)AuthorAgeFilesLines
* Coding styleJean Cyr2014-03-231-7/+13
| | | | astyle according to http://pixhawk.org/dev/code_style
* Remove uneccesary dependencies and update creditsJean Cyr2014-03-232-12/+4
|
* Optimize and update data manager docsJean Cyr2014-02-021-70/+108
| | | | | | | Move repeated code to common function Update missing and misleading comments Fix data manager test compile errors No functional changes
* Waypoints/Navigator: Use two different dataman storage places, keep old ↵Julian Oes2013-12-252-3/+6
| | | | waypoints until all new ones are written
* prevent dataman from blocking startup when no sd card is presentThomas Gubler2013-12-241-2/+4
|
* Datamanager: Rename mavlink/offboard keyJulian Oes2013-12-162-3/+3
|
* Dataman: Also reserve space for onboard missionsJulian Oes2013-12-162-2/+5
|
* Dataman: Some minor fixesJulian Oes2013-12-032-12/+9
|
* Add data manager module and fence support to navigatorJean Cyr2013-11-033-0/+897
- Add function to geo.c to determine if global position is inside fence - Add navigator support/commands for maintaining fence coords. - Add data manager module to support persistence fence storage. Can store other data, but only used for fence at this time. - Add unit tests for data manager