aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/hmc5883
Commit message (Expand)AuthorAgeFilesLines
* 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
* hmc5883: use a RingBuffer to hold report queueAndrew Tridgell2013-09-121-67/+40
* hmc5883: add perf count, and removed unnecessary checks for -32768Andrew Tridgell2013-09-121-4/+6
* Add setting queue depth to HMC testLorenz Meier2013-09-081-1/+5
* Workaround to prevent crash during mag calibrationJulian Oes2013-09-051-5/+6
* avoid counters going above limit in INCREMENT()Andrew Tridgell2013-08-281-1/+1
* free perf counters in driver destructorAndrew Tridgell2013-08-281-0/+5
* 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
* Improved LSM303D driver, plus some fixes to the HMC5883Julian Oes2013-08-201-0/+5
* Sorry, finally got the axes of the external mag rightJulian Oes2013-08-201-2/+2
* Corrected orientation of external magJulian Oes2013-08-191-4/+5
* Add ioctl to find out if mag is external or onboardJulian Oes2013-08-181-5/+19
* Restructure things so that the PX4 configs move out of the NuttX tree, and mo...px4dev2013-08-021-1/+1
* Lunchtime HOTFIX: Bring back USB console to operational, allow single-USB con...Lorenz Meier2013-07-181-1/+2
* Hotfix: Completely silencing HMC5883 probing to not confuse usersLorenz Meier2013-05-281-3/+1
* Hotfix: Made HMC driver more verbose to prevent false alarmLorenz Meier2013-05-271-0/+2
* hmc5883: fixed use of onboard I2C compassAndrew Tridgell2013-05-041-4/+10
* Allowed for onboard bus to be not presentLorenz Meier2013-04-271-0/+4
* Made HMC bus-agnosticLorenz Meier2013-04-271-10/+24
* Moved the bulk of sensor drivers to the new worldLorenz Meier2013-04-272-0/+1490