aboutsummaryrefslogtreecommitdiff
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* Moved mavlink log to system libLorenz Meier2013-08-211-2/+2
* 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-211-8/+23
* Merge branch 'master' of github.com:PX4/Firmware into fmuv2_bringupLorenz Meier2013-08-202-4/+102
|\
| * Fixed accel self testJulian Oes2013-08-201-0/+2
| * Merge branch 'sensor_selftests'Lorenz Meier2013-08-192-4/+100
| |\
| | * Made accel / gyro self tests aware of offsets and scales, added support to co...Lorenz Meier2013-08-092-4/+100
* | | Corrected orientation of external magJulian Oes2013-08-191-4/+5
* | | Add ioctl to find out if mag is external or onboardJulian Oes2013-08-183-8/+34
* | | Merged masterLorenz Meier2013-08-171-51/+92
|\| |
| * | 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
* | | Added orientation support and detection to the L3GD20/H driver to support the...Lorenz Meier2013-08-161-4/+51
* | | Merged public masterLorenz Meier2013-08-162-32/+36
|\| |
| * | Merge pull request #354 from jean-m-cyr/masterLorenz Meier2013-08-142-32/+36
| |\ \
| | * | 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-111-21/+25
| | * | Some DSM satellites are fussier about bind pulse timingJean Cyr2013-08-101-2/+1
| | |/
* | | Merge branch 'fmuv2_bringup' of github.com:cvg/Firmware_Private into fmuv2_br...Lorenz Meier2013-08-151-6/+11
|\ \ \
| * | | Compile fix.px4dev2013-08-141-1/+1
| * | | Merge commit 'de749a3602423f5ee6ca56f3cf2dfff04e31ec6d' (kconfig-cleanup) int...px4dev2013-08-141-7/+12
| |\| |
| | * | Stop expecting CONFIG_HRT_anything since we aren't baking it into the NuttX c...px4dev2013-08-132-14/+10
* | | | 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-141-6/+42
* | | Merge branch 'master' of github.com:PX4/Firmware into fmuv2_bringupLorenz Meier2013-08-145-6/+166
|\| |
| * | Merge pull request #347 from jgoppert/md25_devLorenz Meier2013-08-115-6/+166
| |\ \ | | |/ | |/|
| | * Merge branch 'master' of github.com:jgoppert/Firmware into md25_devJames Goppert2013-08-039-390/+1195
| | |\
| | * | Segway stabilized.James Goppert2013-07-283-7/+50
| | * | Working on segway controller, restructure of fixedwing.James Goppert2013-07-282-2/+2
| | * | 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
| | * | Working with debug messages.James Goppert2013-07-281-23/+26
| | * | Changed final time.James Goppert2013-07-281-1/+2
| | * | Fixed timing issues.James Goppert2013-07-281-3/+3
| | * | Added pub update.James Goppert2013-07-281-0/+2
| | * | Working on sysid. Added debug values.James Goppert2013-07-283-3/+48
| | * | Added log print ability to md25 driver.James Goppert2013-07-281-0/+5
| | * | Added sine test.James Goppert2013-07-283-0/+59
| * | | Merged commit disabling FIFO in L3GD20Andrew Tridgell2013-08-071-2/+7
* | | | Increased logging to 200 Hz in F330 startup for v2, allowed to set up to 333 ...Lorenz Meier2013-08-111-3/+3
* | | | Reduced excessive IO stack size (had 4k, is using 0.7k, has now 2k)Lorenz Meier2013-08-111-1/+1
* | | | Fixed startup behavior for PX4 autostartLorenz Meier2013-08-112-2/+2
* | | | Merge branch 'master' of github.com:PX4/Firmware into fmuv2_bringupLorenz Meier2013-08-062-0/+8
|\| | |
| * | | Made sure airspeed tests reset the sensors to default stateLorenz Meier2013-08-062-0/+8
* | | | px4io: include board_config.hAndrew Tridgell2013-08-061-1/+2
* | | | Merge branch 'mpu6k_queue' of github.com:PX4/Firmware into fmuv2_bringupLorenz Meier2013-08-065-28/+88
|\| | |