aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Linux: added read and write function overrides for i2cMark Charlebois2015-04-202-2/+25
* Linux: Fixed argc check in sensors_mainMark Charlebois2015-04-201-2/+3
* Linux: removed debug output from shellMark Charlebois2015-04-201-8/+1
* Linux: I2C implementation with simulator stubMark Charlebois2015-04-202-43/+38
* Linux: removed documentation of parameterMark Charlebois2015-04-201-1/+0
* Linux: changed CDev to VDev for virtual device implementationMark Charlebois2015-04-2011-113/+95
* Fixed std::isfinite vs isfinite differencesMark Charlebois2015-04-209-39/+39
* Enable estimators in configLorenz Meier2015-04-201-1/+2
* att + pos EKF: Enable execution on LinuxLorenz Meier2015-04-202-64/+50
* att EKF: Enable execution on LinuxLorenz Meier2015-04-202-10/+19
* Ported mc_att_controlLorenz Meier2015-04-201-15/+23
* Linux: changed to use submodule version of eigen vs system versionMark Charlebois2015-04-201-1/+1
* Linux: Changed non-fatal px4_errx to warnxMark Charlebois2015-04-201-3/+6
* Linux: dont check stacksize in sdlog2Mark Charlebois2015-04-201-0/+2
* Linux: default to clang buildMark Charlebois2015-04-201-12/+21
* Linux: align pointers on 64bitMark Charlebois2015-04-201-1/+1
* Fixed gcc 4.8 warningsMark Charlebois2015-04-203-24/+4
* Linux: Added work queue support and unit testMark Charlebois2015-04-2014-12/+434
* MuORB: handle case on no args passedMark Charlebois2015-04-201-1/+11
* Support to specify build time OS targetMark Charlebois2015-04-203-4/+16
* Linux: Added preliminary work queue supportMark Charlebois2015-04-209-127/+93
* Linux: Added wqueue files from NuttXMark Charlebois2015-04-204-0/+659
* Linux: I2C virtual deviceMark Charlebois2015-04-202-2/+30
* Linux: removed separate path for dataman file for LinuxMark Charlebois2015-04-201-4/+0
* Linux: commented out testsMark Charlebois2015-04-201-3/+7
* Linux: added missing -pthread flagMark Charlebois2015-04-201-1/+1
* Linux: Added linker script support for param and added mc_att_controlMark Charlebois2015-04-208-13/+109
* Linux: changed param to nit use errx or exitMark Charlebois2015-04-202-61/+71
* Linux: modified shell to not show _main suffixMark Charlebois2015-04-202-7/+15
* fix for segv if topic has not been publishedMark Charlebois2015-04-201-2/+4
* Linux: Handle nullptr passed to I2C constructorMark Charlebois2015-04-201-1/+4
* Linux: in printf cast uint64_t to unsigned long longMark Charlebois2015-04-202-5/+5
* Linux: fixes for compilation with gcc-4.8 on IFC6410Mark Charlebois2015-04-201-2/+2
* Linus: print format fixes to build with clang on IFC6410Mark Charlebois2015-04-204-8/+8
* Linux: added support for sdlog2Mark Charlebois2015-04-208-28/+45
* Linux: I2C opens /dev/i2c-xMark Charlebois2015-04-202-2/+12
* Linux: Add support for blinkm to test I2C layeringMark Charlebois2015-04-206-2/+1035
* Linux: added I2C classMark Charlebois2015-04-204-114/+76
* Linux: fix for undefined BO in mavlink_main_linux.cppMark Charlebois2015-04-202-2/+1
* Linux - revert to preferentially use clang over gccMark Charlebois2015-04-201-1/+0
* Linux: min gcc version is 4.8.1Mark Charlebois2015-04-201-2/+2
* Linux: Added config and stubs to compile I2C device for LinuxMark Charlebois2015-04-209-503/+321
* Linux: run threads without SCHED_FIFO if not privilegedMark Charlebois2015-04-201-1/+6
* Linux: replaced getopt in ms5611_linux.cppMark Charlebois2015-04-201-55/+114
* Linux: added HRT test, moved tests to linux/testsMark Charlebois2015-04-2026-23/+1923
* Linux: Minor fixes of error caught by gcc-4.9.1Mark Charlebois2015-04-205-9/+13
* Linux: Added support for gcc-4.9.1Mark Charlebois2015-04-202-3/+5
* Support for building more modules with LinuxMark Charlebois2015-04-2053-353/+8454
* Linux: added queue files for dataman supportMark Charlebois2015-04-205-3/+155
* Nuttx: fixed missing changes from AppMgr to AppStateMark Charlebois2015-04-209-22/+38