aboutsummaryrefslogtreecommitdiff
path: root/src/modules/sdlog2
Commit message (Expand)AuthorAgeFilesLines
* Merged master into nuttx_bringupLorenz Meier2015-01-053-54/+137
|\
| * 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
| * sdlog2: Adjust frame size warning limit, cross-checked stack size of appLorenz Meier2015-01-021-2/+2
| * sdlog2: Adjust frame sizeLorenz Meier2015-01-021-1/+1
| * Add logging for 2nd baroLorenz Meier2015-01-022-1/+23
| * sdlog2: Fix flow messageLorenz Meier2014-12-291-1/+1
| * Fixed FLOW sdlog2 format.James Goppert2014-12-281-1/+1
* | Merged master into nuttx_bringup / nuttx_noappconfigLorenz Meier2014-12-282-1/+6
|\|
| * Replace use of -Wno-error and only ignore specific warningsDaniel Agar2014-12-231-1/+2
| * turn on -Werror and fix resulting errorsDaniel Agar2014-12-222-1/+5
* | Added some common macros to support runtime and compile time defensiveDavid Sidrane2014-12-241-0/+6
|/
* renamed FWC to ATC1tumbili2014-12-032-19/+11
* log secondary attitude and fixed wing controls for VTOLRoman Bapst2014-12-022-1/+37
* Merged PX4Flow driver changesLorenz Meier2014-11-263-1/+35
|\
| * Added performance counter for SD log performance of write() callLorenz Meier2014-11-231-0/+7
| * SDLOG2: Optimize for sizeLorenz Meier2014-11-151-0/+2
| * Shortened encoder logging names.James Goppert2014-11-022-14/+14
| * Encoder logging support.James Goppert2014-11-022-1/+26
* | replaced optical_flow mavlink message with optical_flow_rad, added gyro_tempe...dominiho2014-10-302-11/+20
|/
* 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
* ESC status - supporting negative RPMPavel Kirienko2014-10-151-2/+2
* Update ORB topic 'esc_status'Pavel Kirienko2014-10-131-7/+7
* add logging for gpos terrain altThomas Gubler2014-09-012-2/+8
* 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-252-10/+19
* sdlog2: added vision estimate loggingNuno Marques2014-08-251-8/+17
* sdlog2: add vision log structNuno Marques2014-08-251-0/+11
* Remove airspeed and altitude raw data from TECS log, as we have these quantit...Lorenz Meier2014-08-032-7/+3
* 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-172-1/+3
|/
* sdlog2: Add support for up to three IMU sensorsLorenz Meier2014-07-152-3/+73