Closed
Description
It would be nice if svd2rust also supported peripheral arrays of SVD 1.3.
See https://arm-software.github.io/CMSIS_5/SVD/html/elem_peripherals.html#elem_peripheral .
Starting version 1.3 of the SVD specification, arrays of peripherals can be specified. The single peripheral description gets duplicated automatically into an array. The number of array elements is specified by the
<dim>
element. To define arrays, the needs the formatmyPeripheral[%s]
. The tag<dimIncrement>
specifies the address offset between two peripherals. To create copies of a peripheral using different names, you must use the derivedFrom attribute.
Metadata
Metadata
Assignees
Labels
No labels