122 Commits (787493277e04839d4f9605c9a263e39d015117f9)

Author SHA1 Message Date
Peter Barker 493f958eb2 DataFlash: remove unused ReadBlock method 7 years ago
Andrew Tridgell 1283b92cb7 DataFlash: fix for new AP_RTC API 7 years ago
Andrew Tridgell 777b4c8cfe DataFlash: avoid stat of current log file 7 years ago
Michael du Breuil c4a66349ef DataFlash: Remove suspend timer calls, restirct flush() to replay 7 years ago
Francisco Ferreira 221ba177c5 DataFlash: remove Qualcomm board support 7 years ago
Michael du Breuil 7e4972a061 DataFlash: Fix a false reporting of dead IO thread when millis() wraps 7 years ago
Michael du Breuil 703c7fb4b7 DataFlash: Remove unneeded inits and newlines 7 years ago
Lucas De Marchi 904888fba7 DataFlash: Linux boards never use /fs 7 years ago
Peter Barker 8027883734 DataFlash: remove vestiges of CLI functions 7 years ago
LukeMike 3dcaf83eaa VRBRAIN / DataFlash: some update for new VR Brain 5.2E (EEPROM version) 7 years ago
LukeMike bf6e57e7a4 VRBRAIN / DataFlash: added writebuf_chunk for VR Brain 5.4 7 years ago
Andrew Tridgell 38a36a070f DataFlash: removed some special cases for ChibiOS 7 years ago
Andrew Tridgell 43a6ed4099 DataFlash: support ChibiOS FATFS implementation 7 years ago
Peter Barker 3af5be76aa DataFlash: protect write fd with semaphore 7 years ago
Peter Barker 4263c1a90c DataFlash: file not being initialised means logging is failed 8 years ago
Peter Barker 9783c0c3ba DataFlash: log dataflash-file statistics periodically 8 years ago
Peter Barker 776d88bb6b DataFlash: remove duplicate variables 8 years ago
Peter Barker 975d2fd0d1 DataFlash: add debug for io thread failure 8 years ago
Peter Barker 0769432e63 DataFlash: move log-write-started logic to be backend-specific 8 years ago
Peter Barker 1f0a14ab33 DataFlash: add PrepForArming method 8 years ago
Francisco Ferreira a1115ba5d0
DataFlash: move some code from WritesOK into a new ShouldLog method 8 years ago
Peter Barker b572c13ca9 DataFlash: move starting of new logs into DataFlash 8 years ago
Peter Barker 4234f4ef7a DataFlash: move _initialised into DataFlash_Backend 8 years ago
Peter Barker f6a09d0657 DataFlash: eliminate GCS_MAVLINK::send_statustext_all 8 years ago
Peter Barker 001d3a7118 DataFlash: correct consts on CardInserted 8 years ago
Peter Barker 91b62abfe5 DataFlash: simplify dataflash initialisation 8 years ago
Peter Barker 0be2e7962f DataFlash: create a WritesOK method for WritePrioritisedBlock 8 years ago
Peter Barker 9324d8e251 Dataflash: emit io thread warnings much less frequently 8 years ago
Peter Barker 057819ccef DataFlash: zero-pad the number in the log filename 8 years ago
Peter Barker 58d74230d5 DataFlash: correct error detection for asprintf 8 years ago
murata 1b2ea27a68 DataFlash: Unify from print or println to printf. 8 years ago
Peter Barker bc45ab5409 DataFlash: add a heartbeat for the io thread in DataFlash_File 8 years ago
Peter Barker e11c276b35 DataFlash_File: stop trying to stuff a uint64_t into a uint32_t 8 years ago
Peter Barker 2c8a0a9123 DataFlash: rotate files when vehicle is disarmed 8 years ago
Lucas De Marchi c9eff28c44 DataFlash: add O_CLOEXEC in places missing it 8 years ago
murata c808ee2f49 Global: To nullptr from NULL. 8 years ago
Murilo Belluzzo a91da2e803 DataFlash: Change ::bufferspace_available return type 8 years ago
Murilo Belluzzo c112e1c889 DataFlash: Make use of ByteBuffer class 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Peter Barker a10cde35f5 DataFlash: stop logging before filling SD card on PX4 8 years ago
Peter Barker 8f376944aa DataFlash: immediately restart logging after erasing logs 9 years ago
Peter Barker fce798bc7a DataFlash: avoid integer underflow 9 years ago
Peter Barker fd87a4f180 DataFlash: fix unused result warning 9 years ago
Peter Barker 8d253dec8e DataFlash: support for mavlink SENSOR message 9 years ago
Lucas De Marchi efb6b4c57e DataFlash: ifdef both __APPLE__ and __MACH__ 9 years ago
Peter Barker 334af1ecd7 DataFlash: base class method for resetting state on log open 9 years ago
Peter Barker eea2d5dcb5 DataFlash_File: avoid integer wrap when checking minimum time 9 years ago
Andrew Tridgell fe8070bd51 DataFlash: move lock to protect just buffer IO 9 years ago
Andrew Tridgell b967140572 DataFlash: enable minimal file mode 9 years ago
Peter Barker 2f1297f30c DataFlash_File: Check return values of lseek 9 years ago