stoyan-shopov / turbo

A minimalistic frontend to the gdb debugger
MIT License
4 stars 0 forks source link

Add support for 'dimElementGroup' elements from SVD files #5

Open stoyan-shopov opened 3 years ago

stoyan-shopov commented 3 years ago

Add support for parsing dimElementGroup xml elements from SVD files, and expanding nodes which use dimElementGroup elements.

stoyan-shopov commented 3 years ago

dimElementGroup elements are now supported, to the extent of available use cases, as present in the SVD files here:

https://github.com/posborne/cmsis-svd

Not all possible cases are supported, as some of them are not used in the SVD files in the mentioned repository, and I prefer to have real-world use-cases for testing when providing support for all possible cases described in the ARM CMSIS SVD XML schema.