Lorenz Meier
|
9415dd8cd3
|
Add support for increment tag
|
2016-02-28 19:42:19 +01:00 |
Lorenz Meier
|
b1a16c711e
|
Param meta data: Validate new enum value entries
|
2016-02-06 16:19:46 +01:00 |
Lorenz Meier
|
203416f136
|
PX4 params: Support enum values
|
2016-02-06 16:11:58 +01:00 |
Lorenz Meier
|
1772cbe5e0
|
Support reboot_required tag
|
2016-01-13 21:14:35 +01:00 |
Lorenz Meier
|
e5d6b1c985
|
Tools: Parse new decimals tag
|
2015-10-23 19:53:09 +02:00 |
Thomas Gubler
|
e713f689bf
|
has_key is not available in python > 3.0
Replacing with 'in'
See https://docs.python.org/3.1/whatsnew/3.0.html#builtins
|
2015-09-12 15:39:28 +02:00 |
mswingtra
|
68e726ce37
|
px4_param_def to QGC fix
|
2015-08-28 11:18:52 +02:00 |
Don Gagne
|
55ce4d7b91
|
Check for duplicates
|
2015-07-22 09:59:23 -07:00 |
Don Gagne
|
ad7612220d
|
Validate meta data
|
2015-07-22 09:01:31 -07:00 |
Thomas Gubler
|
07f6165290
|
make parameter parser work with python3
|
2015-05-04 14:04:09 +02:00 |
Don Gagne
|
6bf0a2618b
|
Add support for board attribute to parse output
This allows for writing parameter meta data which is specific to a
board type
|
2015-04-21 12:31:08 -07:00 |
Lorenz Meier
|
f8cf495494
|
Revert "Added ability for board specific meta data generation"
This reverts commit 9ac350a7d1 .
|
2015-04-18 11:38:23 +02:00 |
Don Gagne
|
9ac350a7d1
|
Added ability for board specific meta data generation
Use new @board meta data attribute for board specific ifdef support
|
2015-04-18 11:14:12 +02:00 |
Don Gagne
|
05c351183f
|
Parameter meta data fixes
|
2015-04-15 11:29:37 -07:00 |
Lorenz Meier
|
84d744707d
|
UAVCAN: Move into lib directory
|
2014-12-23 14:34:53 +01:00 |
Stefan Rado
|
55e66f5ad1
|
Rename Scanner and Parser classes to SourceScanner and SourceParser to avoid naming conflicts.
|
2014-02-18 22:07:42 +01:00 |
Stefan Rado
|
a7ee2e71a0
|
Recognize @unit parameter documentation tag. Not used in any output yet.
|
2014-02-18 21:36:55 +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 |