aboutsummaryrefslogtreecommitdiff
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Forbid copy constructor in CDevLorenz Meier2014-07-151-0/+5
| | |_|/ | |/| |
* | | | LSM303D: Support for tertiary sensorsLorenz Meier2014-07-151-24/+23
* | | | drivers: Up to three units supportLorenz Meier2014-07-154-2/+5
* | | | L3GD20: Support for up to three gyrosLorenz Meier2014-07-151-15/+18
* | | | mpu6000: Support for up to three accels / gyrosLorenz Meier2014-07-151-24/+24
* | | | hmc5883: Support for three sensorsLorenz Meier2014-07-151-4/+20
* | | | Do not initialize variable if value is never readLorenz Meier2014-07-151-1/+2
* | | | Merged masterLorenz Meier2014-07-1555-1091/+3011
|\| | |
| * | | Airspeed driver: Use the known sensor offset for raw value as wellLorenz Meier2014-07-142-1/+7
| * | | Merge branch 'master' into airspeed_test_fixLorenz Meier2014-07-121-1/+1
| |\ \ \
| | * | | px4io: Do not forward excessively low battery voltagesLorenz Meier2014-07-121-1/+1
| * | | | Merge branch 'master' of github.com:PX4/Firmware into airspeed_test_fixLorenz Meier2014-07-1231-184/+1633
| |\| | |
| | * | | mb12xx: flash efficiencyLorenz Meier2014-07-121-0/+2
| | * | | gps: Flash efficiencyLorenz Meier2014-07-121-0/+2
| | * | | blinkm: Make driver flash efficientLorenz Meier2014-07-121-0/+2
| | | |/ | | |/|
| | * | ll40ls: Optimize for sizeLorenz Meier2014-07-121-0/+2
| | * | SF0X: optimize for sizeLorenz Meier2014-07-121-0/+2
| | * | MKBLCTRL: optimize for sizeLorenz Meier2014-07-121-1/+3
| | * | HoTT: optimize for sizeLorenz Meier2014-07-122-0/+4
| | * | frsky: Optimize for sizeLorenz Meier2014-07-121-0/+2
| | * | ardrone: Optimize for size, since performance is good at any rateLorenz Meier2014-07-121-0/+2
| | * | Merge pull request #1152 from PX4/sensor_driversLorenz Meier2014-07-1222-183/+1612
| | |\ \
| | | * | fix ms5611 code style for usage callLorenz Meier2014-07-121-4/+5
| | | * | hmc5883: periodically check the config and range registersAndrew Tridgell2014-07-121-27/+114
| | | * | mpu6000: fixed internal/external mixup in pointersAndrew Tridgell2014-07-121-2/+2
| | | * | device: use bitfields to keep DeviceStructure smallAndrew Tridgell2014-07-121-3/+6
| | | * | device: pass CDev::ioctl() to superclassAndrew Tridgell2014-07-121-0/+7
| | | * | lsm303d: setup device typeAndrew Tridgell2014-07-121-0/+2
| | | * | hmc5883: setup device typeAndrew Tridgell2014-07-121-0/+2
| | | * | drv_mag: added devtypes for magnetometersAndrew Tridgell2014-07-121-0/+7
| | | * | device: added a _device_id to all driversAndrew Tridgell2014-07-125-1/+57
| | | * | Merged masterLorenz Meier2014-07-128-41/+85
| | | |\ \
| | | * | | LL40LS: Fix initialiser order in classLorenz Meier2014-07-081-1/+1
| | | * | | MB12xx: Fix initialiser order in classLorenz Meier2014-07-081-1/+1
| | | * | | L3GD20: Fix usage function call to fit existing structure.Lorenz Meier2014-07-081-6/+6
| | | * | | MPU6000: Fix usage function call to fit existing structure.Lorenz Meier2014-07-081-5/+6
| | | * | | LSM303: Fix usage function call to fit existing structure.Lorenz Meier2014-07-081-5/+6
| | | * | | LSM303D: deal with missing external busLorenz Meier2014-07-081-0/+5
| | | * | | MS5611: Deal with missing external busLorenz Meier2014-07-081-0/+4
| | | * | | Board config cleanup for external bus supportLorenz Meier2014-07-081-1/+0
| | | * | | HMC5883 post merge cleanupLorenz Meier2014-07-082-3/+4
| | | * | | MB12XX Driver: Added a class instance and device specific pathakdslr2014-07-081-13/+32
| | | * | | LL40LS driver: Changes from the May 4th plane test flightakdslr2014-07-081-5/+7
| | | * | | LL40LS driver: Updated the value to write to the register to trigger a measur...akdslr2014-07-081-1/+1
| | | * | | LL40LS driver: adding new range finder driverakdslr2014-07-082-0/+920
| | | * | | l3gd20: fixed a build warningAndrew Tridgell2014-07-081-0/+1
| | | * | | hmc5883: fixed build warningsAndrew Tridgell2014-07-081-1/+2
| | | * | | hmc5883: fixed driver startup when trying both busesAndrew Tridgell2014-07-081-2/+2
| | | * | | hmc5883: added -C option to calibrate on startupAndrew Tridgell2014-07-081-7/+35
| | | * | | added support for two instances of hmc5883 driverAndrew Tridgell2014-07-081-43/+72