Brian Schwind
Brian Schwind
> The current data model seems to assume that the FootprintX and GraphicX structures are identical. > That seems not to be the case: Yep, let's keep these as separate...
This probably now just needs another code formatting run, and a rebase on the latest `main`
It is maintained, but at a slow pace. A few of us have maintainer rights so if you put up a PR we'll be happy to review/test/merge it :)
Hi, I believe the external endpoint for the server is stored in `/etc/innernet/.conf` You could edit the server's external endpoint there. Though I agree it would be nice to update...
I'll give this a look - it's definitely important to have the bulk transfers pipelined as much as possible to attain the throughput you need for higher frame rates. I'll...
Related to #296
Hi @tymokvo, thanks for the PR! And sorry for the late response on it. I skimmed through the PR and it's looking good, thanks for adding an example as well!...
Tangentially related, but it would be cool to add support for PIO to PIO DMA transfers. I have a proof of concept in a branch but the API is hacky:...
@djdisodo that's great to hear! And yes, I think the FIFO registers would need to be exposed, though you could maybe set up an API where you don't have to...
> i was trying to use pio with this > however pio txf/rxf isn't exposed Not sure I follow completely, txf/rxf aren't exposed for users of the `embassy-rp` crate, but...