Frans Skarman

Results 138 comments of Frans Skarman

> I would be interested in implementing this, so I will try hacking something together this weekend probably. Sounds great, let me know if you run into any issues :)...

I believe we have only implemented SPI tx over DMA but there is no reason it couldn't be implemented for rx as well IIRC. If you would like to attempt...

> Is there anything (Mailinglist entrys) that i could read? The embedonomicon has a section on implementing DMA. https://docs.rust-embedded.org/embedonomicon/dma.html. You can also get some inspiration from the current implementations for...

Oh, and I want to do another patch release with some doc improvements and some non-breaking PRs, so we should probably hold off on merging this until that is done.

Of course, I can't just break the tradition of forgetting to include changelogs with changes :)

Yes, that's probably a better idea than using our own structs. I'll port our code over to that

Looks like using unsigned base types with `embedded_time` is a bit tricky https://github.com/FluenTech/embedded-time/issues/19

I agree with thales here. I think the embedded-hal RNG is supposed to refer to an actual random number generator that has nice properties, perhaps even one that is cryptographically...

Finally found some time to look into this. Consensus on what the requirements on RNG trait requirements don't seem to be super clear but given that, I'd say we can...

There is some discussion on why this is the case in #161. I'll leave this open because there was some mention of making a public api around this in that...