Alex Martens
Alex Martens
Hmm. A quick fix would be to rebind in the loop, but this shouldn't occur in the first place. Are you able to try out the code here? If it...
The async portion of this requires a significant departure from the synchronous API to be useful, and I don't have a clear enough picture in my mind of what the...
:/ Your chip probably has a fast clock speed and the default HAL implementation doesn't assert chip select low for long enough. I haven't merged that "fix" yet because I...
We've only seen it in these two locations so far, but it will cause problems with any accesses over the SPI bus given enough time.
it is "fixed" (read: worked around) for EH0 on the main branch. I have been meaning to make a release, I'll do that today. For EH1 there's no control for...
Yeah, that should work. I have been running a DHCP client device for a little over a year now without issues. What is the system frequency and SPI bus frequency...
See also #60. I cannot do much about this unfortunately, #67 to add support for Python 3.9 is still stuck in limbo.
The last working build is in release-22.11, and it still builds today with `nix-build -A haskellPackages.sv2v --argstr system aarch64-linux` I have not used it in a while so I didn't...
I tried out nixpkgs with 0.0.12, both `x86_64-linux` and `aarch64-linux` work. The `haskellPackages` set in nixpkgs gets updated automatically (e.g. https://github.com/NixOS/nixpkgs/pull/307204). It will take a few weeks for it to...
sv2v was updated in nixpkgs (https://github.com/NixOS/nixpkgs/pull/311940), but it still has the broken flag, I have opened a PR to remove this flag in nix: https://github.com/NixOS/nixpkgs/pull/313171