aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds
Commit message (Collapse)AuthorAgeFilesLines
* tone_alarm: more device paths replaced with #defineRandy Mackay2013-09-162-3/+3
|
* Cut down 'tests file' for debuggingpx4dev2013-09-111-2/+41
|
* Closing all opened file descriptors, fixed param save issue, tests cleanLorenz Meier2013-09-011-0/+7
|
* Added test to test unlink()Lorenz Meier2013-09-011-0/+30
|
* Remove unused tones and save about 6K flash spaceJean Cyr2013-08-302-5/+5
| | | | | - 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
|
* Merged fmuv2_bringupLorenz Meier2013-08-211-86/+103
|\
| * 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
| |
| * Merge branch 'master' of github.com:PX4/Firmware into fmuv2_bringupLorenz Meier2013-08-201-2/+73
| |\
| * | Minimized nshterm flags, fixed some pretty stupid non-standard coding in ↵Lorenz Meier2013-08-192-9/+11
| | | | | | | | | | | | top, now behaving with two shell instances as expected
* | | Merge branch 'master' into fmuv2_bringup_new_state_machine_drtonLorenz Meier2013-08-201-1/+13
|\ \ \ | | |/ | |/|
| * | Show values when selftest failsLorenz Meier2013-08-201-1/+13
| | |
* | | Merge branch 'master' of github.com:PX4/Firmware into ↵Lorenz Meier2013-08-201-2/+61
|\| | | | | | | | | | | fmuv2_bringup_new_state_machine_drton
| * | Merge branch 'sensor_selftests'Lorenz Meier2013-08-191-2/+61
| |\ \
| | * | Made accel / gyro self tests aware of offsets and scales, added support to ↵Lorenz Meier2013-08-091-2/+61
| | | | | | | | | | | | | | | | config command to call these
* | | | Fixed NSH terminal initLorenz Meier2013-08-201-1/+1
| | | |
* | | | Improved sensor startup and error checkingLorenz Meier2013-08-191-1/+1
| | | |
* | | | Minimized nshterm flags, fixed some pretty stupid non-standard coding in ↵Lorenz Meier2013-08-192-9/+11
| | | | | | | | | | | | | | | | top, now behaving with two shell instances as expected
* | | | Merge branch 'fmuv2_bringup' of github.com:cvg/Firmware_Private into ↵Lorenz Meier2013-08-191-3/+28
|\ \ \ \ | | |_|/ | |/| | | | | | fmuv2_bringup_new_state_machine_drton
| * | | Put console and syslog on UART8, added support to nshterm for proper serial ↵Lorenz Meier2013-08-181-3/+28
| | | | | | | | | | | | | | | | port config
* | | | Merge remote-tracking branch 'px4/new_state_machine_drton' into ↵Julian Oes2013-08-153-6/+333
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fmuv2_bringup_new_state_machine_drton Conflicts: src/drivers/blinkm/blinkm.cpp src/drivers/px4io/px4io.cpp src/modules/commander/state_machine_helper.c src/modules/px4iofirmware/protocol.h src/modules/px4iofirmware/registers.c src/modules/systemlib/systemlib.h src/systemcmds/reboot/reboot.c
| * | | Merged masterLorenz Meier2013-08-145-1/+530
| |\| |
| * | | Merge branch 'master' of github.com:PX4/Firmware into new_state_machineLorenz Meier2013-07-192-1/+78
| |\ \ \
| * \ \ \ Merged masterLorenz Meier2013-07-152-114/+143
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into new_state_machineJulian Oes2013-07-082-4/+15
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compiling again Conflicts: src/modules/fixedwing_att_control/fixedwing_att_control_att.c src/modules/fixedwing_att_control/fixedwing_att_control_rate.c src/modules/fixedwing_pos_control/fixedwing_pos_control_main.c src/modules/mavlink/orb_listener.c src/modules/multirotor_att_control/multirotor_attitude_control.c src/modules/multirotor_att_control/multirotor_rate_control.c src/modules/systemlib/pid/pid.c src/modules/systemlib/pid/pid.h src/modules/uORB/objects_common.cpp
| * | | | | | First try for an ESC calibration toolJulian Oes2013-06-202-0/+291
| | | | | | |
| * | | | | | Merge remote-tracking branch 'upstream/io_fixes' into new_state_machineJulian Oes2013-06-181-6/+42
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/drivers/px4io/px4io.cpp src/modules/commander/commander.c src/modules/commander/state_machine_helper.c src/modules/commander/state_machine_helper.h src/modules/px4iofirmware/mixer.cpp src/modules/uORB/topics/actuator_controls.h src/modules/uORB/topics/vehicle_status.h
| | * | | | | | Fixed chan count logicLorenz Meier2013-06-091-1/+1
| | | | | | | |
| | * | | | | | Fixed pwm count checkLorenz Meier2013-06-091-3/+3
| | | | | | | |
| | * | | | | | Made pwm command sending continously, improved failsafe logicLorenz Meier2013-06-071-6/+42
| | | | | | | |
| * | | | | | | Merge remote-tracking branch 'upstream/master' into new_state_machineJulian Oes2013-06-124-5/+106
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/examples/fixedwing_control/main.c
| * | | | | | | Merge remote-tracking branch 'upstream/master' into new_state_machineJulian Oes2013-05-171-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/drivers/px4io/px4io.cpp src/modules/commander/commander.c src/modules/commander/state_machine_helper.c
* | | | | | | | Merge commit 'de749a3602423f5ee6ca56f3cf2dfff04e31ec6d' (kconfig-cleanup) ↵px4dev2013-08-141-1/+1
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | into fmuv2_bringup
| * | | | | | | Stop expecting CONFIG_HRT_anything since we aren't baking it into the NuttX ↵px4dev2013-08-131-1/+1
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | config anymore.
* | | | | | | Add an option to the systemreset() call and to the reboot command (-b) to ↵px4dev2013-08-031-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reboot into the bootloader. The system will remain in the bootloader until it's reset, or until an upload is completed.
* | | | | | | nshterm: start a nsh console on any deviceAndrew Tridgell2013-08-032-0/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this is used in APM startup to fallback to a console on ttyACM0 if startup fails for any reason
* | | | | | | Restructure things so that the PX4 configs move out of the NuttX tree, and ↵px4dev2013-08-022-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | most of the PX4-specific board configuration data moves out of the config and into the board driver. Rename some directories that got left behind in the great board renaming.
* | | | | | | Merge branch 'master' of github.com:PX4/Firmware into fmuv2_bringupLorenz Meier2013-07-302-0/+244
|\| | | | | |
| * | | | | | Merge branch 'config' of github.com:PX4/FirmwareLorenz Meier2013-07-302-0/+244
| |\ \ \ \ \ \
| | * | | | | | 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
* | | | | | | Merged in RAMTRON updateLorenz Meier2013-07-281-0/+11
|\| | | | | |
| * | | | | | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2013-07-282-1/+78
| |\| | | | |
| * | | | | | Added RAMTRON device, updated diagramsLorenz Meier2013-07-282-0/+285
| | |_|_|_|/ | |/| | | |
* | | | | | Fixed led and reboot linker challenges in C++ environmentsLorenz Meier2013-07-281-1/+1
| | | | | |
* | | | | | Merged masterLorenz Meier2013-07-202-1/+78
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Handle case of non-present leds in preflight checkLorenz Meier2013-07-191-0/+6
| | | | | |
| * | | | | Only printing value if equalLorenz Meier2013-07-151-3/+3
| | | | | |