add a note how to install svd

This commit is contained in:
Jens Reimann 2021-06-28 09:19:09 +02:00
parent 259b4cba9e
commit 380892a0bc

View File

@ -23,6 +23,15 @@ These are the data sources currently used.
- STM32Cube database: describes all MCUs, with useful stuff like GPIO AF mappings, DMA stream mappings, pinouts... - STM32Cube database: describes all MCUs, with useful stuff like GPIO AF mappings, DMA stream mappings, pinouts...
- stm32-rs SVDs: register blocks. YAMLs are extracted and manually cleaned up. - stm32-rs SVDs: register blocks. YAMLs are extracted and manually cleaned up.
## Install pre-requisites
In order to run the generator, you will need to install the following tools:
* `wget`
* `git`
* `jq`
* `svd` `pip3 install svdtools`
## Generating the YAMLs ## Generating the YAMLs
- Run `./d download_all` - Run `./d download_all`