Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions tools/packchk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ recommend this tutorial as a starting point. In order to build `packchk` and
run related tests. Please employ the sequence of steps mentioned
[here](../../README.md).

> [!NOTE]
> For the schema check, `packchk` searches for a `PACK.xsd` file in
> `./, ../etc/, ../../etc/` relative to `cmsis-toolbox/bin`. Alternatively, use
> `--xsd` to specify the location of the schema file.

### Usage Examples

Run `packchk` on the package description file called `MyVendor.MyPack.pdsc`.
Expand Down