aboutsummaryrefslogtreecommitdiff
path: root/Tools/px4params/xmlout.py
Commit message (Collapse)AuthorAgeFilesLines
* make parameter parser work with python3paramparsingfixesThomas Gubler2015-05-031-2/+1
|
* Add support for board attribute to parse outputDon Gagne2015-04-211-14/+24
| | | | | This allows for writing parameter meta data which is specific to a board type
* Revert "Added ability for board specific meta data generation"Lorenz Meier2015-04-181-24/+14
| | | | This reverts commit 9ac350a7d1c5c07a4e4ba7824744930f9110dedc.
* Added ability for board specific meta data generationDon Gagne2015-04-181-14/+24
| | | | Use new @board meta data attribute for board specific ifdef support
* Change to V2 spec of param meta dataDon Gagne2015-04-161-19/+35
| | | | Had to switch to ElementTree to get attribute support
* Add version number to parameter meta dataDon Gagne2015-04-151-0/+4
|
* Rework px_process_params.py into a fully featured program.Stefan Rado2014-02-181-0/+26
|
* Fixes for Python 3 and refactoring: Merge generic Output class into ↵Stefan Rado2014-02-151-22/+0
| | | | specialized output classes as some need to write files in binary mode.
* Parameters list generatorAlexander Lourier2013-10-181-0/+22