dzamlo / svd

Apache License 2.0
0 stars 0 forks source link

Merge similar peripheral together #4

Closed dzamlo closed 8 years ago

dzamlo commented 8 years ago

Similar peripheral (especially the ones with the derivedFrom attribute) should use a common struct. So that a function could take any one of them as parameter.

One good example of that is GPIOs.

For the moment, each peripheral has its own module.

dzamlo commented 8 years ago

This is implemented.