svdtools
svdtools copied to clipboard
Support REGEX
Hello! The current state of the tool is very limited. Can you add regex to it?
Is it fine?
What regex functionality are you expecting to see?
Matching peripheral and register names would be helpful. The existing [ABC] matching doesn't work as expected. For instance, given registers ADDRA, ADDRB, and ADDR0-7 are specified as an array, I would like to remove register ADDR7. Using _delete: "ADDR[01234567]" does not match the numeric registers and in fact, takes no action on in the patch.