aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds
Commit message (Collapse)AuthorAgeFilesLines
* Ran astyle on ver.cDavid Sidrane2015-03-051-13/+14
|
* Added Build URI to version commandDavid Sidrane2015-03-051-8/+15
|
* Fixed bug in hardfault_get_desc not retering -ENOENTDavid Sidrane2015-03-051-1/+1
|
* Added BUILD_URI to locate elf file from fualt logDavid Sidrane2015-03-051-0/+4
|
* Added error message if uses of _sdata corrupts BBSRAM driver staticsDavid Sidrane2015-03-051-25/+25
|
* Reduced memory footprint with serialization and mallocDavid Sidrane2015-03-051-198/+321
|
* Hard Fault Logging - one issue remians reduse memory foot printDavid Sidrane2015-03-052-0/+761
|
* Using Nuttx stack assessment itnerfacesDavid Sidrane2015-03-051-9/+12
|
* ESC calib and PWM system commands: Remove spurious, unneeded headersLorenz Meier2015-03-052-7/+0
|
* tests: remove spurious, unneeded headerLorenz Meier2015-03-056-12/+0
|
* MTD: Update header locationsLorenz Meier2015-03-052-3/+3
|
* bl_update: fixed stat() checkAndrew Tridgell2015-02-261-2/+2
|
* mathlib tests: Fix typoLorenz Meier2015-02-231-1/+1
|
* mathlib test: Print all test types which are actually performedLorenz Meier2015-02-231-1/+4
|
* mathlib test: Code style fixesLorenz Meier2015-02-231-29/+36
|
* added test for quaternion methodstumbili2015-02-231-0/+67
|
* PWM command: Fix min/max/disarmed/failsafe commands to also read the current ↵Lorenz Meier2015-02-231-8/+27
| | | | settings first before modifying them.
* PWM command: Do not modify disarmed PWM valuesLorenz Meier2015-02-231-4/+11
|
* systemcmds: added usb_connected commandAndrew Tridgell2015-02-112-0/+93
| | | | | this is used in APM startup to see if we should start nsh on usb when no microSD is inserted
* param tool: Fix code styleLorenz Meier2015-02-101-9/+13
|
* implemented reset excludes in systemcmd "param", updated autoconfig ↵Andreas Antener2015-02-101-13/+30
| | | | parameter doc
* Update sensor testLorenz Meier2015-02-091-6/+6
|
* Preflight check: HeaderLorenz Meier2015-02-091-3/+5
|
* System cmds: Move to 0 based indexLorenz Meier2015-02-099-17/+17
|
* tests system command: Fix return value of tests all commandLorenz Meier2015-02-091-1/+1
|
* Modernize system tests, API cleanupLorenz Meier2015-02-085-192/+59
|
* Param interface: Allow to check return value of param_reset. Reset test ↵Lorenz Meier2015-02-081-36/+69
| | | | param prior to running test
* Merge ROS into masterLorenz Meier2015-02-031-0/+5
|\
| * Merged master into rosLorenz Meier2015-02-024-242/+3
| |\
| * \ Merge remote-tracking branch 'upstream/master' into ↵Thomas Gubler2015-02-012-13/+42
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | ros_messagelayer_merge2_attctrl_posctrl Conflicts: src/drivers/px4fmu/fmu.cpp
| * \ \ Merge remote-tracking branch 'upstream/master' into ↵Thomas Gubler2015-01-284-37/+55
| |\ \ \ | | | | | | | | | | | | | | | ros_messagelayer_merge_attctlposctl
| * | | | add topic header includesThomas Gubler2015-01-251-0/+4
| | | | |
| * | | | Merge remote-tracking branch 'upstream/master' into ros_messagelayer_mergeThomas Gubler2015-01-212-1/+16
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/modules/attitude_estimator_ekf/attitude_estimator_ekf_main.cpp src/modules/uORB/topics/vehicle_attitude.h
| * \ \ \ \ Merge remote-tracking branch 'upstream/master' into rosThomas Gubler2015-01-081-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into dev_rosThomas Gubler2015-01-053-9/+57
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/lib/mathlib/math/Matrix.hpp src/modules/mc_att_control/mc_att_control_main.cpp src/modules/uORB/topics/vehicle_status.h src/platforms/px4_includes.h
| * \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into dev_rosThomas Gubler2014-12-295-4/+15
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitmodules
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into dev_rosThomas Gubler2014-12-251-1/+5
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore src/lib/uavcan
| * | | | | | | | | actuator controls as msgThomas Gubler2014-12-081-0/+1
| | | | | | | | | |
* | | | | | | | | | Preflight check: Use indexed sensor paramsLorenz Meier2015-02-031-3/+3
| | | | | | | | | |
* | | | | | | | | | Config app: Use indexed sensor namesLorenz Meier2015-02-031-3/+3
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Remove C file from buildLorenz Meier2015-02-011-2/+1
| | | | | | | | |
* | | | | | | | | Remove MTD testLorenz Meier2015-02-013-240/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Save and check device id for acc and gyro calibration parameters.config_all_deviceshauptmech2015-01-312-13/+42
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 call to access the mcu unique id. Expose via the 'ver' command.hauptmech2015-01-281-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is prep for verifying calibration parameters against the hardware they were gathered on.
* | | | | | | USB startup: Ensure that we are not talking to the peripheral too soon. ↵Lorenz Meier2015-01-262-1/+7
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Startup does not take longer due to smart rearrangement of launch calls
* | | | | | Add SENS_MAG_ID parameterhauptmech2015-01-172-1/+16
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | Record devid to SENS_MAG_ID during mag calibration Verify devid matches SENS_MAG_ID during preflight_check
* | | | | Changed naming of the mixers to get rid of umbiguity as outputs are actually ↵Anton Matosov2015-01-081-1/+1
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | going to be driven by io, not fmu Implemented automatic lookup for the .aux.mix file if it exists
* | | | NSH term fixLorenz Meier2015-01-041-2/+3
| | | |
* | | | Fix NSH timeout logicLorenz Meier2015-01-041-6/+4
| | | |