aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/config
Commit message (Collapse)AuthorAgeFilesLines
* Config app: Use indexed sensor namesLorenz Meier2015-02-031-3/+3
|
* Save and check device id for acc and gyro calibration parameters.config_all_deviceshauptmech2015-01-311-4/+13
| | | | | | | | Fix config utility to work with all devices of each type. Accel, gyro and mag devices correctly set their device_id devtype. Combo devices (mpu6000 lsm303d) now correctly return their devtype. config util shows device id for all sensor types. Add, save during calibration and check during preflight ID parameters for accelerometer and gyro
* Fix config utility to work with all devices of each type, not just the ↵hauptmech2015-01-281-35/+35
| | | | primary one.
* Add SENS_MAG_ID parameterhauptmech2015-01-171-1/+5
| | | | | Record devid to SENS_MAG_ID during mag calibration Verify devid matches SENS_MAG_ID during preflight_check
* Make error reporting consistentLorenz Meier2014-05-241-3/+4
|
* config cmd: Eleminate warningsLorenz Meier2014-05-241-13/+29
|
* Fix of errors triggered by more pedantic compile optionsLorenz Meier2014-04-211-1/+1
|
* Improved config tool to also do device IOCTLsLorenz Meier2014-01-141-7/+49
|
* Fixed small typoJulian Oes2013-10-311-1/+1
|
* Get units right in configJulian Oes2013-08-211-2/+2
|
* Improved LSM303D driver, plus some fixes to the HMC5883Julian Oes2013-08-201-13/+58
|
* Handle the config command line arguments a bit more intuitiveJulian Oes2013-08-201-87/+59
|
* Show values when selftest failsLorenz Meier2013-08-201-1/+13
|
* Made accel / gyro self tests aware of offsets and scales, added support to ↵Lorenz Meier2013-08-091-2/+61
| | | | config command to call these
* Removed unused codeLorenz Meier2013-07-291-213/+0
|
* Implemented config command, fixed a number range set / get issues for some ↵Lorenz Meier2013-07-262-0/+457
sensor drivers, fixed gyro calibration