Forty-Bot
Forty-Bot
NAK for the second commit. `ss` is the preferred way to interact with sockets. Please add some descriptions to your commits. Commit messages should be active voice: "Add support for...
Hi, @jordansissel do you have any comments on this PR? Can it be merged?
> This PR causes 6 new test failures, all of which seem directly related to this change and the fact that most of the tests seem to expect the extra...
Did you adjust the pins in main.c? AFAIK all the demos here assume they run on a KD233.
just set the pins in io_mux_init to what they should be for your board
I believe this could be fixed if you use `--buildsystem=dh_virtualenv`. However, note that you will need to add ```make export DH_VIRTUALENV_ARGUMENTS ``` to avoid the error virtualenv: error: unrecognized arguments:...
IMO the obvious way to fix this is to just replace the memcpy_s with memcpy. The "safety" guard against too large of a size is getting in the way of...
Can you include the output of `dmesg`? Have you tried adding `-N`?
> * ensure that the CLK is working (with a counter in order to blink a led with 1Hz) This works fine. > ensure that the RES is working (the...
> I don't understand this. > > 1. There is a change in behavior of the default "error" from floor and error to round There is no change in behavior....