The string identifies the device or device series. Device names are required to be unique.
Hardcoding the string Espressif is not unique. In most other SVD files I've seen the name is the chip name. Hence this PR to fix that.
I use the chip name for my own SVD to Go converter, the name is used as the output file name.
Regarding the root
<name>
element: http://www.keil.com/pack/doc/CMSIS/SVD/html/elem_device.htmlHardcoding the string
Espressif
is not unique. In most other SVD files I've seen the name is the chip name. Hence this PR to fix that. I use the chip name for my own SVD to Go converter, the name is used as the output file name.