aboutsummaryrefslogtreecommitdiff
path: root/src/modules/sdlog2/sdlog2.c
Commit message (Expand)AuthorAgeFilesLines
* Support topic groups in sdlog2Lorenz Meier2015-01-291-2/+2
* removed secondary attitude and log quaternionRoman Bapst2015-01-201-12/+4
* log total airspeed for vtoltumbili2015-01-181-0/+12
* sdlog2: Removed vehicle_land_detected topic from loggingJohan Jansen2015-01-151-10/+0
* sdlog2: Added land detector log message (removed from local pos)Johan Jansen2015-01-151-1/+11
* sdlog2: Made sdlog writer performance available in log fiiles, reduced teleme...Lorenz Meier2015-01-111-11/+12
* Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2015-01-041-27/+75
|\
| * sdlog2: check every 20MiB if we're running out of space, moved the threshold ...Ban Siesta2015-01-041-2/+7
| * Revert "sdlog2: slow down the free space check a bit more"Ban Siesta2015-01-041-5/+2
| * sdlog2: Output cleanupLorenz Meier2015-01-041-3/+1
| * Merge branch 'master' into sd_fullLorenz Meier2015-01-041-18/+31
| |\
| * | Moved text feedback to new APILorenz Meier2015-01-041-32/+25
| * | mavlink log: Macro added to log to mavlink and console in one goLorenz Meier2015-01-041-2/+1
| * | sdlog2: adapt thresholdBan Siesta2015-01-041-3/+3
| * | sdlog2: some commentsBan Siesta2015-01-041-0/+2
| * | sdlog2: slow down the free space check a bit moreBan Siesta2015-01-041-2/+5
| * | sdlog2: concatenate path stringsBan Siesta2015-01-041-2/+3
| * | sdlog2: checks and warnings to make sure there is space left on the SD cardBan Siesta2015-01-041-0/+50
* | | sdlog2: Use .px4log as file format. Fixes #1243Lorenz Meier2015-01-041-7/+7
| |/ |/|
* | sdlog2: Use correct structLorenz Meier2015-01-041-3/+4
* | SDLOG2: Use RTC, not GPS time for file namingLorenz Meier2015-01-041-18/+30
|/
* renaming of gps time to UTC timeBan Siesta2015-01-041-3/+3
* Add logging for 2nd baroLorenz Meier2015-01-021-0/+18
* turn on -Werror and fix resulting errorsDaniel Agar2014-12-221-1/+3
* renamed FWC to ATC1tumbili2014-12-031-8/+8
* log secondary attitude and fixed wing controls for VTOLRoman Bapst2014-12-021-0/+25
* Merged PX4Flow driver changesLorenz Meier2014-11-261-1/+22
|\
| * Added performance counter for SD log performance of write() callLorenz Meier2014-11-231-0/+7
| * Shortened encoder logging names.James Goppert2014-11-021-7/+7
| * Encoder logging support.James Goppert2014-11-021-1/+15
* | replaced optical_flow mavlink message with optical_flow_rad, added gyro_tempe...dominiho2014-10-301-5/+8
|/
* Made some space for FDs - needs proper fix, but will give hackers some reliefLorenz Meier2014-10-241-4/+19
* Reset performance counters on arming to allow better resolution during flightLorenz Meier2014-10-171-0/+3
* add logging for gpos terrain altThomas Gubler2014-09-011-1/+6
* sdlog2: minor improvementsNuno Marques2014-08-251-3/+3
* sdlog2: minor correctionsNuno Marques2014-08-251-8/+8
* sdlog2: added BOTTOM_DISTANCE againNuno Marques2014-08-251-1/+8
* sdlog2: update vision log fieldsNuno Marques2014-08-251-6/+11
* sdlog2: added vision estimate loggingNuno Marques2014-08-251-8/+17
* Remove airspeed and altitude raw data from TECS log, as we have these quantit...Lorenz Meier2014-08-031-4/+2
* Merge pull request #1199 from PX4/navlogfixLorenz Meier2014-07-181-11/+14
|\
| * Log nav modeLorenz Meier2014-07-171-11/+14
* | mtecs: add altitude prefilteringThomas Gubler2014-07-171-0/+1
|/
* sdlog2: Add support for up to three IMU sensorsLorenz Meier2014-07-151-0/+66
* telemetry_statur: use 4 separate topicsAnton Babushkin2014-07-061-13/+18
* Merged master to gnss_reworkLorenz Meier2014-07-021-3/+3
|\
| * Fix sdlog2 GPS time copy for log_on_start situationLorenz Meier2014-07-021-1/+1
| * Merge pull request #984 from PX4/rc_channelsLorenz Meier2014-06-301-2/+2
| |\
| | * rc_channels topic cleanupAnton Babushkin2014-05-201-2/+2
* | | Merged upstream master into gnss_rework branchKynos2014-06-301-14/+64
|\| |