aboutsummaryrefslogtreecommitdiff
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:PX4/Firmware into status_monitoringLorenz Meier2013-09-1212-658/+760
|\
| * ringbuffer: converted to item_size unitsAndrew Tridgell2013-09-121-20/+22
| * Rework the ringbuffer class so that it's not templated, and refactor its clie...px4dev2013-09-1210-268/+398
| * ms5611: converted to using RingBufferAndrew Tridgell2013-09-121-57/+34
| * lsm303d: convert to using RingBufferAndrew Tridgell2013-09-121-130/+86
| * bma180: convert to using RingBufferAndrew Tridgell2013-09-121-73/+55
| * mb12xx: convert to using RingBuffer classAndrew Tridgell2013-09-121-63/+39
| * l3gd20: convert to using RingBuffer classAndrew Tridgell2013-09-121-76/+52
| * airspeed: convert to using RingBuffer classAndrew Tridgell2013-09-124-80/+67
| * mpu6000: fixed race condition in buffer incrementAndrew Tridgell2013-09-121-3/+5
| * mpu6000: use a wrapper struct to avoid a linker errorAndrew Tridgell2013-09-121-69/+64
| * hmc5883: use a RingBuffer to hold report queueAndrew Tridgell2013-09-121-67/+40
| * ringbuffer: added resize() and print_info() methodsAndrew Tridgell2013-09-121-2/+42
| * ringbuffer: added force() and use lockless methodspx4dev2013-09-121-16/+120
| * hmc5883: add perf count, and removed unnecessary checks for -32768Andrew Tridgell2013-09-121-4/+6
* | added error_count field to sensor report structuresAndrew Tridgell2013-09-125-0/+5
* | px4io: added monitoring of vservo and vrssiAndrew Tridgell2013-09-121-3/+38
* | px4io: split io_handle_battery() out from io_handle_status()Andrew Tridgell2013-09-121-34/+52
|/
* Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2013-09-123-6/+35
|\
| * Made MS5611 startup exclusive as wellLorenz Meier2013-09-111-0/+9
| * Guard probe / reset against other SPI driversLorenz Meier2013-09-112-6/+26
* | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2013-09-101-3/+3
|\|
| * the "rgbled rgb X X X" command was broken, and would set green when you asked...Buzz2013-09-101-3/+3
* | Merge branch 'master' of github.com:PX4/Firmware into fixedwing_l1Lorenz Meier2013-09-081-1/+5
|\|
| * Add setting queue depth to HMC testLorenz Meier2013-09-081-1/+5
* | Allow px4io detect to be run when IO is already runningLorenz Meier2013-09-081-15/+17
|/
* Workaround to prevent crash during mag calibrationJulian Oes2013-09-051-5/+6
* Reset baudrate after px4io updateJulian Oes2013-09-031-0/+15
* Merge pull request #304 from julianoes/ardrone_fixesLorenz Meier2013-09-031-50/+38
|\
| * Prevent flips at high throttleJulian Oes2013-06-151-50/+38
* | v4 compatibilityLorenz Meier2013-09-031-1/+1
* | Allow tone_alarm cmd to take filename as parameterJean Cyr2013-08-311-159/+34
* | 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