TSC21
13c0c618f3
px4modulesdoc: move to Python3
5 years ago
Beat Küng
8b64fc8a5e
Tools/px4moduledoc: add some comments, describe the regexes
8 years ago
Beat Küng
6c9574b336
Tools/px_process_module_doc.py: add script to extract documentation
...
And turn it into a markdown page.
It also does some simple validation, to check that the getopt() arguments
match the documentation.
8 years ago
Beat Küng
45bc882f5d
px_process_params: fix scope when script is called from repo root
...
If called with ./Tools/px_process_params.py, the path would start with
src/<module>, and thus not match the regex "^.*/src/"
8 years ago
Daniel Agar
f26cd01d16
param gen reorganize and fix DISABLE_PARAMS_MODULE_SCOPING
8 years ago
Daniel Agar
db816982cd
px4params don't search recursively for params
...
- move controllib_test under controllib
8 years ago
mazahner
6fe9b8e543
use CmakeLists scope to generate te XML file
...
- the only difference really is, that scope (the configuration.cmake) is already passed
to px_process_params via the argument --scope. The Paths in --scope are evaluated w.r.t
the path to src provided via the -s /--src-path argument.
- if no --scope is proveided. the Old scheme by simply walking the full --src-path directory
is applied
8 years ago
Stephen Street
039d5528dd
Change prefix construction to allow correct building of scope tag in parameters.xml when building out-of-tree ( #4781 )
...
Fixes issue #4767
9 years ago
Daniel Agar
194b48b50a
srcscanner.py replace windows slashes
9 years ago
David Sidrane
64d43ad381
Scope parameter included in build by cmake/configs
...
Conflicts:
Tools/px_generate_params.py
src/lib/ecl
9 years ago
mswingtra
68e726ce37
px4_param_def to QGC fix
10 years ago
mswingtra
9d5ea4bceb
px4_param_def to QGC fix
10 years ago
Don Gagne
ad7612220d
Validate meta data
10 years ago
Lorenz Meier
84d744707d
UAVCAN: Move into lib directory
10 years ago
Stefan Rado
55e66f5ad1
Rename Scanner and Parser classes to SourceScanner and SourceParser to avoid naming conflicts.
11 years ago
Stefan Rado
e9feef8ff6
Simplify file extension check.
11 years ago
Stefan Rado
49cc0bd162
Explicitly treat all files as UTF-8.
11 years ago
Alexander Lourier
0f67c5cbb0
Parameters list generator
11 years ago