diff --git a/src/svd2json/svd2json.py b/src/svd2json/svd2json.py index fd188d5..e2e275b 100644 --- a/src/svd2json/svd2json.py +++ b/src/svd2json/svd2json.py @@ -126,6 +126,8 @@ def _parse_interrupt(self, node: ElementTree.Element) -> None: def _peripheral_name_fixup(self) -> None: """ + Peripheral(s) name fixup. + Some SVD may have the peripheral's name as prefix for register's name As this is not consistent **AND** there is already such a concatenation in peripherals layout template, we can trim this