`svd2ada` incorrectly parses `name`s which contain an array identifier `%s`. It seems this identifier was added in version 1.3.1 Here is the `SVD` specification https://www.keil.com/pack/doc/CMSIS/SVD/html/elem_registers.html Newer `.svd`s are starting to make use of such feature. Here is one such example https://github.com/espressif/svd/issues/31#issue-1973168680 Could `svd2ada` be improved to correctly parse `%s`? Thank you, Fer