Home
last modified time | relevance | path

Searched +full:packs +full:- (Results 1 – 13 of 13) sorted by relevance

/cmsis-dsp-latest/.github/workflows/
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 …]
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'
32 cache-dependency-path: Testing/requirements.txt
34 - name: Install system packages
36 sudo add-apt-repository ppa:deadsnakes/ppa
[all …]
/cmsis-dsp-latest/Documentation/Doxygen/src/
Dhistory.md3 CMSIS-DSP version is offically updated upon releases of the [CMSIS-DSP pack](https://www.keil.arm.c…
5 The table below provides information about the changes delivered with specific versions of CMSIS-DS…
Dvectorop.md19 …rt of the CMSIS-DSP packs since they are experimental. You can get them from the [CMSIS-DSP github…
30 Fixed point requires the use of CMSIS-DSP.
58 For the trade-off between vector with build time dimension or runtime dimension please see the sect…
Dmainpage.md5 …ary, a suite of common compute processing functions for use on Cortex-M and Cortex-A processor bas…
9 - \ref groupMath "Basic math functions"
10 - \ref groupFastMath "Fast math functions"
11 - \ref groupCmplxMath "Complex math functions"
12 - \ref groupFilters "Filtering functions"
13 - \ref groupMatrix "Matrix functions"
14 - \ref groupTransforms "Transform functions"
15 - \ref groupController "Motor control functions"
16 - \ref groupStats "Statistical functions"
17 - \ref groupSupport "Support functions"
[all …]
/cmsis-dsp-latest/Testing/cmsis_build/
Dtest.cbuild-pack.yml1 cbuild-pack:
2 resolved-packs:
3 - resolved-pack: ARM::CMSIS@6.0.0
4 selected-by-pack:
5 - ARM::CMSIS@6.0.0
6 - resolved-pack: ARM::CMSIS-Compiler@2.0.0
7 selected-by-pack:
8 - ARM::CMSIS-Compiler@2.0.0
9 - resolved-pack: ARM::Cortex_DFP@1.0.0
10 selected-by-pack:
[all …]
Dtest.csolution.yml4 language-C: c11
5 language-CPP: c++17
8 packs:
9 - pack: ARM::CMSIS@6.0.0
10 - pack: ARM::V2M_MPS3_SSE_300_BSP@1.4.0
11 - pack: ARM::CMSIS-Compiler@2.0.0
12 - pack: ARM::Cortex_DFP@1.0.0
14 target-types:
15 - type: MPS3-Corstone-300
16 device: ARM::SSE-300-MPS3
[all …]
/cmsis-dsp-latest/dsppp/
Dtest.cbuild-pack.yml1 cbuild-pack:
2 resolved-packs:
3 - resolved-pack: ARM::CMSIS@6.0.0
4 selected-by-pack:
5 - ARM::CMSIS@6.0.0
6 - resolved-pack: ARM::CMSIS-Compiler@2.0.0
7 selected-by-pack:
8 - ARM::CMSIS-Compiler@2.0.0
9 - resolved-pack: ARM::CMSIS-DSP@1.15.0
10 selected-by-pack:
[all …]
Dtest.csolution.yml4 language-C: c11
5 language-CPP: c++17
8 packs:
9 - pack: ARM::CMSIS@6.0.0
10 - pack: ARM::V2M_MPS3_SSE_300_BSP@1.4.0
11 - pack: ARM::CMSIS-Compiler@2.0.0
12 - pack: ARM::Cortex_DFP@1.0.0
14 target-types:
15 - type: MPS3-Corstone-300
16 device: ARM::SSE-300-MPS3
[all …]
/cmsis-dsp-latest/Examples/cmsis_build/
Dexamples_gcc.csolution.yml4 - C:
5 - -DSEMIHOSTING
6 - -ffunction-sections
7 - -mfp16-format=ieee
8 - -fdata-sections
9 - -std=c11
10 - -Ofast
11 - -ffast-math
12 - -flax-vector-conversions
13 - -DDISABLEFLOAT16
[all …]
Dexamples_ac6.csolution.yml4 - C:
5 - -DSEMIHOSTING
6 - -Wsign-compare
7 - -Wdouble-promotion
8 - -DNDEBUG
9 - -Wall
10 - -Wextra
11 - -Werror
12 - -std=c11
13 - -Ofast
[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/Testing/
DREADME.md28 `python preprocess.py -f desc.txt`
30 `python preprocess.py -f desc_f16.txt -o Output_f16.pickle`
32 `python processTests.py -e`
34 `python processTests.py -e -f Output_f16.pickle`
38 `python processTests.py -e BasicTestsF32`
44 `python processTests.py -f Output_f16.pickle -e BasicTestsF16`
63 You may need to initialize the pack repository and install the needed packs:
67 `cpackget add -f test_packlist.txt`
75 …_v5\ARM\VHT\VHT_Corstone_SSE-300_Ethos-U55.exe -f configs\ARM_VHT_Corstone_300_config.txt Objects\…
81 `python ../processResult.py -f ../Output.pickle -e -r results.txt`
[all …]