aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/hmc5883/hmc5883.cpp
Commit message (Expand)AuthorAgeFilesLines
* hmc5883: read the temperature every 10 samples when enabledAndrew Tridgell2015-04-081-19/+33
* hmc5883: added -T option to enable temperature compensationAndrew Tridgell2015-04-081-21/+18
* hmc5883: try to cope with genuine 5883 partsAndrew Tridgell2015-04-081-1/+25
* hmc5883: added support for temperature compensationAndrew Tridgell2015-04-081-4/+105
* HMC5883: Temp dummy valueLorenz Meier2015-03-251-0/+3
* HMC5883 driver: Rotate before applying offsets.Lorenz Meier2015-03-151-7/+15
* hmc5883: fixed build errors with gcc 2.7.4 and -O3Andrew Tridgell2015-02-161-4/+4
* HMC driver: Return value handlingLorenz Meier2015-02-091-5/+5
* HMC5883: Move to 0-based indexLorenz Meier2015-02-091-2/+2
* Move HMC5883 to new interfaceLorenz Meier2015-01-291-27/+8
* Fixed coverity CID #12530Daniel Agar2015-01-221-1/+3
* hmc5883: fixed DEVIOCGDEVICEID ioctlAndrew Tridgell2015-01-201-0/+4
* hmc5883: fixed mixup of internal and external hmc5883 I2C bus optionsAndrew Tridgell2015-01-201-2/+2
* hmc5883: fixed handling of 3 bus optionsAndrew Tridgell2015-01-091-187/+122
* HMC5883 startup: Ensure sensor configuration is always performedLorenz Meier2015-01-031-8/+6
* HMC5883: Fix I2C operationLorenz Meier2015-01-031-8/+22
* Support for HMC5983, which can also be attached via SPILorenz Meier2015-01-031-116/+121
* HMC5883: Better status reportingLorenz Meier2014-11-261-10/+29
* HMC5883: Reduce output, add indices to make back-tracking lines easier, remov...Lorenz Meier2014-11-101-34/+15
* Reset excitement mode for hmc5883 sensor before applying a new one to avoid g...muharred2014-08-201-2/+1
* Merge sensor_startup_cleanupLorenz Meier2014-07-161-2/+10
|\
| * HMC driver: Full initializationLorenz Meier2014-07-161-0/+5
| * HMC5883 driver: stack size adjustments of start handler and start return revi...Lorenz Meier2014-07-161-3/+6
* | Merge branch 'ext_mag_param' into loggingLorenz Meier2014-07-161-2/+7
|\ \
| * | Hotfix: Allow the HMC5883 driver to continue to operate in auto modeLorenz Meier2014-07-161-2/+7
| |/
* | 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-151-75/+252
|\|
| * hmc5883: periodically check the config and range registersAndrew Tridgell2014-07-121-27/+114
| * hmc5883: setup device typeAndrew Tridgell2014-07-121-0/+2
| * HMC5883 post merge cleanupLorenz Meier2014-07-081-1/+2
| * 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
| * hmc5883: added support for -R rotation optionAndrew Tridgell2014-07-081-8/+37
| * Fix compiler warningsDon Gagne2014-06-291-2/+2
* | Introduce HMC5883 multi-device supportLorenz Meier2014-06-101-2/+2
|/
* hmc5883: Change static topic publication to the class member it should be, in...Lorenz Meier2014-05-131-4/+6
* HMC5883: Do not spam the console on error and make everything worse.Lorenz Meier2014-04-201-2/+2
* hmc5883: properly reset mag to normal state on calibration failAndrew Tridgell2014-04-051-15/+17
* Merged origin/master into pubsub_cleanupLorenz Meier2014-02-091-74/+87
|\
| * hmc5883: much faster calibration code with bug fixesAndrew Tridgell2014-01-231-73/+87
* | Support for publication blocking: HMC5883Lorenz Meier2014-01-121-18/+19
|/
* hmc5883: use register_class_devname()Andrew Tridgell2013-12-101-12/+23
* Made all usual suspects default to their custom names and only register the d...Lorenz Meier2013-12-071-3/+4
* Merged status changesLorenz Meier2013-10-061-0/+1
|\
| * drivers: report error_count in drivers where possibleAndrew Tridgell2013-09-121-0/+1
* | Minor cleanups in the driversLorenz Meier2013-09-131-4/+0
|/
* Rework the ringbuffer class so that it's not templated, and refactor its clie...px4dev2013-09-121-5/+5