aboutsummaryrefslogtreecommitdiff
path: root/Tools
Commit message (Collapse)AuthorAgeFilesLines
* Cleaning up sub modulesLorenz Meier2014-07-071-0/+8
|
* add mavlink submodule check scriptThomas Gubler2014-07-071-0/+10
| | | | The script checks if the mavlink submodule is up to date
* XML toolLorenz Meier2014-07-011-0/+2
|
* fix code style script: enforce max line width of 120 charsThomas Gubler2014-05-121-1/+2
|
* Merge pull request #876 from PX4/autodeclinationLorenz Meier2014-05-038-35/+143
|\ | | | | Added automatic declination lookup
| * host tests: Fix missing newlinesLorenz Meier2014-05-033-3/+3
| |
| * Updated outo-testLorenz Meier2014-04-282-4/+13
| |
| * Add autodeclination testing - no-op right nowLorenz Meier2014-04-283-3/+29
| |
| * Add autodeclinationLorenz Meier2014-04-281-0/+1
| |
| * Disable sbus2_test for now, just leverage the testing infrastructureLorenz Meier2014-04-281-1/+1
| |
| * Add missing newlineLorenz Meier2014-04-281-1/+1
| |
| * Improve testing infrastructure for mixer and SBUS2Lorenz Meier2014-04-286-36/+108
| |
* | romfs pruner: fix filename checkThomas Gubler2014-05-021-1/+1
| |
* | romfs pruner: do not try to prune .swp filesThomas Gubler2014-05-021-14/+15
|/
* uploader: ignore bad character encodings for older bootloadersAndrew Tridgell2014-04-051-12/+16
| | | | | this prevents the uploader from throwing an exception with older bootloaders
* Merge remote-tracking branch 'remotes/origin/master' into param_toolStefan Rado2014-03-224-19/+217
|\
| * Merge pull request #712 from PX4/fetch_logLorenz Meier2014-03-121-0/+133
| |\ | | | | | | Log fetcher utility
| | * dumpfile command and fetch_log.py tool implemented to fetch logs via nsh ↵Anton Babushkin2014-03-081-0/+133
| | | | | | | | | | | | console on USB
| * | Merge pull request #673 from PX4/romfs_pruneLorenz Meier2014-03-101-0/+83
| |\ \ | | |/ | |/| ROMFS: ignore comments and newlines in startup files, text in mixer files
| | * ROMFS: only identify *.mix as mixer filesJulian Oes2014-02-171-1/+1
| | |
| | * ROMFS: ignore comments and newlines in startup files, text in mixer filesJulian Oes2014-02-171-0/+83
| | |
| * | Merge remote-tracking branch 'px4/master' into betaJulian Oes2014-02-272-19/+1
| |\ \
| | * | Replace single if lines with brackets in astyleLorenz Meier2014-02-231-0/+1
| | | |
| | * | Remove Ubuntu code style script - people should use the reference oneLorenz Meier2014-02-231-19/+0
| | | |
* | | | Improve DokuWiki formatting.Stefan Rado2014-02-191-24/+19
| | | |
* | | | Rework px_process_params.py into a fully featured program.Stefan Rado2014-02-1812-143/+162
| | | |
* | | | Rename Scanner and Parser classes to SourceScanner and SourceParser to avoid ↵Stefan Rado2014-02-183-7/+7
| | | | | | | | | | | | | | | | naming conflicts.
* | | | Simplify file extension check.Stefan Rado2014-02-181-7/+2
| | | |
* | | | Recognize @unit parameter documentation tag. Not used in any output yet.Stefan Rado2014-02-181-1/+2
|/ / /
* | | Merge branch 'master' into betaStefan Rado2014-02-173-535/+535
|\| |
| * | Cleanup: Moved sdlog2 file conversion scripts to separate folder.Stefan Rado2014-02-173-535/+535
| |/
* | Explicitly treat all files as UTF-8.Stefan Rado2014-02-164-7/+11
| |
* | Fixes for Python 3 and refactoring: Merge generic Output class into ↵Stefan Rado2014-02-157-50/+65
| | | | | | | | specialized output classes as some need to write files in binary mode.
* | Fixes for Python 3: Use sorted() with key parameter instead of deprecated ↵Stefan Rado2014-02-151-10/+10
| | | | | | | | (and removed) cmp() function.
* | Rename parser.py to srcparser.py to prevent naming conflicts with built-in ↵Stefan Rado2014-02-152-2/+2
| | | | | | | | Python parser library.
* | Layout fixes for wiki parameter documentation.Stefan Rado2014-02-141-16/+22
| | | | | | | | | | - Replace newlines in names and comments with a space. - Right align min/max/default values.
* | Merged master into betaLorenz Meier2014-02-111-0/+48
|\|
| * Update upload script from bootloader repoLorenz Meier2014-02-091-7/+7
| |
| * Updated uploader from Bootloader repoLorenz Meier2014-02-051-0/+48
| |
* | Merge branch 'master' into betaAnton Babushkin2014-01-293-10/+41
|\|
| * Changed param locationLorenz Meier2014-01-291-1/+1
| |
| * Better outputLorenz Meier2014-01-291-7/+7
| |
| * Triggering param documentation generationLorenz Meier2014-01-293-3/+34
| |
* | FSM visualisation script: cope with prefixed state namesJulian Oes2014-01-281-8/+8
| |
* | FSM visualisation script: renamed the fileJulian Oes2014-01-281-1/+1
| |
* | FSM visualisation script: use argparse instead of optionparse and some minor ↵Julian Oes2014-01-281-15/+14
| | | | | | | | cleanup
* | Added FSM visualisation scriptJulian Oes2014-01-281-0/+202
|/
* Merged master into mixer unit tests branchLorenz Meier2014-01-152-10/+47
|\
| * Parameter documentation improvementsLorenz Meier2014-01-132-10/+47
| |
* | Missing line break at EOFLorenz Meier2014-01-021-1/+1
| |