aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merged masterLorenz Meier2013-08-174-225/+330
|\
| * Hotfix for UART5Lorenz Meier2013-08-171-1/+1
| * Merge pull request #361 from jean-m-cyr/masterLorenz Meier2013-08-171-51/+91
| |\
| | * 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
| * | Merge pull request #359 from jean-m-cyr/masterLorenz Meier2013-08-162-171/+235
| |\|
| | * Remoce C++ style Doxygen commentsJean Cyr2013-08-162-63/+53
| | * Merge remote-tracking branch 'upstream/master'unknown2013-08-161-3/+3
| | |\ | | |/ | |/|
| | * Doxygenate and style dsm.cJean Cyr2013-08-151-169/+243
| | * Merge remote-tracking branch 'upstream/master'unknown2013-08-1520-45/+99
| | |\
| | * \ Merge remote-tracking branch 'upstream/master'unknown2013-08-1414-71/+83
| | |\ \
| | * \ \ Merge remote-tracking branch 'upstream/master'unknown2013-08-145-598/+37
| | |\ \ \
| | * \ \ \ Merge remote-tracking branch 'upstream/master'unknown2013-08-1228-164/+851
| | |\ \ \ \
* | | | | | | 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-1628-100/+149
|\| | | | | |
| * | | | | | Hotfix: Do not create bug/test lists, adding noiseLorenz Meier2013-08-161-3/+3
| | |_|_|_|/ | |/| | | |
| * | | | | Hotfix: Excluding codegen codeLorenz Meier2013-08-151-1/+2
| * | | | | Hotfix: Fixed Doxygen tags for uORB topicsLorenz Meier2013-08-1519-41/+94
| * | | | | Fixed file excludeLorenz Meier2013-08-151-1/+1
| * | | | | Hotfix: More Doxygen fixesLorenz Meier2013-08-152-4/+4
| * | | | | Fixed DoxygenLorenz Meier2013-08-151-1/+1
| | |_|_|/ | |/| | |
| * | | | Merge pull request #354 from jean-m-cyr/masterLorenz Meier2013-08-147-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-115-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-1413-69/+78
| |\ \ \ \
| * \ \ \ \ Merge pull request #356 from julianoes/hotfix_io_override_bugLorenz Meier2013-08-141-0/+2
| |\ \ \ \ \
| | * | | | | 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-1512-49/+50
|\ \ \ \ \ \
| * | | | | | Compile fix.px4dev2013-08-141-1/+1
| * | | | | | Merge commit 'de749a3602423f5ee6ca56f3cf2dfff04e31ec6d' (kconfig-cleanup) int...px4dev2013-08-1412-50/+51
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Stop expecting CONFIG_HRT_anything since we aren't baking it into the NuttX c...px4dev2013-08-136-53/+19
| | * | | | | Fix handling of board config files. Treat CONFIG_BOARD like CONFIG_ARCH in th...px4dev2013-08-133-5/+10
| | * | | | | NuttX is confused when it doesn't know what board it's building for - since w...px4dev2013-08-121-1/+1
| | * | | | | Clean the FMUv1 config through menuconfig.px4dev2013-08-121-13/+19
| | * | | | | Remove our depdenency on CONFIG_ARCH_BOARD_* coming from <nuttx/config.h>px4dev2013-08-123-0/+6
| | * | | | | Add a 'menuconfig' target that makes it possible to use the NuttX menuconfig ...px4dev2013-08-121-1/+27
| | | |_|/ / | | |/| | |
* | / | | | 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-1433-760/+887
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Fixed power attribute on FMU, contributed by TridgeLorenz Meier2013-08-141-2/+3
| | |_|/ | |/| |
| * | | Fixed log conversion scripts copy operation. Each log comes now with the requ...Lorenz Meier2013-08-132-4/+4
| * | | Hotfix: Updated log converterLorenz Meier2013-08-131-0/+0
| * | | Minor fixes to log conversion scriptsLorenz Meier2013-08-132-3/+2
| * | | Hotfix: Copy a current version of the log conversion tools to each log directoryLorenz Meier2013-08-133-586/+9
| * | | Final version of log conversion script, runs with Python 2 or 3 on Windows, L...Lorenz Meier2013-08-131-5/+13