Update embedded-workshop-book/src/generating-pac.md

Co-authored-by: Jonathan Pallant <jonathan.pallant@ferrous-systems.com>
This commit is contained in:
Tanks Transfeld 2023-03-21 18:21:41 +01:00 committed by GitHub
parent 6c513bd4d1
commit d84cc58db9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ Generate your own PAC from an SVD file.
## Tasks
* Install `svd2rust` and `form` via cargo.
* Download the [nrf-svd][svd] file and place it into `down-the-stack/dk-pac`.
* Run `svd2rust` on the file using the `cortex-m` flag.
* Run `svd2rust` on the file using the `cortex-m` target.
* Format the generated file to make it readable.
* Split the file into its modules using `form`.
* Check the documentation.