Pol Feliu Cuberes

Results 14 comments of Pol Feliu Cuberes

I'm not that familiar with encoding callbacks. I've only used some of the examples. Is it something that it would be interesting to type check? I think there are multiple...

I don't see different naming for oneofs as a problem. Having the name of the oneof in the tag name is nice. Maybe we could also omitt the "tag" suffix....

I do think it has consequences, but it doesn't avoid them entirely, just one type. Oneofs with which field and union can be dangerous if not properly synced. What if...

Thank you! yes, CAN lower layers are definitely more standardized, but the candb standard doesn't cover some weird implementations that some manufacturers occasionally do. I had some ideas of doing...

I don't know how it would work but being able to define some behaviour of IC's is really interesting. Being able to emulate, also in hw, would be very useful...

If I understand correctly, the value of the registers would be calculated when reading or writing from SPI or I2C. In software its no problem but in hardware this has...

> A visual editor for functions could be very interesting if there was an easy way to parse that and reformat it. > There is a slight problem with a...

I have little experience emulating SPI devices, but it's something that I think can be useful, also in hardware. To validate functions or the whole driver, it can be easily...

YAML it's universal, but the cyanobyte spec is not and should learnt by the same logic. I think a syntax to develop functions is more readable (and writable) than a...