px4-firmware/Tools/px4params
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
..
.gitignore Triggering param documentation generation 2014-01-29 14:51:57 +01:00
README.md Parameters list generator 2013-10-18 03:47:15 +04:00
dokuwikiout.py Layout fixes for wiki parameter documentation. 2014-02-14 02:21:24 +01:00
dokuwikiout_listings.py Parameter documentation improvements 2014-01-13 08:33:25 +01:00
output.py Parameters list generator 2013-10-18 03:47:15 +04:00
px_process_params.py Rename parser.py to srcparser.py to prevent naming conflicts with built-in Python parser library. 2014-02-15 21:37:47 +01:00
scanner.py Parameters list generator 2013-10-18 03:47:15 +04:00
srcparser.py Fixes for Python 3: Use sorted() with key parameter instead of deprecated (and removed) cmp() function. 2014-02-15 21:37:47 +01:00
xmlout.py Parameters list generator 2013-10-18 03:47:15 +04:00
xmlrpc.sh Triggering param documentation generation 2014-01-29 14:51:57 +01:00

README.md

h1. PX4 Parameters Processor

It's designed to scan PX4 source codes, find declarations of tunable parameters, and generate the list in various formats.

Currently supported formats are:

  • XML for the parametric UI generator
  • Human-readable description in DokuWiki format