aboutsummaryrefslogtreecommitdiff
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* Hotfix: Better PX4IO detection feedbakLorenz Meier2013-08-311-7/+12
* Allow tone_alarm cmd to use tone names as well as numberJean Cyr2013-08-312-34/+54
* Fix parameter range checkJean Cyr2013-08-301-1/+1
* Remove unused tones and save about 6K flash spaceJean Cyr2013-08-302-160/+181
* Fixed build errorLorenz Meier2013-08-301-7/+6
* Cleanup of detect returnLorenz Meier2013-08-301-10/+8
* Speeded up IO startup, needs reviewLorenz Meier2013-08-301-1/+1
* Changed RGBLED behaviour, breathe mode when disarmed and ready to armJulian Oes2013-08-292-5/+43
* Made low/critical warnings consistingJulian Oes2013-08-291-2/+2
* Grab UTC time from GPStstellanova2013-08-281-6/+16
* Removed non-helpful verbosityLorenz Meier2013-08-281-1/+1
* Fixed IO detect messageLorenz Meier2013-08-281-2/+2
* Added IO detect command to be smart about what to start before actually doing itLorenz Meier2013-08-281-1/+64
* I2C airspeed driver needs 2 retriesAndrew Tridgell2013-08-281-1/+1
* meas_airspeed: don't use stale/bad data in airspeed readingAndrew Tridgell2013-08-281-1/+8
* avoid counters going above limit in INCREMENT()Andrew Tridgell2013-08-287-7/+7
* free perf counters in driver destructorAndrew Tridgell2013-08-283-0/+16
* Updated IO firmware upgrade strategy and locationsLorenz Meier2013-08-283-25/+26
* Merge branch 'fmuv2_bringup' into multirotorLorenz Meier2013-08-271-1/+8
|\
| * airspeed: retry initial I2C probe 4 timesAndrew Tridgell2013-08-271-1/+8
* | Allow the tone alarms to be interruptedJulian Oes2013-08-221-8/+3
* | Merge branch 'fmuv2_bringup' into multirotorLorenz Meier2013-08-221-5/+7
|\|
| * Fixed commandline handlingLorenz Meier2013-08-221-5/+7
* | Moved math library to library dir, improved sensor-level HIL, cleaned up geo ...Lorenz Meier2013-08-213-13/+16
* | Merged fmuv2_bringupLorenz Meier2013-08-216-353/+567
|\|
| * Merge pull request #12 from cvg/fmuv2_bringup_lsm303d_configLorenz Meier2013-08-215-345/+518
| |\
| | * Adapted the MPU6000 to have the same get range ioctls and defines for defaultsJulian Oes2013-08-211-39/+48
| | * L3GD20 and LSM303D reset and range config working properly nowJulian Oes2013-08-212-87/+136
| | * Changed range handling of LSM303D once again, added defines for default valuesJulian Oes2013-08-211-24/+39
| | * Workaround to get the HMC5883 default rate rightJulian Oes2013-08-211-4/+4
| | * Add reset and samplerate ioctl to HMC5883 driverJulian Oes2013-08-211-47/+60
| | * Don't store m/s^2 and G at the same timeJulian Oes2013-08-211-4/+1
| | * Improved LSM303D driver, plus some fixes to the HMC5883Julian Oes2013-08-203-211/+301
| | * Sorry, finally got the axes of the external mag rightJulian Oes2013-08-201-2/+2
| * | 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
| |\
* | \ Merge branch 'master' of github.com:PX4/Firmware into fmuv2_bringup_new_state...Lorenz Meier2013-08-201-0/+2
|\ \ \ | | |/ | |/|
| * | Fixed accel self testJulian Oes2013-08-201-0/+2
* | | Merge branch 'master' of github.com:PX4/Firmware into fmuv2_bringup_new_state...Lorenz Meier2013-08-202-4/+100
|\| |
| * | 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
* | | | Merged seatbelt_multirotor_new / masterLorenz Meier2013-08-191-9/+11
|\ \ \ \
| * | | | Merged masterLorenz Meier2013-08-191-50/+90
| |\| | |
* | | | | Merge branch 'fmuv2_bringup' of github.com:cvg/Firmware_Private into fmuv2_br...Lorenz Meier2013-08-193-6/+33
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | 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
* | | | | Added stop command to RGB ledLorenz Meier2013-08-191-2/+3
* | | | | Better transparency in IO mode display, fixes to commander arming, minimum pu...Lorenz Meier2013-08-181-2/+2