We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description
Generaing Go types for reading and parsing svd files by using the CMSIS-SVD.xsd file.
Steps to reproduce the issue:
xgen -i ./CMSIS-SVD.xsd -o ./svd/types.go -l Go -p svd
Describe the results you received:
2024/12/22 16:17:53 ERRO xml: name "cpu" in tag of svd.Device.Cpu conflicts with name "cpuType" in *svd.CpuType.XMLName
Describe the results you expected: No errors.
Output of go version:
go version
go version go1.23.4 linux/amd64
xgen version or commit ID:
xgen version: 0.1.0
Environment details (OS, physical, etc.): Distributor ID: Neon Description: KDE neon 6.2 Release: 24.04 Codename: noble
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Generaing Go types for reading and parsing svd files by using the CMSIS-SVD.xsd file.
Steps to reproduce the issue:
xgen -i ./CMSIS-SVD.xsd -o ./svd/types.go -l Go -p svd
generates this file types.go.txtDescribe the results you received:
Describe the results you expected:
No errors.
Output of
go version
:xgen version or commit ID:
Environment details (OS, physical, etc.):
Distributor ID: Neon
Description: KDE neon 6.2
Release: 24.04
Codename: noble
The text was updated successfully, but these errors were encountered: