diff --git a/README.md b/README.md index fbf9504..8244817 100644 --- a/README.md +++ b/README.md @@ -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`