Automatically convert .svd files to Go source files

This commit is contained in:
Ayke van Laethem
2018-05-05 19:02:43 +02:00
parent 3b4621c215
commit 8c426b406d
4 changed files with 257 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
# Generated Go files for Nordic Semiconductors devices
In this directory, Go register description files are stored that are generated
by `gen-device.py` from .svd files provided by Nordic. See the SVD files [over
here](https://github.com/NordicSemiconductor/nrfx/tree/master/mdk).
The original files are provided under the 3-clause BSD license, see [this
post](https://devzone.nordicsemi.com/b/blog/posts/introducing-nordics-new-software-licensing-schemes)
for details. As the generated files transform most of the original file, I think
they should be licensed under the same license as the original files. Generated
files will contain the license statement that is included in the original SVD
files.