Add support for bool and enums in field access code #17
Labels
component: dw1000
Issue concerns the DW1000 driver
good first issue
Good for newcomers
help wanted
Extra attention is needed
type: enhancement
New feature or request
Currently the field access code only supports unsigned integers as types for the fields. It would be great to support
bool
and custom enums, too.I think this should be relatively straight-forward to add. It might even be possible to extend the macro syntax to generate custom field enums.
The text was updated successfully, but these errors were encountered: