aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Assorted hacks to at least compile on Mac OS, does not link yetosxLorenz Meier2015-04-2111-22/+69
* Linux to posix conversionMark Charlebois2015-04-21109-107/+106
* Linux: Fix unit testsLorenz Meier2015-04-211-0/+2
* Linux: Ignore generated messagesLorenz Meier2015-04-211-0/+1
* Make nuttx the default PX4_TARGET_OSMark Charlebois2015-04-202-1/+3
* Made nuttx the default PX4_TARGET_OSMark Charlebois2015-04-201-3/+4
* Nuttx: fixups after rebase on LinuxMark Charlebois2015-04-205-11/+43
* Linux: minor fixups for rebase to masterMark Charlebois2015-04-202-2/+2
* Linux: Update mavlink files to track nuttx upstreamMark Charlebois2015-04-202-18/+17
* Removed check for isfinite as no longer neededMark Charlebois2015-04-201-4/+0
* Fixed parenthesis bugMark Charlebois2015-04-201-2/+2
* Silence use of gnu extension gnu-array-member-paren-initMark Charlebois2015-04-201-0/+1
* Linux: Fixed px4_ioctl calls that should be ::ioctlMark Charlebois2015-04-201-6/+7
* Check stack for commander only for NuttXMark Charlebois2015-04-201-0/+2
* QuRT: added sched.hMark Charlebois2015-04-201-0/+13
* QuRT: added missing make piecesMark Charlebois2015-04-203-1/+116
* QuRT: Added nfds_t typeMark Charlebois2015-04-201-0/+3
* Qurt: Added more support for the QuRT targetMark Charlebois2015-04-2026-125/+2053
* Linux: Fixed hil crash with no args passedMark Charlebois2015-04-202-5/+15
* Added config files for QuRTMark Charlebois2015-04-202-0/+88
* Added initial QuRT supportMark Charlebois2015-04-2019-10/+1129
* Linux: Added support for drivers/rgbledMark Charlebois2015-04-205-0/+751
* Linux: Changed /vdev/... back to to /dev/Mark Charlebois2015-04-206-8/+9
* Linux: added builtins to show devices and topicsMark Charlebois2015-04-207-746/+43
* Converted commander to use px4_posix callsMark Charlebois2015-04-207-93/+99
* Linux: enabled commander moduleMark Charlebois2015-04-2020-14/+1471
* Simulator: use template for ReportsMark Charlebois2015-04-202-125/+81
* Linux: quelch clang-3.5 not found warningsMark Charlebois2015-04-201-2/+2
* Linux: adcsim fixesMark Charlebois2015-04-201-5/+5
* Linux: Added barosim support to simulatorMark Charlebois2015-04-203-70/+163
* Linux: connected gyrosim to SimulatorMark Charlebois2015-04-203-233/+99
* Linux: added hil supportMark Charlebois2015-04-206-36/+909
* Added simulatorMark Charlebois2015-04-203-0/+315
* Linux: fixed px4_task_t to be intMark Charlebois2015-04-201-1/+1
* Linux: Default to use clangMark Charlebois2015-04-201-4/+4
* Fixed issue with argc checkMark Charlebois2015-04-201-1/+1
* Linux: use string to store task nameMark Charlebois2015-04-202-10/+14
* Linux: changed adc to adcsim and add barosimMark Charlebois2015-04-2010-10/+1532
* Linux: added ADC simulatorMark Charlebois2015-04-204-2/+350
* Linux: fised printf param to work on 32 and 64 bit targetsMark Charlebois2015-04-201-2/+2
* Linux: Added simulated gyroMark Charlebois2015-04-204-9/+2113
* Linux: GCC static data is 16byte aligned, messes up paramMark Charlebois2015-04-201-1/+18
* Linux: Created new linker script from scratchMark Charlebois2015-04-201-20/+5
* ACCELSIM: fixed calls to open, close, ioctlMark Charlebois2015-04-201-10/+21
* Linux: removed debug output for task creationMark Charlebois2015-04-201-3/+1
* Use of != compare of floats in AttitudeEKF.cMark Charlebois2015-04-201-2/+3
* Linux: fixed bad return valueMark Charlebois2015-04-201-1/+1
* Linux: fixed registration of a class of deviceMark Charlebois2015-04-201-0/+2
* Linux: Added commands to show threads and devicesMark Charlebois2015-04-208-43/+106
* Moved linux/drivers/accel to linux/drivers/accelsimMark Charlebois2015-04-204-17/+17