We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c277e commit b5b5cc6Copy full SHA for b5b5cc6
README.md
@@ -41,6 +41,13 @@ cargo install svd2rust --version 0.28.0
41
cargo install form
42
rustup component add --toolchain nightly rustfmt
43
pip3 install --user svdtools
44
+
45
+# check svdtools
46
+svd --version
47
+# if a "command not found" error is printed instead of a version,
48
+# either svdtools is installed incorrectly, or its installation path is missing from the PATH variable.
49
+# Temporary solution to PATH variable issue is to manually add the path. Like so:
50
+export PATH=$PATH:~/.local/bin
51
```
52
53
[atdf2svd]: https://github.com/Rahix/atdf2svd
0 commit comments