add svd2funreg readme
This commit is contained in:
parent
eceaf16a63
commit
4add095344
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
.*.sw*
|
||||
svd2funreg/main
|
14
svd2funreg/README.md
Normal file
14
svd2funreg/README.md
Normal file
@ -0,0 +1,14 @@
|
||||
# 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user