aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Moved mavlink log to system libLorenz Meier2013-08-214-19/+10
* Build fix, added command line switch norc to disable RCLorenz Meier2013-08-211-0/+26
* Added flag to disable RC evaluation onboard of IO (raw values still forwarded)Lorenz Meier2013-08-214-11/+36
* Merge branch 'master' of github.com:PX4/Firmware into fmuv2_bringupLorenz Meier2013-08-204-7/+188
|\
| * Fixed accel self testJulian Oes2013-08-201-0/+2
| * Show values when selftest failsLorenz Meier2013-08-201-1/+13
| * Merge branch 'sensor_selftests'Lorenz Meier2013-08-194-7/+174
| |\
| | * Made accel / gyro self tests aware of offsets and scales, added support to co...Lorenz Meier2013-08-094-7/+174
* | | Merge pull request #11 from cvg/fmuv2_bringup_ext_mag_rotationLorenz Meier2013-08-194-10/+49
|\ \ \
| * | | Corrected orientation of external magJulian Oes2013-08-191-4/+5
| * | | Sensors should now take into account the orientation of an external magJulian Oes2013-08-181-4/+16
| * | | Add ioctl to find out if mag is external or onboardJulian Oes2013-08-183-8/+34
* | | | Minimized nshterm flags, fixed some pretty stupid non-standard coding in top,...Lorenz Meier2013-08-192-9/+11
* | | | Put console and syslog on UART8, added support to nshterm for proper serial p...Lorenz Meier2013-08-181-3/+28
|/ / /
* | | Merged masterLorenz Meier2013-08-173-224/+329
|\| |
| * | Make it obvious that file * isn't used hereJean Cyr2013-08-171-1/+2
| * | Flesh out PX4IO documentation comments and delete unnecessary class varJean Cyr2013-08-161-51/+90
| * | Remoce C++ style Doxygen commentsJean Cyr2013-08-162-63/+53
| * | Doxygenate and style dsm.cJean Cyr2013-08-151-169/+243
* | | Minor style changesLorenz Meier2013-08-171-9/+10
* | | Added possibility to set board orientationJulian Oes2013-08-172-10/+141
* | | Added orientation support and detection to the L3GD20/H driver to support the...Lorenz Meier2013-08-161-4/+51
* | | Merged public masterLorenz Meier2013-08-1624-86/+133
|\| |
| * | Hotfix: Fixed Doxygen tags for uORB topicsLorenz Meier2013-08-1518-40/+92
| * | Merge pull request #354 from jean-m-cyr/masterLorenz Meier2013-08-145-46/+39
| |\ \
| | * | Tell mavlink about bind resultsJean Cyr2013-08-111-7/+17
| | * | Remove unused IOCTLsJean Cyr2013-08-112-10/+1
| | * | Support DSM bind via QGroundControlJean Cyr2013-08-113-33/+26
| | * | Some DSM satellites are fussier about bind pulse timingJean Cyr2013-08-102-4/+3
| | |/
| * | Merge pull request #355 from PX4/kconfig-cleanupLorenz Meier2013-08-143-15/+11
| |\ \
| * | | Fix bug where IO was in override mode for copter (workaround was to disconnec...Julian Oes2013-08-141-0/+2
* | | | Merge branch 'fmuv2_bringup' of github.com:cvg/Firmware_Private into fmuv2_br...Lorenz Meier2013-08-152-7/+12
|\ \ \ \
| * | | | Compile fix.px4dev2013-08-141-1/+1
| * | | | Merge commit 'de749a3602423f5ee6ca56f3cf2dfff04e31ec6d' (kconfig-cleanup) int...px4dev2013-08-142-8/+13
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Stop expecting CONFIG_HRT_anything since we aren't baking it into the NuttX c...px4dev2013-08-133-15/+11
* | | | | RGBled fixes: options and off after rgb working nowJulian Oes2013-08-141-9/+9
|/ / / /
* | | | rgbled: try expansion bus first, unless specific bus givenAndrew Tridgell2013-08-141-11/+24
* | | | rgbled: added LED_MODE_RGB to allow for constant RGB valuesAndrew Tridgell2013-08-142-6/+56
* | | | Merge branch 'master' of github.com:PX4/Firmware into fmuv2_bringupLorenz Meier2013-08-1425-141/+699
|\ \ \ \ | | |/ / | |/| |
| * | | Fixed log conversion scripts copy operation. Each log comes now with the requ...Lorenz Meier2013-08-131-4/+4
| * | | Hotfix: Copy a current version of the log conversion tools to each log directoryLorenz Meier2013-08-131-0/+9
| |/ /
| * | Merge pull request #347 from jgoppert/md25_devLorenz Meier2013-08-1124-140/+689
| |\ \ | | |/ | |/|
| | * Shortened segway param names.James Goppert2013-08-033-9/+9
| | * Merge branch 'master' of github.com:jgoppert/Firmware into md25_devJames Goppert2013-08-0317-431/+1763
| | |\
| | * | Segway stabilized.James Goppert2013-07-2811-165/+138
| | * | Working on segway controller, restructure of fixedwing.James Goppert2013-07-2821-76/+535
| | * | Fixed arg number.James Goppert2013-07-281-1/+1
| | * | Added amplitude frequency to md25sine command.James Goppert2013-07-283-11/+10
| | * | Working on debug output.James Goppert2013-07-281-11/+14
| | * | Fixed typo with strncpy.James Goppert2013-07-281-2/+2