mokus0
mokus0
no problem, i had gathered that from looking over the project, but I figured it'd be worth opening the PR anyway just so future people looking at it (including if...
I was looking through this just now for `cobs_decode` and I do believe that `cobs_decode` at least should be ok - every increment of `src_read_ptr` is followed by at most...
The hardware design is hosted here: https://github.com/mokus0/m2-ice40 The schematic is nearly complete for a first draft, but still needs review and FPGA I/O pin assignments, test points, etc.
> The only place where LPC is accessible on the galp4 motherboard is where the IT8587E is soldered. It would have to be removed and replaced with a pin compatible...
it would be nice if this were at least an option I could enable - I have a haskeline app that uses ansi escapes for coloring, and it works fine...
This seems very special-purpose. I'm not sure it makes sense to include here, at least not without a more descriptive name. People who don't realize there's already a zipWithM in...
Thank you! At this point I don't see myself having time to keep up with it for at least another year or two, so I certainly wouldn't mind some help....
For this purpose I actually really liked the "loop-while" library on Hackage - it appears not to build any more, but as simple as it is I suspect it just...
This set of bindings was created independently of the one in bindings-dsl and (unless things have changed a lot) is much more complete and has more high-level typesafe bindings. It...
I'm trying to find a way to access the time_ns field without hacking the library to expose it, and I'm not finding an obvious way but it looks like this...