px4-firmware/Tools/px4params
Stefan Rado 49cc0bd162 Explicitly treat all files as UTF-8. 2014-02-16 01:51:37 +01:00
..
.gitignore 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
README.md Parameters list generator 2013-10-18 03:47:15 +04:00
output_dokuwiki_listings.py Explicitly treat all files as UTF-8. 2014-02-16 01:51:37 +01:00
output_dokuwiki_tables.py Explicitly treat all files as UTF-8. 2014-02-16 01:51:37 +01:00
output_xml.py Explicitly treat all files as UTF-8. 2014-02-16 01:51:37 +01:00
px_process_params.py 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
scanner.py Explicitly treat all files as UTF-8. 2014-02-16 01:51:37 +01: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
xmlrpc.sh 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

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