funreg/svd2funreg/README.md

15 lines
277 B
Markdown

# svd2funreg
This utility parses an SVD file and produces its funreg implementation.
Compile using `make`, though be sure to fetch the `pugixml` submodule first.
## Usage
```
./main STM32L476.svd > stm32l476.h
```
Replace the SVD and H files with those of your choosing.