Rudi Benkovič

Results 7 issues of Rudi Benkovič

Multiple QEMU projects for different releases would help here.

The current (0.1.0) shim API returns the number of ticks elapsed for a single millisecond, stored in an integer. With a tick rate of, for instance, 600Hz, a 1-second duration...

I'm looking for some documentation on how to use the new `AT+BLUFI` command in the 2.1.0.0 release. I've tried various permutations of disabling/enabling WIFI/Bluetooth radios and services, but haven't yet...

Rely on the compiler to optimize the primitive value lookups - the code gen won't resolve the values of the discriminants anymore. Enabled usage of any sort of possible enum...

Currently, the bits types contain an associated byte type, which resolve to the exact size of the required byte array. This mapping between particular bit widths and bytes is done...

enhancement

Having a structure that is for instance 6 bits wide, the parent structure will improperly package the field. Test and document nesting of such structures, in fields and arrays.

Docs visualization: maybe with HTML + Cytoscape, or at least a HTML transition table. Test-time visualization: build a Graphviz `dot` file.

enhancement