aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils/update_fbs.py
Commit message (Collapse)AuthorAgeFilesLines
* utils: update_fbs.py: Minor refactor, fix path bugMartin Braun2020-06-221-9/+15
| | | | | | | - The UHD auto-detection was broken. Now it can find UHD in the same directory. - The main() function was split into main() and run(), which would allow loading this module and calling run() as it's own function.
* cal: Add utility to update all .fbs files, or check the generated onesMartin Braun2020-04-171-0/+126
Calling ./update_fbs.py will update all the generated files. ./update_fbs.py -V will check if the generated files are OK, and return non-zero if not.