aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/preflight_check
Commit message (Collapse)AuthorAgeFilesLines
* Make: Remove deprecated preflight checkJohan Jansen2015-04-202-330/+0
|
* Preflight check: HeaderLorenz Meier2015-02-091-3/+5
|
* System cmds: Move to 0 based indexLorenz Meier2015-02-091-6/+6
|
* Preflight check: Use indexed sensor paramsLorenz Meier2015-02-031-3/+3
|
* Save and check device id for acc and gyro calibration parameters.config_all_deviceshauptmech2015-01-311-9/+29
| | | | | | | | 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
* Add SENS_MAG_ID parameterhauptmech2015-01-171-0/+11
| | | | | Record devid to SENS_MAG_ID during mag calibration Verify devid matches SENS_MAG_ID during preflight_check
* Reduce stack size of preflight check toolLorenz Meier2014-05-141-0/+2
|
* Compile warning fixes on preflight checkLorenz Meier2014-01-051-2/+1
|
* Auto-update of IO firmware, shorter preflight check alarmLorenz Meier2013-12-141-1/+1
|
* Hotfix: Check for out of range accel valuesLorenz Meier2013-11-031-2/+26
|
* Fixed bug with fd leak in rc_calibration_checkAnton Babushkin2013-10-221-2/+2
|
* tone_alarm: more device paths replaced with #defineRandy Mackay2013-09-161-1/+1
|
* Closing all opened file descriptors, fixed param save issue, tests cleanLorenz Meier2013-09-011-0/+7
|
* Remove unused tones and save about 6K flash spaceJean Cyr2013-08-301-3/+3
| | | | | - Comment out unused tones - Create symbolic tone numbers rather than hardcoded
* A lot more on calibration and RC checks. Needs more testing, but no known issuesLorenz Meier2013-08-251-95/+2
|
* Improved sensor startup and error checkingLorenz Meier2013-08-191-1/+1
|
* Handle case of non-present leds in preflight checkLorenz Meier2013-07-191-0/+6
|
* Integration WIP with current NuttX versionLorenz Meier2013-06-011-2/+11
|
* VA args now supported by MAVLink text messagesLorenz Meier2013-05-211-1/+3
|
* Better preflight check, catches wrong RC configs. Needs rework of mavlink ↵Lorenz Meier2013-05-211-3/+96
| | | | text message API to VARARGs
* Moved all system commands to the new worldLorenz Meier2013-04-272-0/+248