Processor/memory definition file
In processor/memory definition files, a lot of information repeats (e.g. GPIO ports).
I would like to add enum tags, so in the debugger the register bits meaning is displayed instead of pure numeric value. But doing if for every bitfield is annoying and results in bulky file. (it IS already big enough)
Is it possible to reuse the register group definition?
Please sign in to leave a comment.
Comments
0 comments