Courtney3141
Courtney3141
Thanks for the explanation Peter, I didn't realise there was such a big difference between command line vs environment variables, it makes sense now. There is still an issue here...
Thanks. On top of that, putting `export override` in one command is not syntactically correct for the default version of GNU make for MacOS and has no effect, so it's...
KBD interrupts now work for long executions as well as sleeps, currently file system blocking calls and i2c operations can't be interrupted (although easy to change in the future). There...
I tend to agree with @midnightveil here, plus I am working on filling some of these in now...
We do have issues in the queue library to do with atomics and memory orderings. This is a current work in progress and we plan to increment and read the...
Not sure if we need to include the license prefix for the `.json` files. Seems like we don't use it for the driver config files?
@Ivan-Velickovic Some things: 1. I notice that we now have a Python style checker, however the diff it produces is impossible to use (unlike the C diff), It is impossible...
> The intent is that you run the formatter tool locally (black, install via pip). I didn't realise that people did it via applying the diff directly. I have now...
> Both in my rewrite and Ivan's original this is allowed? If CPU is not specified it defaults to 0. CI fails because it doesn't have this changeset. Sorry not...