Aaro Perämaa
Aaro Perämaa
I added a snippet at the end of the README in #03d2816. What are some of our options when it comes to improving this, or is just better documentation the...
Any updates on this?
The Steamworks SDK uses a [callback mechanism](https://en.wikipedia.org/wiki/Callback_(computer_programming)) to handle asynchronous tasks, like fetching User Generated Content. For the callbacks to work, you need to drive them through `SingleClient::run_callbacks`. You need...
Hi, I'm attempting to use the SIMD instructions with latest 1.80 release. Most instructions work as they're intended, but I've encountered a number of misassemblies especially on the arithmeric+load/store instructions....
Hi, I'm working on a camera project with the ESP32-S3 and OV2640 (with extension to different sensors possible). For my purpose it would be quite useful if I could DMA...
> Have you tried the example in the repo yet? Yes, I've got the camera working but to fully illustrate my situation: I am making a basic machine vision firmware....
> You want `read_dma_circular`. Thank you, this solved my issue for now 😄 It would be extra wonderful if `DmaTransferRxCircular` provided a zero-copy API (`pop_with(f: fn(&mut [u8]))`) but that's not...