David Brown
David Brown
Unfortunately, this makes `serde_cbor` pretty much useless for many applications that use CBOR. I think the distinction here is that there are two uses of CBOR within Rust. 1. is...
> There also seems to be something going on with them being in the same definition: if I do them as separate strokes `{*!}` followed by `{*-|}` does what I'd...
I have just started playing with doing this on top of Zephyr. Basics of building aren't too difficult, so I started with log. There is a bit of a semantic...
Not exactly a direct comment on this PR, but I wanted to bring up another question. Zephyr depends on newlib (or possibly picolibc). Right now we build newlib as part...
How we bring in various modules depends a bit on the build system of that module. In some cases, we use their CMake files. In other cases (such as Mbed...
Unsure if this is related enough, or warrants a new issue. But, it would also be nice to document which files are "add only", and which files get replaced. This...
Might as well scratch my previous comment. Restic doesn't really work with S3 when migrating data to Glacier or Deep Archive, since Restic needs to be able to read from...
The other thing that is going to come up is that adding simulator support for this type of configure is going to point out the "rare" or "occasional" failures, and...
Re-opening to track.
I'll go ahead an re-open this, as I am actually working on what I hope is a solution to this. I want to basically add support for flash devices with...