aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds
Commit message (Expand)AuthorAgeFilesLines
* Improved test suite, now features a MTD device testLorenz Meier2014-01-155-2/+301
* mtd: fixed creation and erase of a single partitionAndrew Tridgell2014-01-151-5/+5
* Merged master into mixer unit tests branchLorenz Meier2014-01-1515-688/+794
|\
| * Introducing mtd status command, fixing compile errors for I2C setupLorenz Meier2014-01-141-29/+88
| * Deleting old eeprom driver directoryLorenz Meier2014-01-143-875/+0
| * Enabled EEPROM as MTD backend deviceLorenz Meier2014-01-143-8/+619
| * Pruned old RAMTRON interfaceLorenz Meier2014-01-142-285/+0
| * Eliminated magic numberLorenz Meier2014-01-141-1/+1
| * Added MTD erase commandAndrew Tridgell2014-01-141-1/+30
| * Merge branch 'master' into mtd_multiLorenz Meier2014-01-131-7/+9
| |\
| | * Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2014-01-131-7/+9
| | |\
| | | * Added missing file close on test commandLorenz Meier2014-01-121-7/+9
| * | | More param command related improvementsLorenz Meier2014-01-121-6/+8
| * | | Compile / bugfixes on MTD commandline toolLorenz Meier2014-01-121-4/+1
| * | | Enabled MTD partitions, successfully tested paramsLorenz Meier2014-01-121-18/+22
| * | | Merge branch 'mtd' into mtd_multiLorenz Meier2014-01-121-3/+30
| |\ \ \
| | * | | Support for better param printingLorenz Meier2014-01-121-3/+30
| | |/ /
| * / / Added support for N MTD / ramtron partitions / filesLorenz Meier2014-01-121-46/+79
| |/ /
| * / Added MTD adapter driverLorenz Meier2014-01-112-0/+222
| |/
| * Merge branch 'mount_tests' of github.com:PX4/Firmware into mount_testsLorenz Meier2014-01-081-1/+49
| |\
| | * Merge branch 'master' into mount_testsLorenz Meier2014-01-081-1/+49
| | |\
| | | * Improved file test, allowed abortionLorenz Meier2014-01-081-1/+49
| * | | Better settings for the mount testLorenz Meier2014-01-081-2/+2
| |/ /
| * | Better mount test, still not reproducing failure very wellLorenz Meier2014-01-071-12/+19
| * | Check 30 seconds for USB portLorenz Meier2014-01-071-1/+3
| * | Fixed error handling logic, we want to return, not exitLorenz Meier2014-01-071-20/+22
| * | Improved mount testLorenz Meier2014-01-042-117/+102
| * | Added tests for mount / fsync / rebootLorenz Meier2014-01-044-1/+236
| |/
| * ESC calib: low PWM value was not setJulian Oes2014-01-021-0/+1
* | Testing disarming and rearming as well now, removed magic numbers in favor of...Lorenz Meier2014-01-021-6/+89
* | Turned the mixer test into a real test, now also cross checking post mix resultsLorenz Meier2014-01-021-10/+70
* | Add conversions and mixer tests. Work in progressLorenz Meier2013-12-316-4/+133
|/
* Allow N comparisons of a param value, returns success if one matchesLorenz Meier2013-12-281-14/+21
* Add tight RC testLorenz Meier2013-12-214-1/+150
* Useful bits for high-rate loggingLorenz Meier2013-12-201-26/+41
* Auto-update of IO firmware, shorter preflight check alarmLorenz Meier2013-12-141-1/+1
* PPM loopback testLorenz Meier2013-12-051-42/+66
* Tests for all PWM pinsLorenz Meier2013-11-3010-122/+294
* Fix user abort behave in testThiago0B2013-11-111-0/+19
* Hotfix: Check for out of range accel valuesLorenz Meier2013-11-031-2/+26
* Merge pull request #502 from PX4/pwm_ioctlsLorenz Meier2013-10-311-91/+67
|\
| * pwm_output: Allow PWM values from 900us to 2100us but use a default of 1000us...Julian Oes2013-10-311-5/+5
| * esc_calib: Changed cmdline interface (now same as for the pwm systecmd), read...Julian Oes2013-10-311-91/+67
* | Fixed small typoJulian Oes2013-10-311-1/+1
|/
* Commandline parsing fixesLorenz Meier2013-10-311-16/+28
* esc_calib on steroidsLorenz Meier2013-10-311-7/+84
* Merge branch 'master' of github.com:PX4/Firmware into pwm_ioctlsLorenz Meier2013-10-301-2/+2
|\
| * Fixed bug with fd leak in rc_calibration_checkAnton Babushkin2013-10-221-2/+2
* | Minor warning and no error in case of zero value for disarmedLorenz Meier2013-10-301-2/+2
* | esc_calib: get disarmed/max values from PWM device, more informative outputAnton Babushkin2013-10-221-43/+72