aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* L3GD20: Move to 0 based indexLorenz Meier2015-02-091-2/+2
|
* Board drivers: Move to 0-based indexLorenz Meier2015-02-093-9/+9
|
* RGB Led: move to 0 based indexLorenz Meier2015-02-091-7/+7
|
* Led: move to 0 based indexLorenz Meier2015-02-091-1/+1
|
* HMC5883: Move to 0-based indexLorenz Meier2015-02-091-2/+2
|
* HIL: Move to 0-based indexLorenz Meier2015-02-091-2/+2
|
* GPS: Move to 0-based indexLorenz Meier2015-02-091-4/+4
|
* Device class reg: Always use 0-based indexLorenz Meier2015-02-091-16/+12
|
* BlinkM: Move to 0-based indexLorenz Meier2015-02-091-2/+2
|
* Airspeed: Move to 0-based indexLorenz Meier2015-02-093-10/+10
|
* Adjust updated paths for devicesLorenz Meier2015-02-091-2/+2
|
* Driver headers: Move to 0-based indicesLorenz Meier2015-02-0918-19/+31
|
* tests system command: Fix return value of tests all commandLorenz Meier2015-02-091-1/+1
|
* Merge pull request #1752 from PX4/log_thrust_spLorenz Meier2015-02-094-18/+42
|\ | | | | log velocity - and acceleration/thrust setpoint
| * log velocity - and acceleration/thrust setpointtumbili2015-02-074-18/+42
| |
* | Merge branch 'land_detector_no_gps_fix' of github.com:Zefz/FirmwareLorenz Meier2015-02-093-12/+13
|\ \
| * | LandDetector: Check each rotation angle rather than the magnitudeJohan Jansen2015-02-092-4/+4
| | |
| * | LandDetector: Fix for land detection without GPSJohan Jansen2015-02-092-8/+9
| | |
* | | ROMFS for bench setup: More unit test fixing.Lorenz Meier2015-02-091-0/+19
|/ /
* | Fix up test routines. Needs more work.Lorenz Meier2015-02-092-15/+82
| |
* | Merge branch 'land_detector_fixes' of github.com:Zefz/FirmwareLorenz Meier2015-02-093-14/+16
|\ \
| * | LandDetector: Fix default param scale errorJohan Jansen2015-02-091-1/+1
| | |
| * | LandDetector: Change rotation rate in rads/s to deg/s (more similar to mpc ↵Johan Jansen2015-02-092-2/+4
| | | | | | | | | | | | params)
| * | LandDetector: Use vehicle_attitude instead of sensors_combinedJohan Jansen2015-02-092-10/+10
| | |
| * | LandDetector: Fix parameter swapped bugJohan Jansen2015-02-091-2/+2
| | |
* | | More diagramsLorenz Meier2015-02-092-0/+0
| | |
* | | Update NuttX version to include USB fix from upstreamLorenz Meier2015-02-091-0/+0
|/ /
* | Update rcSLorenz Meier2015-02-081-24/+4
| | | | | | Fixing test statements
* | More adjustments to test startLorenz Meier2015-02-081-2/+7
| |
* | Fix test scriptLorenz Meier2015-02-081-2/+2
| |
* | ros launch files: package has a new nameThomas Gubler2015-02-085-5/+5
| |
* | ROMFS startup cleanupLorenz Meier2015-02-082-22/+32
| |
* | Modernize system tests, API cleanupLorenz Meier2015-02-085-192/+59
| |
* | Param interface: Allow to check return value of param_reset. Reset test ↵Lorenz Meier2015-02-083-40/+79
| | | | | | | | param prior to running test
* | fix syntax in uorb header generation scriptThomas Gubler2015-02-081-4/+7
| | | | | | | | This fixes syntax and indentation of a58d73b5d084c6229610c17f3c443a2925d714ef
* | Remove peripheral clock changes as they interfere with current / old NuttX ↵Lorenz Meier2015-02-081-8/+2
| | | | | | | | instance
* | Fix PX4IO startupLorenz Meier2015-02-085-5/+21
| |
* | Toolchain: Add more compiler options, add note about -Wfloat-conversion ↵Lorenz Meier2015-02-081-1/+4
| | | | | | | | warning (available with GCC 4.9). Needs work.
* | Enable GCC 4.9 supportLorenz Meier2015-02-081-0/+0
| |
* | Remove unneeded cast in GPS driverLorenz Meier2015-02-081-1/+1
| |
* | Improve IO driver feedbackLorenz Meier2015-02-081-17/+11
| |
* | removed attitude setpoint generation from mc_att_controller and moved to ↵tumbili2015-02-075-134/+102
|/ | | | mc_pos_controller
* delete accidental folderTrent Lukaczyk2015-02-061-1/+0
|
* tricopter comment polishTrent Lukaczyk2015-02-064-4/+4
|
* revert debug itemsTrent Lukaczyk2015-02-062-6/+2
|
* Merge remote-tracking branch 'upstream/master'Trent Lukaczyk2015-02-065-35/+53
|\
| * ros workspace setup scripts: use master branchThomas Gubler2015-02-062-6/+1
| |
| * multiplat mc pos ctrl: reset yaw sp with alt spThomas Gubler2015-02-061-0/+4
| | | | | | | | This is a work-around until #1741 makes it to the multiplatform version
| * multiplat pos ctrl: also set yaw sp in manual modesThomas Gubler2015-02-061-2/+17
| | | | | | | | This is a work-around until #1741 makes it to the multiplatform version
| * multiplat mc att ctrl: move yaw sp only if xy is not controlledThomas Gubler2015-02-061-26/+25
| | | | | | | | This is a work-around until #1741 makes it to the multiplatform version