Scott Rapson
Scott Rapson
I noticed that the wiki only mentions SSH based repo authentication, I'm forced to use HTTPS due to firewall rules. I configured a (long) timeout on the credentials store for...
In this particular case, only the workstation seems to demonstrate the issue. More debugging needed. Workstation is using `gcc version 10.3.0 (Solus) `. ``` Ceedling:: 0.30.0 Unity:: 2.5.1 CMock:: 2.5.2...
Should use prefix `eui_` to match rest of the public function style. - [ ] Change library. - [ ] Update doxy - [ ] Update documentation. - [ ]...
The board ID is currently a bit of a hack, using a 16-bit hash (and a poor hash at that) of whatever they pass in. There are also warnings from...
This is some kind of ephemeral volatile value the UI sends after successful handshake. When the microcontroller resets, this goes to zero, and the UI can then know if the...
Found some interesting bugs which weren't previously caught to due poor self-testing processes and insufficient test cases. Unit tests can't always catch the more subtle higher level functionality. Design a...
CLang Tidy warns many times per file about "narrowing conversion from unsigned int to int is implementation-defined". This is mostly seen where an unsigned bitfield is used for error handling,...