Home
last modified time | relevance | path

Searched +full:cache +full:- +full:dependency +full:- +full:path (Results 1 – 4 of 4) sorted by relevance

/cmsis-dsp-latest/.github/workflows/
Druncpptest.yaml11 security-events: write
16 fail-fast: false
21 runs-on: ubuntu-latest
24 - name: Checkout
27 - name: Setup Python 3.10
28 uses: actions/setup-python@v5
30 python-version: '3.10'
31 cache: 'pip'
32 cache-dependency-path: Testing/requirements.txt
34 - name: Install system packages
[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'
29 cache: 'pip'
30 cache-dependency-path: Testing/requirements.txt
32 - name: Install system packages
[all …]
/cmsis-dsp-latest/
DREADME.md1 # CMSIS-DSP
3-releases)](https://img.shields.io/github/v/release/ARM-software/CMSIS-DSP?include_prereleases) ![…
8 CMSIS-DSP is an optimized compute library for embedded systems (DSP is in the name for legacy reaso…
10 It provides optimized compute kernels for Cortex-M and for Cortex-A.
14 This repository contains the CMSIS-DSP library and several other projects:
16 * Test framework for bare metal Cortex-M or Cortex-A
17 * Examples for bare metal Cortex-M
21 You don't need any of the other projects to build and use CMSIS-DSP library. Building the other pro…
25 CMSIS-DSP is licensed under [Apache License 2.0](LICENSE).
27 ### CMSIS-DSP Kernels
[all …]
/cmsis-dsp-latest/Documentation/Doxygen/
Ddsp.dxy.in19 # doxygen -x [configFile]
23 # doxygen -x_noenv [configFile]
25 #---------------------------------------------------------------------------
27 #---------------------------------------------------------------------------
30 # file that follow. The default is UTF-8 which is also the encoding used for all
34 # The default value is: UTF-8.
36 DOXYFILE_ENCODING = UTF-8
39 # double-quotes, unless you are using Doxywizard) that should identify the
44 PROJECT_NAME = "CMSIS-DSP"
65 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
[all …]