perlindgren

Results 79 comments of perlindgren

First of all its not a j-link specific problem, it is general to whatever programmer that you use with `probe`, so I guess its better to place it elsewhere in...

Hi Sam, I think your approach could be paired with our PR. 1. RTFM is a resource manager and scheduler on top of which you can implement further abstractions (like...

On a side note. If doing a threading API, make sure never to involve any spinning Mutex behavior, its ok to try_lock, and yield on fail. Bare in mind that...

@SamP20, some update are on the way. 1) The size of the store for outgoing buffers is now a type parameter. (I upped the changes, bot sure they are in...

I added tentative support for setting DMA_SIZE from the users side. The pool! needs to be in the driver (for the driver to see it). In the user side you...

@Yatekii, well the approach I took for now was an enumeration of DMA_SIZE_xx, but that is clearly not the way to go if we want it to be fully generic....

Seems like the `Maybeuninit` is now in master, so next beta will have it and after that stable. Thus, the PR will be mergable and useful as a reference as...

Regarding the general question whether drivers should panic! or return with an Error. Is there some example of error recovery code written for the I2C connected peripherals (or any other...

> Hey @Osspial > Very cool to see some progress on this! A lot of people in RustAudio are very excited to start making some gui's for our vst's. >...

Thanks we will have a look. /Per