From e09a3aa06e574c244205a963b32cfc347911c24f Mon Sep 17 00:00:00 2001 From: Bob McWhirter Date: Mon, 8 Nov 2021 14:05:49 -0500 Subject: [PATCH] Update README for new python parser module. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47d2441..7c49c20 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ In order to run the generator, you will need to install the following tools: ## Generating the YAMLs - Run `./d download-all` -- Run `python3 parse.py` +- Run `python3 -m stm32data` This generates all the YAMLs in `data/` except those in `data/registers/`, which are manually extracted and cleaned up.