53 Commits (39fd8b9cdaed430ddf45e5a4f052645831e35d25)

Author SHA1 Message Date
Lorenz Meier 39fd8b9cda Fixed minor compile warnings (just warnings, no effect on execution) in BMA180 13 years ago
Lorenz Meier 4ba8036d80 minor typo in comment 13 years ago
Lorenz Meier 5f131e8c11 Checkpoint: Operational BMA180 driver 13 years ago
px4dev 63485b91b2 Kick the BMA180 driver mostly into shape. Still not reading data correctly. 13 years ago
px4dev 116306ae3e units in comments 13 years ago
px4dev 1e80bd544b Make the buffer ring work. 13 years ago
px4dev 45885f15dc Fix the readout transfer size. 13 years ago
px4dev da3cd24352 Be a bit more careful with which bits we stuff into the l3gd20 registers. 13 years ago
px4dev d0898cb947 Something approximating a driver for the L3GD20 13 years ago
px4dev d0f10a3550 driver work in progress 13 years ago
Lorenz Meier d8210a8e2f Implemented missing IOCTLs to set MPU scalings 13 years ago
Lorenz Meier 2d2548e714 Final parameter interface cleanup - removed last bit of old cruft, fixed a bug on parameter update notification, cleaned up API slightly in naming 13 years ago
Lorenz Meier 967c0869a9 Cleaned up MPU driver slightly 13 years ago
Lorenz Meier 248bb11d93 removed stop() from I2C driver startup routines, work in progress on MPU scaling 13 years ago
Lorenz Meier 2963dc679a Driver debugging (scaling, ranges, endianess) MPU-6000 needs more love 13 years ago
Lorenz Meier 56e66a80cd Printing fixes 13 years ago
Lorenz Meier dfa5cc52d5 MS5611 test is now printing floats. Note that the issue with the scheduled reads of the sensor started BEFORE this change and is thus unrelated. 13 years ago
Lorenz Meier 207b077d8a Cleaned up scaling / offset handling for mag and gyro / acc 13 years ago
Lorenz Meier 6026595d83 Fixed axis assignment and raw value outputs. Scaling and offsets to be done 13 years ago
px4dev efda95101f Streamline mag and baro topic advertisement now that handles are global. 13 years ago
px4dev 35009cd332 clean up an error message 13 years ago
px4dev 26244c43f2 make the I2C and SPI device signons distinct 13 years ago
px4dev 5c6b6038a7 turn off debug output from the mpu6000 driver 13 years ago
px4dev e51b23d309 Now that it's safe to perform SPI transfers from interrupt context, re-enable the mpu6000 auto-poller. 13 years ago
px4dev e5e2d7216c Make it non-fatal to perform SPI transfers from interrupt context. 13 years ago
px4dev 23d8b69e3d Sensor drivers should run all the time, not just when their device is open. 13 years ago
px4dev 0dc0a0539d Increase the retry count while probing for I2C sensors. This will also unwedge stuck sensors. 13 years ago
px4dev 4456ca8827 Sensor IOCTL reorganization. Common sensor operations are now shared across sensor drivers. 13 years ago
px4dev f901a35bd4 Remove erroneous sensor read timing checks. 13 years ago
px4dev d55dd67d77 Remove spurious I2C clock frequency resets. 13 years ago
Lorenz Meier d12c09cc86 improvements / debugging on I2C drivers 13 years ago
px4dev f28a757f92 We need to init the gyro subdevice, or there is no device node. Oops. 13 years ago
Lorenz Meier 295e9da1ba Added required scalings, added gyro to MPU6000 test, changed sensors app to read from new drivers 13 years ago
px4dev a0b9c056d7 Add a bus reset on I2C error. Also add a mechanism for automated retries of operations. 13 years ago
px4dev 88f0080a0f Fix an architectural issue with the ORB that prevented publication from interrupt context. 13 years ago
px4dev 8c22e2a092 Whitespace 13 years ago
px4dev 5f77561ed4 Fix output scaling for the hmc5883 driver. Add data checking, and fix an issue where the ORB topic could not be published due to being advertised in the wrong context. 13 years ago
px4dev 63831fa908 Fix an issue where the baro ORB topic was advertised from the wrong context and thus could not be published to. 13 years ago
px4dev 228fbb975a New-style driver for the HMC5883 on I2C. 13 years ago
Lorenz Meier 1530aeccae Working towards full sensor flexibility 13 years ago
px4dev 34118c72ef mechanical style fixups 13 years ago
px4dev 735f8ffa3d Config tweaks to enable the new-style ms5611 driver. 13 years ago
px4dev f1f843099b Nuke a dead file. 13 years ago
px4dev 3c5bb3f57c New-style driver for the MPU6000. 13 years ago
px4dev edfdb8f47e force 8-bit SPI transactions for device::SPI drivers. 13 years ago
px4dev 65aec69705 Syntax change to improve readability; output scalers are now labelled O: instead of looking like control scalers. 13 years ago
px4dev 67e0f8b179 Rework the mixer architecture based on discussions about arbitrary geometry mixing and plugins. 13 years ago
px4dev 9804447a66 More work on the mixer architecture. 13 years ago
px4dev 9804776a0c Checkpoint: more work in progress on mixer load/save 13 years ago
px4dev 145a6c4c49 Work in progress; standard mixer API and utility 13 years ago