Stefan Rado
|
a7ee2e71a0
|
Recognize @unit parameter documentation tag. Not used in any output yet.
|
2014-02-18 21:36:55 +01:00 |
Stefan Rado
|
7fa82a27a7
|
Merge branch 'master' into beta
|
2014-02-17 22:10:06 +01:00 |
Stefan Rado
|
1afa53a159
|
Cleanup: Moved sdlog2 file conversion scripts to separate folder.
|
2014-02-17 21:15:35 +01:00 |
Julian Oes
|
94c40b6fa4
|
ROMFS: only identify *.mix as mixer files
|
2014-02-17 09:06:35 +01:00 |
Julian Oes
|
a61a89f339
|
ROMFS: ignore comments and newlines in startup files, text in mixer files
|
2014-02-17 00:25:30 +01:00 |
Stefan Rado
|
49cc0bd162
|
Explicitly treat all files as UTF-8.
|
2014-02-16 01:51:37 +01:00 |
Stefan Rado
|
d30335cb3f
|
Fixes for Python 3 and refactoring: Merge generic Output class into specialized output classes as some need to write files in binary mode.
|
2014-02-15 21:37:47 +01:00 |
Stefan Rado
|
1a7518a422
|
Fixes for Python 3: Use sorted() with key parameter instead of deprecated (and removed) cmp() function.
|
2014-02-15 21:37:47 +01:00 |
Stefan Rado
|
2e4c26c957
|
Rename parser.py to srcparser.py to prevent naming conflicts with built-in Python parser library.
|
2014-02-15 21:37:47 +01:00 |
Stefan Rado
|
ed3ffc26d6
|
Layout fixes for wiki parameter documentation.
- Replace newlines in names and comments with a space.
- Right align min/max/default values.
|
2014-02-14 02:21:24 +01:00 |
Lorenz Meier
|
1b978293d9
|
Merged master into beta
|
2014-02-11 08:24:18 +01:00 |
Lorenz Meier
|
70964dd87c
|
Update upload script from bootloader repo
|
2014-02-09 18:34:54 +01:00 |
Lorenz Meier
|
080b2da214
|
Updated uploader from Bootloader repo
|
2014-02-05 14:24:01 +01:00 |
Anton Babushkin
|
655192a7f1
|
Merge branch 'master' into beta
|
2014-01-29 22:13:22 +01:00 |
Lorenz Meier
|
2b17909f0c
|
Changed param location
|
2014-01-29 19:18:44 +01:00 |
Lorenz Meier
|
60859607ff
|
Better output
|
2014-01-29 15:11:50 +01:00 |
Lorenz Meier
|
d40382425f
|
Triggering param documentation generation
|
2014-01-29 14:51:57 +01:00 |
Julian Oes
|
99875bbd28
|
FSM visualisation script: cope with prefixed state names
|
2014-01-28 12:31:23 +01:00 |
Julian Oes
|
1488d32d0f
|
FSM visualisation script: renamed the file
|
2014-01-28 10:49:14 +01:00 |
Julian Oes
|
c5a3dd9168
|
FSM visualisation script: use argparse instead of optionparse and some minor cleanup
|
2014-01-28 10:46:44 +01:00 |
Julian Oes
|
cd9ec04904
|
Added FSM visualisation script
|
2014-01-28 10:15:28 +01:00 |
Lorenz Meier
|
f3cd83e804
|
Merged master into mixer unit tests branch
|
2014-01-15 07:43:17 +01:00 |
Lorenz Meier
|
f595b204ea
|
Parameter documentation improvements
|
2014-01-13 08:33:25 +01:00 |
Lorenz Meier
|
7ae71316fa
|
Missing line break at EOF
|
2014-01-02 09:49:43 +01:00 |
Lorenz Meier
|
eb47a164cb
|
Added missing HRT functionality, cleanup
|
2014-01-02 01:18:12 +01:00 |
Lorenz Meier
|
7f14f1f7de
|
Add conversions and mixer tests. Work in progress
|
2013-12-31 14:45:38 +01:00 |
Julian Oes
|
dcfd5bdbe7
|
Python uploader: Ignore exceptions when sending reboot tries
|
2013-12-02 23:07:36 +01:00 |
Lorenz Meier
|
cc324f2624
|
Ignoring docs output
|
2013-10-24 09:28:14 +02:00 |
Anton Babushkin
|
bb8a2c3631
|
sdlog2_dump.py: C strings parsing fixed
|
2013-10-23 18:57:44 +02:00 |
Alexander Lourier
|
0f67c5cbb0
|
Parameters list generator
|
2013-10-18 03:47:15 +04:00 |
Lorenz Meier
|
b3fb2bf850
|
Merge branch 'master' of github.com:PX4/Firmware into mixer_testing
|
2013-10-13 14:56:13 +02:00 |
Lorenz Meier
|
8aaf285ac5
|
Python exception handling from muggenhor
|
2013-10-13 12:38:26 +02:00 |
Lorenz Meier
|
5671df0af4
|
Improved mixer tests
|
2013-10-13 11:44:42 +02:00 |
Lorenz Meier
|
42b75ae896
|
Added host-building mixer test
|
2013-10-12 20:19:34 +02:00 |
Lorenz Meier
|
3796235967
|
Remove accidentally comitted COM tool
|
2013-09-12 12:58:08 +02:00 |
Andrew Tridgell
|
1f19a27e3c
|
make upload on Linux much more reliable
Upload on Linux now only tries usb-3D_Robotics boards. This should
also make it handle more ports on MacOS
|
2013-09-12 00:47:08 +02:00 |
Lorenz Meier
|
57769ec437
|
Reducing timeout to 0.5 seconds
|
2013-09-10 14:09:09 +02:00 |
Julian Oes
|
d30ba44f46
|
The python uploader can now reboot the board
|
2013-09-04 14:54:16 +02:00 |
Julian Oes
|
59373399ff
|
Uploader works now with Python 2.7 and 3.3
|
2013-09-04 13:30:00 +02:00 |
Julian Oes
|
96e7f42844
|
Merge branch 'master' into python3_compat
|
2013-09-03 09:34:25 +02:00 |
Lorenz Meier
|
3c0c11aec3
|
v4 compatibility
|
2013-09-03 07:49:57 +02:00 |
Julian Oes
|
1fed9ef1b1
|
Make px_mkfw.py and px_upload.py compatible with both python 2.7 and 3.3
|
2013-08-23 13:37:58 +02:00 |
Lorenz Meier
|
53b373dd82
|
Minor fixes to log conversion scripts
|
2013-08-13 08:50:40 +02:00 |
Lorenz Meier
|
da9d9781f9
|
Final version of log conversion script, runs with Python 2 or 3 on Windows, Linux and MacOS. Tested on Mac with 2 and 3
|
2013-08-13 07:33:32 +02:00 |
Lorenz Meier
|
b3d2efc90a
|
WIP
|
2013-08-13 07:26:05 +02:00 |
Lorenz Meier
|
487497d66e
|
Added Python 2 / 3 Windows / Linux / Mac OS converter script. So much for cross-platform / version agnostic
|
2013-08-12 23:50:29 +02:00 |
Lorenz Meier
|
d3d9d059c0
|
First stab at Python 2 and 3 compatibilty
|
2013-08-12 22:03:57 +02:00 |
Lorenz Meier
|
518e95ce44
|
Hotfix: Fixed Windows execution of sdlog2 dump script
|
2013-08-12 21:49:49 +02:00 |
Lorenz Meier
|
7861caf482
|
Hotfix: Cleanup / revision of log conversion scripts
|
2013-08-08 11:24:57 +02:00 |
Lorenz Meier
|
339c2599a4
|
Hotfix: Fixed sdlog2 MATLAB export
|
2013-07-29 00:30:37 +02:00 |
Anton Babushkin
|
6e5e1ff817
|
sdlog2_dump.py comments and version updated
|
2013-06-02 12:22:43 +04:00 |
Anton Babushkin
|
bd8bafb347
|
sdlog2_dump.py: "recover from errors" option
|
2013-06-02 10:43:39 +04:00 |
Anton Babushkin
|
9952fef645
|
sdlog2 messages packing fixed, sdlog2_dump.py now produces much more compressed output.
|
2013-05-30 21:27:55 +04:00 |
Anton Babushkin
|
8dbda51289
|
Cleanup
|
2013-05-27 18:04:19 +04:00 |
Anton Babushkin
|
84aa52c81a
|
sdlog2_dump.py now dumps CSV columns in the same order as args
|
2013-05-27 18:01:03 +04:00 |
Anton Babushkin
|
f5e405ef5b
|
sdlog2_dump.py now generates customizible CSV output, messages/fields filter added.
|
2013-05-26 20:15:46 +04:00 |
Anton Babushkin
|
81e7af3185
|
sdlog2_dump.py now supports all fileds formats and able to parse original APM log
|
2013-05-26 15:35:43 +04:00 |
Anton Babushkin
|
691dc8eefd
|
sdlog2 strick packing fixed, length bug fixed, "sdlog2_dump.py" debug tool added
|
2013-05-26 00:14:10 +04:00 |
Anton Babushkin
|
9f5fee09ba
|
logconv.py added: convert sdlog binary log to CSV
|
2013-05-22 21:43:23 +04:00 |
px4dev
|
01e427b17c
|
Merge working changes into export-build branch.
|
2013-04-26 16:14:32 -07:00 |
Lorenz Meier
|
3ea44e4a29
|
Hotfix: Make firmware generator and uploader python scripts Python 2 AND Python 3 compatible.
|
2013-03-18 15:11:02 +01:00 |
Lorenz Meier
|
a03a2f9231
|
Hotfix: Roll back an attempt to let the system know we want Python 2. Its better to make the uploader Python 3 compatible
|
2013-03-18 09:38:35 +01:00 |
Thomas Gubler
|
e0376fc375
|
archlinux compatibility
|
2013-03-09 15:22:24 +01:00 |
jgoppert
|
d9491b20cc
|
Reformat of math library with astyle.
|
2013-01-06 15:33:55 -05:00 |
Lorenz Meier
|
996e363122
|
Hotfix: general MAVLink update, including file transfer
|
2012-12-01 02:13:49 +01:00 |
Lorenz Meier
|
c7616f89a3
|
Hotfix: Made uploader more verbose on errors
|
2012-12-01 02:03:30 +01:00 |
Lorenz Meier
|
21b86cba26
|
Updated upload script
|
2012-10-02 10:41:21 +02:00 |
Lorenz Meier
|
9de6a81543
|
Updated EKF filter, fixed uploader (reverted to master)
|
2012-10-02 09:23:47 +02:00 |
tnaegeli
|
c9f27cbdc9
|
f
|
2012-09-24 18:23:00 +02:00 |
px4dev
|
e3f0b8f255
|
Add support for a range of bootloader protocols.
|
2012-09-19 21:52:42 -07:00 |
px4dev
|
0ad1834242
|
Minor correctness fixes.
|
2012-09-16 12:26:14 -07:00 |
px4dev
|
b871d28c6d
|
Avoid trying to adjust the port timeout once it's open; Windows apparently doesn't like this.
|
2012-09-09 22:09:17 -07:00 |
px4dev
|
be85f895a0
|
Use a much shorter timeout for normal communication, and stretch it only when we are waiting for erase.
|
2012-08-22 17:06:58 -07:00 |
px4dev
|
67ae727365
|
Bootloader requires images be a multiple of 4 bytes; pad to comply.
|
2012-08-11 19:42:24 -07:00 |
px4dev
|
8a365179ea
|
Fresh import of the PX4 firmware sources.
|
2012-08-04 15:12:36 -07:00 |