Christoffer Lerno
Christoffer Lerno
Well, theoretically yes, but unless that is generated from the site itself it would mean there are more than 1 place to update things, and that would mean more risk...
I don't have a set opinion on AI. However, any non-trivial feature should currently be incubated before inclusion. So the process is this: 1. Create a repo for it. 2....
Are you alright with closing this @sudison and offering it through the regular process of an incubator?
@sudison have you got good feedback on the repo?
You can use `char[3]` instead of uint that way it ought to fit?
It uses the field type for memory layout. If you use a uint on an LE system, then given bytes 0-3 in memory, byte 0 will have 0..7, byte 1...
Converting between bitstructs and bitfields with never be a 1:1 mapping, esp since C bitfields are different on different platforms. So keep in mind that this bitlayout may match on...
I am not really convinced this is needed. I think we looked at a variant with a union on discord. Didn't that resolve the issues?
With const enums as well, I feel this is not important enough to be kept, and there has been no further discussion on the subject. Reopen if this discussion should...