Greg Balke
Greg Balke
Signed-off-by: Greg Balke Topic: bdt_uses_dcargs Reviewers: brent
Signed-off-by: Greg Balke Topic: tools_error_summaries
Currently, the calibration data structure is stored in the struct's byte form. This works fine as long as the data structure does not change. This is a problem as there...
There are currently a lot of different scripts in `tools/` that interact with the same base board functions (the ones found in `boards.py`). The goal of this PR is to...
To get started with unit testing sections of the code-base, I thought we should first pick a reasonable framework. Looking at the list on [wikipedia](https://en.wikipedia.org/wiki/List_of_unit_testing_frameworks#C), I found https://github.com/Snaipe/Criterion to check...
**Describe the bug** Password protected SSH keys lead to revup hanging/crashing. **Expected behavior** Be prompted to type in ssh key's password. **To Reproduce** Use an ssh key with a password...