summaryrefslogtreecommitdiffstats
path: root/userspace-header-gen.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-08-31userspace-header-gen.py: Revert interpreter changeSebastian Huber1-1/+1
2018-08-28userspace-header-gen.py: Sort file contentSebastian Huber1-8/+21
Sort the file content to make it less dependent on compiler code generation variances.
2018-08-01userspace-header-gen: Special case for Yacc / Lex.Christian Mauderer1-1/+31
Some variables generated by Yacc / Lex need a special treatment. That had been done by manual editing of the generated headers in the past. This patch integrate these changes into the generator.
2017-10-10userspace-header-gen.py: Python 3 compatibilitySebastian Huber1-1/+1
2017-01-17userspace-header-gen: Don't generate first array size.Christian Mauderer1-6/+10
2017-01-10userspace-header-gen.py: Simplify program portsChristian Mauderer1-0/+513