52 Commits (848420648e93e321f4c633ea54ef6afee3c8eb99)

Author SHA1 Message Date
Ricardo de Almeida Gonzaga dc7acdf03f DataFlash: Fix typos 9 years ago
Andrew Tridgell 202eb3af35 DataFlash: added imu_mask to Log_Write_IMUDT 9 years ago
Andrew Tridgell 8ca6ed54c5 DataFlash: added LOG_REPLAY and LOG_DISARMED parameters 9 years ago
Andrew Tridgell 46f257fd9b DataFlash: convert Log_Write() to use a linked list 9 years ago
Andrew Tridgell 9a1cbff850 DataFlash: allow access to DataFlash instance as a static singleton 9 years ago
Peter Barker 518fabe035 DataFlash: StopLogging method, virtual stop_logging on backends 9 years ago
Peter Barker 77dd170e03 DataFlash: Log_Write support 9 years ago
Andrew Tridgell c765979f9a DataFlash: expose the number of lost log messages 9 years ago
Jonathan Challinger a0e291bf89 DataFlash: add reason to MODE 9 years ago
Peter Barker ff8008d81a DataFlash: remove unused callbacks, unimplemented functions 9 years ago
Peter Barker 7900359fac DataFlash: LOG_FILE_BUFSIZE sets buffer size for DataFlash_File 9 years ago
Tom Pittenger c118130dda DataFlash: fixed mispelling 9 years ago
Peter Barker 0ca07e5245 DataFlash: DataFlash-over-MAVLink support 9 years ago
Peter Barker faabe0b83d DataFlash: support multiple simultaneous backends 9 years ago
Lucas De Marchi c74b1a660d DataFlash: remove DATAFLASH_NO_CLI 9 years ago
Peter Barker e481497574 DataFlash: delete oldest file rather than the lowest-numbered file 9 years ago
Peter Barker 60010e794e DataFlash: ensure 10% free space when initialising logging 10 years ago
Peter Barker 8f8493225c DataFlash: DFMessageWriter; ability to trickle messages out to DF 10 years ago
Gustavo Jose de Sousa 709204c01d DataFlash: standardize inclusion of libaries headers 10 years ago
Peter Barker c5c39a77a3 DataFlash: method to flush ringbuffer to fd 10 years ago
Peter Barker 723c37bcf7 DataFlash: backend/frontend split 10 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