aboutsummaryrefslogtreecommitdiff
path: root/Tools/px4params/srcparser.py
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Added ability for board specific meta data generation"Lorenz Meier2015-04-181-21/+16
| | | | This reverts commit 9ac350a7d1c5c07a4e4ba7824744930f9110dedc.
* Added ability for board specific meta data generationDon Gagne2015-04-181-16/+21
| | | | Use new @board meta data attribute for board specific ifdef support
* Parameter meta data fixesDon Gagne2015-04-151-2/+33
|
* UAVCAN: Move into lib directoryLorenz Meier2014-12-231-1/+1
|
* Rename Scanner and Parser classes to SourceScanner and SourceParser to avoid ↵Stefan Rado2014-02-181-1/+1
| | | | naming conflicts.
* Recognize @unit parameter documentation tag. Not used in any output yet.Stefan Rado2014-02-181-1/+2
|
* Fixes for Python 3: Use sorted() with key parameter instead of deprecated ↵Stefan Rado2014-02-151-10/+10
| | | | (and removed) cmp() function.
* Rename parser.py to srcparser.py to prevent naming conflicts with built-in ↵Stefan Rado2014-02-151-0/+220
Python parser library.