Gray Olson

Results 123 comments of Gray Olson

@omni-viral I basically just mean make the way to actually set up `xfg`'s state more user-friendly to someone who doesn't already understand everything that's going on under the hood

@omni-viral http://www.gijskaerts.com/wordpress/?p=112 I think we could Rust-ify the ideas in that design pretty easily, and they make a lot of intuitive sense for anyone that's done some low level graphics...

Here's the zip :) Was able to (after some tribulation) get it downloaded. Seems to include their own version of a serial console and also has the base image of...

Hi, for what it's worth both `bytemuck` and `zerocopy` already handle these cases (though without a facility for generating automatic padding fields). The ways they're handled have slightly varying tradeoffs....

If you see my luluu repo, I went through the process of getting within a few percent of the theoretical bandwidth limits of the raspi 2040 spi device. There is...

Now that #292 landed, this is possible by manually manually adding padding to variants where necessary. This still won't support cases where the alignment of any variant is higher than...

It seems a bit silly to me that we would now have an `SpiDevice` trait which is meant to represent exactly "shared access to an Spi bus for one device...

Okay, so after chatting more on Matrix, I understand more why there's a need for multiple sharing interfaces including the current more locked down `SpiDevice` trait and a more flexible...

This was fixed by #292 in the end!

Finally have some bandwidth towards open source again recently, so I'm gonna try to review this in the next few days :)