You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 6, 2019. It is now read-only.
I have been developing code generator with SVD to ioreg case in mind. I know that you already have some tooling to generate ioreg macros from SVD, but I though that you would still be interested in to see what I have made.
I have been developing code generator with SVD to ioreg case in mind. I know that you already have some tooling to generate ioreg macros from SVD, but I though that you would still be interested in to see what I have made.
The example project can be found here: https://github.com/kblomqvist/nrf51.rs
nrf51.rs.jinjais a template file for the generatednrf51.rsnrf51.jinja-extcontains the SVD parser and few template filters. The core of the SvdFile parser is placed incmsis.py.The parser also supports cluster elements, which aren't addressed by the current tooling.