Home
last modified time | relevance | path

Searched +full:packchk +full:- +full:version (Results 1 – 2 of 2) sorted by relevance

/cmsis-nn-latest/
Dgen_pack.sh2 # Version: 3.0
3 # Date: 2024-01-09
4 # This bash script generates a CMSIS-NN Software Pack:
7 set -o pipefail
9 # Set version of gen pack library
10 # For available versions see https://github.com/Open-CMSIS-Pack/gen-pack/tags.
15 DEFAULT_ARGS=(-c "v")
17 # Pack warehouse directory - destination
58 # Specify addition argument to packchk
63 # Specify additional dependencies for packchk
[all …]
/cmsis-nn-latest/.github/workflows/
Dpack.yml11 group: ${{ github.workflow }}-${{ github.ref }}
12 cancel-in-progress: true
17 runs-on: ubuntu-22.04
19 - uses: actions/checkout@v4
21 fetch-depth: 0
23 - name: Fetch tags
25 git fetch --tags --force
27 - uses: Open-CMSIS-Pack/gen-pack-action@main
29 doxygen-version: 1.9.6
30 packchk-version: 1.4.1
[all …]