aboutsummaryrefslogtreecommitdiff
path: root/Tools
Commit message (Collapse)AuthorAgeFilesLines
...
* | add genmsg and gencpp python modules, ros not required anymore for message ↵Thomas Gubler2014-12-042-0/+0
| | | | | | | | generation
* | uorb topic header generator: only create new files if the file content ↵Thomas Gubler2014-12-041-35/+86
| | | | | | | | really changed
* | initial version of msg to uorb scriptThomas Gubler2014-12-011-0/+98
|/ | | | | Standard and embedded types work, may need small refinements for some types
* Parameter xml metadata in .px4Don Gagne2014-11-181-0/+5
|
* Let the uploader print the binary sizeLorenz Meier2014-11-151-1/+1
|
* Fix comparison in upload script for test buildsLorenz Meier2014-11-121-3/+3
|
* Make tools executableLorenz Meier2014-11-112-0/+0
|
* Add generic uploader toolLorenz Meier2014-11-081-0/+28
|
* Add USB load test from Mark WhitehornLorenz Meier2014-11-031-0/+55
|
* Better error handling instructionsLorenz Meier2014-11-021-0/+2
|
* Fix up reboot logicLorenz Meier2014-11-021-0/+2
|
* Fix error handlingLorenz Meier2014-11-021-1/+1
|
* Time out on serial instead of just hanging thereLorenz Meier2014-11-021-2/+2
|
* sdlog2_dump: Fixing incorrect tabbing to allow for CSV generationv1.0.0-rc2Andrew Tridgell2014-10-291-2/+2
|
* Fix px_romfs_pruner.py to skip .data filesJames Harrison2014-10-141-1/+1
| | | The .data extension was missing but used in some places; this would cause the pruner to fail with a UnicodeDecodeError.
* Merged master into st24Lorenz Meier2014-10-073-2/+76
|\
| * Code style fixes, no code changesLorenz Meier2014-10-071-19/+20
| |
| * Add missing newlineLorenz Meier2014-10-071-1/+1
| |
| * Remove unused test dataLorenz Meier2014-10-071-33/+0
| |
| * Removed bogus warnignn from testLorenz Meier2014-10-071-5/+1
| |
| * Updated and fixed parser for SF02/F laser sensor, test harness runs cleanLorenz Meier2014-10-074-115/+28
| |
| * WIP on laser driver unit testLorenz Meier2014-09-274-2/+199
| |
* | Formatted ST24 test codeLorenz Meier2014-10-071-16/+15
| |
* | Fix up ST24 libLorenz Meier2014-10-071-2/+7
| |
* | Fixed ST24 testLorenz Meier2014-10-061-5/+19
| |
* | SBUS2 fixLorenz Meier2014-10-061-1/+2
| |
* | Fix file location for st24 testLorenz Meier2014-10-061-1/+1
| |
* | Add ST24 test harnessLorenz Meier2014-10-063-2/+68
|/
* Attempt at fixing programming timeoutsLorenz Meier2014-08-251-3/+3
|
* Increase timeout in an attempt to prevent timout python failureLorenz Meier2014-08-121-1/+1
|
* sdlog2_dump.py: minor fix allowing handling FMT messages in the middle of streamAnton Babushkin2014-07-311-1/+2
|
* fetch_log.py renamed to fetch_file.py and reworked, works with all files, ↵Anton Babushkin2014-07-292-133/+207
| | | | not only logs, added recursive directory download
* Do not abort on submodule init feedbackLorenz Meier2014-07-241-2/+2
|
* Merge pull request #1128 from PX4/uavcanLorenz Meier2014-07-221-0/+24
|\ | | | | Basic UAVCAN support
| * Fixed check_submodules.sh for UAVCANPavel Kirienko2014-07-121-4/+12
| |
| * Merge branch 'master' into uavcanPavel Kirienko2014-07-121-6/+20
| |\
| * | UAVCAN as a submodulePavel Kirienko2014-07-081-0/+16
| | |
* | | Fix missing line endingsLorenz Meier2014-07-212-2/+2
| | |
* | | Add PX4IO voltage dataset and linear fitLorenz Meier2014-07-212-0/+84
| | |
* | | better submodule instructionsLorenz Meier2014-07-121-2/+8
| | |
* | | Merged masterLorenz Meier2014-07-121-4/+14
|\ \ \ | | |/ | |/|
| * | Fixed the submodule check logicLorenz Meier2014-07-101-4/+18
| | |
| * | Add quotes around the variable. It's safer.Simon Wilks2014-07-081-2/+2
| | |
| * | A more compatible way of checking for an empty string.Simon Wilks2014-07-081-2/+2
| |/
* | Updated submodule update instructionsLorenz Meier2014-07-081-2/+2
| |
* | Tools: skip check_submodules.sh when GIT_SUBMODULES_ARE_EVIL is setAndrew Tridgell2014-07-081-0/+6
| | | | | | | | this avoids using submodules when a specific NuttX tree is specified
* | Revert "Tools: skip check_submodules.sh when NUTTX_SRC is set"Lorenz Meier2014-07-081-7/+0
| | | | | | | | This reverts commit ac8f179f2dad99d664a6f9de4df954bea7fe5858.
* | Tools: skip check_submodules.sh when NUTTX_SRC is setAndrew Tridgell2014-07-081-0/+7
| | | | | | | | this avoids using submodules when a specific NuttX tree is specified
* | Improve modem manager warning to avoid having smart people tell us we have ↵Lorenz Meier2014-07-081-3/+3
| | | | | | | | Linux compatibility issues while we actually do not.
* | px_uploader: added ModemManager warningAndrew Tridgell2014-07-081-0/+7
|/