aboutsummaryrefslogtreecommitdiff
path: root/Tools
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Added missing HRT functionality, cleanupLorenz Meier2014-01-021-4/+7
| |
* | Add conversions and mixer tests. Work in progressLorenz Meier2013-12-314-1/+157
|/
* Python uploader: Ignore exceptions when sending reboot triesJulian Oes2013-12-021-8/+11
|
* Ignoring docs outputLorenz Meier2013-10-241-0/+2
|
* sdlog2_dump.py: C strings parsing fixedAnton Babushkin2013-10-231-13/+12
|
* Parameters list generatorAlexander Lourier2013-10-187-0/+378
|
* Merge branch 'master' of github.com:PX4/Firmware into mixer_testingLorenz Meier2013-10-131-2/+2
|\
| * Python exception handling from muggenhorLorenz Meier2013-10-131-2/+2
| |
* | Improved mixer testsLorenz Meier2013-10-132-6/+9
| |
* | Added host-building mixer testLorenz Meier2013-10-125-0/+50
|/
* Remove accidentally comitted COM toolLorenz Meier2013-09-122-191/+0
|
* make upload on Linux much more reliableAndrew Tridgell2013-09-121-1/+13
| | | | | Upload on Linux now only tries usb-3D_Robotics boards. This should also make it handle more ports on MacOS
* Reducing timeout to 0.5 secondsLorenz Meier2013-09-103-1/+192
|
* The python uploader can now reboot the boardJulian Oes2013-09-041-1/+23
|