Rudi Benkovič

Results 17 comments of Rudi Benkovič

Sorry, I didn't actually compile your example to get it fully working, I'll try to look into that in the following days - your compile error looks new to me....

Oops, I speed-read it as two bits. Of course, then just use a plain `u16` and it will work, the long syntax would need to use a wrapper with `Bits16`....

A useful hint might be that the struct-level `endian` parameter only sets the endianness per each field, not for the entire struct. That has to be done manually if needed....

What else could then initialize this queue since the field member holding the pointer to the queue is private? If this is really needed (and this goes for other FreeRTOS.rs...

Halfway there with PlantUML docs generation in #15

It's quite useful in some of my personal projects when I need it, so maybe it's useful for someone else as well. Otherwise, no active development right now. Feel free...

Status unchanged, I don't actively require a good FSM library right now. Taking it to the next level (in my imaginary plan) would probably require a rewrite, one of the...