Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils: update_fbs.py: Minor refactor, fix path bug | Martin Braun | 2020-06-22 | 1 | -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 ones | Martin Braun | 2020-04-17 | 1 | -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. |