svd2c
v0.1.7
Published
Generate C-header files from SVD
Readme
svd2c
Transform .svd files into CMSIS C-headers in one command

Installation
Install globally...
npm i -g svd2c...or use npx
npx svd2c Usage
- Simply pass input svd file and get your .h file with the same name
svd2c stm32f103.svd- Pass input svd file and some output path
svd2c stm32f103.svd headers/stm32f103.hWhere do I get any .svd?
For stm32 devices: shout out to the https://github.com/modm-io/cmsis-svd-stm32
