Home
last modified time | relevance | path

Searched +full:gen +full:- +full:pack +full:- +full:output (Results 1 – 3 of 3) sorted by relevance

/cmsis-dsp-latest/
Dgen_pack.sh3 # Date: 2023-11-06
4 # This bash script generates a CMSIS-DSP 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
18 # Default: ./output
20 # PACK_OUTPUT=./output
22 # Temporary pack build directory,
[all …]
/cmsis-dsp-latest/.github/workflows/
Dpack.yml1 name: Build documentation and pack
11 group: ${{ github.workflow }}-${{ github.ref }}
12 cancel-in-progress: true
15 pack:
16 name: Generate pack
17 runs-on: ubuntu-22.04
19 - uses: actions/checkout@v4
21 fetch-depth: 0
23 - name: Fetch tags
25 git fetch --tags --force
[all …]
Druntest.yaml11 security-events: write
16 fail-fast: false
19 runs-on: ubuntu-latest
22 - name: Checkout
25 - name: Setup Python 3.10
26 uses: actions/setup-python@v5
28 python-version: '3.10'
30 cache-dependency-path: Testing/requirements.txt
32 - name: Install system packages
34 sudo add-apt-repository ppa:deadsnakes/ppa
[all …]