26 Commits (0a2f2619de354285bae488b5102c1f4e4c663f65)

Author SHA1 Message Date
Andrew Tridgell 3262022195 DataFlash: print FMT messages for wrapped logs 11 years ago
Andrew Tridgell 1fb636d57f DataFlash: added APM time and GPS velz to logged GPS messages 11 years ago
Andrew Tridgell 5e915fbde3 DataFlash: added timestamp to IMU and VelZ to GPS logging 11 years ago
Andrew Tridgell 4e82a8e1d4 DataFlash: use const ins reference 11 years ago
Andrew Tridgell d7a9888e26 DataFlash: updates for new GPS API 11 years ago
Andrew Tridgell 99a8ba4634 DataFlash: fixed display of last page of flash logs 12 years ago
Andrew Tridgell 89f121ea77 DataFlash: wait for blocks to finish writing to flash on log read 12 years ago
Andrew Tridgell 7de47931a8 DataFlash: use %f not %.6f 12 years ago
Randy Mackay 4b18c670e3 DataFlash: explicitly print floats to 6 dec places 12 years ago
Andrew Tridgell 469736e6bc DataFlash: changes for GPS field changes 12 years ago
Andrew Tridgell 411e940342 DataFlash: prevent the dataflash erase problem 12 years ago
Andrew Tridgell 0242d50ad4 DataFlash: added Log_Write_Message() 12 years ago
Andrew Tridgell 709a277c7f DataFlash: chamged FMT message to include labels 12 years ago
Andrew Tridgell 844e1b9ef9 DataFlash: added support for printing flight mode as a string 12 years ago
Andrew Tridgell 62f190ed15 DataFlash: simplify code now that copter is converted 12 years ago
Andrew Tridgell cf0c8331c2 DataFlash: use print_latlon() 12 years ago
Andrew Tridgell c29d870497 DataFlash: dump the format of logs at the start of the log 12 years ago
Andrew Tridgell 916e8d0992 DataFlash: new dataflash logging system 12 years ago
Andrew Tridgell da5a5ea368 DataFlash: added file based 'dataflash' logging 12 years ago
Andrew Tridgell a7541e9ad3 DataFlash: report log number when starting a new log 12 years ago
Andrew Tridgell 7b524d15fa DataFlash: added log_num to dump interface 12 years ago
Andrew Tridgell c52ef80f06 DataFlash: added Block layer in classes 12 years ago
Andrew Tridgell 0ffcffa81c DataFlash: fixed signed/unsigned errors in API 12 years ago
Andrew Tridgell 9b551f162c DataFlash: make the public interface much narrower 12 years ago
Andrew Tridgell 20825cc903 DataFlash: removed the byte and word based interfaces 12 years ago
Andrew Tridgell c6b006cf5f DataFlash: move log reading logic into common library 12 years ago
Andrew Tridgell 28a0ba6c4a DataFlash: added block based dataflash writes 12 years ago
Pat Hickey 7b9b088261 DataFlash: AP_HAL port fixups 12 years ago
Pat Hickey 8ffec83b73 DataFlash: fixes to lib include and make the test smaller 12 years ago
uncrustify 2e97fd3e9f uncrustify libraries/DataFlash/DataFlash.cpp 13 years ago
rmackay9 2b24e422de DataFlash: revert delay callbacks to use "unsigned long" 13 years ago
rmackay9 20cb2e56a0 DataFlash: change "unsigned long" to "uint32_t" in callback functions 13 years ago
rmackay9 94552b57a7 DataFlash: replaced "int" with "int16_t" 13 years ago
Andrew Tridgell e171720608 DataFlash: fixed SITL build 13 years ago
Jason Short 3ca57ac105 DataFlash : Removed Chip Erase - relying on Block erase only 13 years ago
Craig Elder 6d3fdfc03a DataFlash: The current method for checking if chip erase worked is producing false positives. We are forcing the block erase until we have a deterministic test method. 13 years ago
Andrew Tridgell dd24330645 DataFlash: fallback to BlockErase if ChipErase fails 13 years ago
Andrew Tridgell fc73fd6531 DataFlash: use ChipErase() instead of PageErase() on all pages 13 years ago
Andrew Tridgell 5e4f66e525 DataFlash: moved high level logging logic to library 13 years ago
Andrew Tridgell 637d4675e1 added in DataFlash.cpp 13 years ago
Pat Hickey 82e7551c90 purple: rework DataFlash to separate purple and APM1 hardware support 13 years ago
Doug Weibel f752c4b799 Change to logging file system. 13 years ago
Andrew Tridgell cfe058c5d5 DataFlash: use CPU independent data types 13 years ago
tridge60@gmail.com 6075b7ce73 dataflash: fixed some compiler warnings 14 years ago
rmackay9@yahoo.com 09256e12da DataFlash library - changed to use standard arduino SPI library 14 years ago
rmackay9@yahoo.com 0f920d12ce DataFlash - backed out recent changes to make it use SPI while I figure out the cause of some people's compile errors 14 years ago
rmackay9@yahoo.com 0462774345 DataFlash - modified to use Arduino SPI interface instead of directly using registers. Also moved "dataflash_CS_inactive" calls to end of functions instead of beginning so that it doesn't monopolize the SPI bus. 14 years ago
mich146@hotmail.com a107587af6 update dataflash for 528 and 512 byte pages 14 years ago
deweibel@gmail.com b3c9bf270f Add FinishWrite method to the DataFlash class to support using an index system. 14 years ago
rmackay9@yahoo.com a257c51a09 Some changes to fix compile errors when using ATmega2560. 14 years ago