aboutsummaryrefslogtreecommitdiff
path: root/Tools
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Uploader works now with Python 2.7 and 3.3Julian Oes2013-09-041-27/+44
|
* Merge branch 'master' into python3_compatJulian Oes2013-09-031-1/+1
|\
| * v4 compatibilityLorenz Meier2013-09-031-1/+1
| |
* | Make px_mkfw.py and px_upload.py compatible with both python 2.7 and 3.3Julian Oes2013-08-232-6/+6
|/
* Minor fixes to log conversion scriptsLorenz Meier2013-08-132-3/+2
|
* Final version of log conversion script, runs with Python 2 or 3 on Windows, ↵Lorenz Meier2013-08-131-5/+13
| | | | Linux and MacOS. Tested on Mac with 2 and 3
* WIPLorenz Meier2013-08-131-6/+15
|
* Added Python 2 / 3 Windows / Linux / Mac OS converter script. So much for ↵Lorenz Meier2013-08-122-77/+22
| | | | cross-platform / version agnostic
* First stab at Python 2 and 3 compatibiltyLorenz Meier2013-08-121-1/+71
|
* Hotfix: Fixed Windows execution of sdlog2 dump scriptLorenz Meier2013-08-121-1/+1
|
* Hotfix: Cleanup / revision of log conversion scriptsLorenz Meier2013-08-082-60/+2
|
* Hotfix: Fixed sdlog2 MATLAB exportLorenz Meier2013-07-292-6/+564
|
* sdlog2_dump.py comments and version updatedAnton Babushkin2013-06-021-2/+4
|
* sdlog2_dump.py: "recover from errors" optionAnton Babushkin2013-06-021-2/+17
|
* sdlog2 messages packing fixed, sdlog2_dump.py now produces much more ↵Anton Babushkin2013-05-301-15/+36
| | | | compressed output.