This is the git repository for the vidx2pidx
tool. It takes in *.vidx
file
and generate a pidx
-formatted output listing packages.
Just head to the release page and download the binary for your system.
$ vidx2pidx vendor.vidx
Options:
-h, --help show usage and help info
-V, --version show version and copyright info
-v, --verbose show progress details
-o, --output specify index file directory and name
-c, --cachedir specify directory where downloaded pidx and pdsc files are stored (default ./.idxcache)
-f, --force force update – ignore timestamp information
Make sure to have Go installed in your environment.
$ git clone https://github.com/open-cmsis-pack/vidx2pidx
$ cd vidx2pidx
$ make