Beat Küng
8b64fc8a5e
Tools/px4moduledoc: add some comments, describe the regexes
2017-07-14 11:57:11 +02:00
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/"
2017-07-14 11:57:11 +02:00
Daniel Agar
f26cd01d16
param gen reorganize and fix DISABLE_PARAMS_MODULE_SCOPING
2017-06-12 12:18:53 -04:00
Daniel Agar
db816982cd
px4params don't search recursively for params
...
- move controllib_test under controllib
2017-06-04 18:22:42 +08:00
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
2017-01-04 09:29:52 +01:00
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
2016-06-09 15:08:57 -04:00
Daniel Agar
194b48b50a
srcscanner.py replace windows slashes
2016-05-11 18:51:39 +02:00
David Sidrane
64d43ad381
Scope parameter included in build by cmake/configs
...
Conflicts:
Tools/px_generate_params.py
src/lib/ecl
2016-05-01 13:47:41 +02:00
mswingtra
68e726ce37
px4_param_def to QGC fix
2015-08-28 11:18:52 +02:00
Don Gagne
ad7612220d
Validate meta data
2015-07-22 09:01:31 -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