Merge pull request #53 from ctron/feature/minor_tweaks_1
Minor improvements
This commit is contained in:
commit
37cac566d5
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/files
|
||||
/sources
|
||||
/tmp
|
||||
.idea/
|
@ -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...
|
||||
- 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
|
||||
|
||||
- Run `./d download_all`
|
||||
|
Loading…
x
Reference in New Issue
Block a user