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 6634311 commit d100d30Copy full SHA for d100d30
tools/packchk/README.md
@@ -51,6 +51,11 @@ recommend this tutorial as a starting point. In order to build `packchk` and
51
run related tests. Please employ the sequence of steps mentioned
52
[here](../../README.md).
53
54
+> [!NOTE]
55
+> For the schema check, `packchk` searches for a `PACK.xsd` file in
56
+> `./, ../etc/, ../../etc/` relative to `cmsis-toolbox/bin`. Alternatively, use
57
+> `--xsd` to specify the location of the schema file.
58
+
59
### Usage Examples
60
61
Run `packchk` on the package description file called `MyVendor.MyPack.pdsc`.
0 commit comments