Searched +full:cmsis +full:- +full:dsp (Results 1 – 25 of 39) sorted by relevance
12
/Zephyr-Core-3.6.0/tests/lib/cmsis_dsp/transform/ |
D | testcase.yaml | 5 tags: cmsis-dsp 11 - frdm_k64f 12 - sam_e70_xplained 13 - mps2_an521 14 - native_sim 15 tags: cmsis-dsp 20 - CONFIG_CMSIS_DSP_TEST_TRANSFORM_CQ15=y 25 - mps3_an547 27 - cmsis-dsp 28 - fpu [all …]
|
/Zephyr-Core-3.6.0/tests/lib/cmsis_dsp/matrix/ |
D | testcase.yaml | 5 tags: cmsis-dsp 11 - frdm_k64f 12 - sam_e70_xplained 13 - mps2_an521 14 - native_sim 15 tags: cmsis-dsp 20 - CONFIG_CMSIS_DSP_TEST_MATRIX_UNARY_Q7=y 25 - mps2_an521_remote 26 - mps3_an547 28 - cmsis-dsp [all …]
|
/Zephyr-Core-3.6.0/subsys/dsp/ |
D | Kconfig | 2 # SPDX-License-Identifier: Apache-2.0 4 menuconfig DSP config 5 bool "DSP subsystem" 7 Include the DSP (Digital Signal Processing) subsystem as a part of the 9 <zephyr/dsp/dsp.h> header. 11 if DSP 23 prompt "DSP library backend selection" 29 bool "Use the CMSIS-DSP library as the math backend" 33 Implement the various zephyr DSP functions using the CMSIS-DSP library. This feature 34 requires the CMSIS module to be selected. [all …]
|
/Zephyr-Core-3.6.0/tests/lib/cmsis_dsp/filtering/ |
D | testcase.yaml | 8 tags: cmsis-dsp 14 - frdm_k64f 15 - sam_e70_xplained 16 - mps2_an521 17 - native_sim 23 - CONFIG_CMSIS_DSP_TEST_FILTERING_BIQUAD=y 28 - mps2_an521_remote 29 - mps3_an547 31 - cmsis-dsp 32 - fpu [all …]
|
/Zephyr-Core-3.6.0/tests/lib/cmsis_dsp/bayes/ |
D | testcase.yaml | 6 - frdm_k64f 7 - sam_e70_xplained 8 - mps2_an521 9 - native_sim 11 - cmsis-dsp 18 - mps2_an521_remote 19 - mps3_an547 21 - cmsis-dsp 22 - fpu 24 - CONFIG_FPU=y
|
/Zephyr-Core-3.6.0/tests/lib/cmsis_dsp/complexmath/ |
D | testcase.yaml | 6 - frdm_k64f 7 - sam_e70_xplained 8 - mps2_an521 9 - native_sim 10 - native_posix 11 tags: cmsis-dsp 18 - mps2_an521_remote 19 - mps3_an547 21 - cmsis-dsp 22 - fpu [all …]
|
/Zephyr-Core-3.6.0/tests/lib/cmsis_dsp/interpolation/ |
D | testcase.yaml | 6 - frdm_k64f 7 - sam_e70_xplained 8 - mps2_an521 9 - native_sim 10 tags: cmsis-dsp 17 - mps2_an521_remote 18 - mps3_an547 20 - cmsis-dsp 21 - fpu 23 - CONFIG_FPU=y
|
/Zephyr-Core-3.6.0/tests/lib/cmsis_dsp/statistics/ |
D | testcase.yaml | 6 - frdm_k64f 7 - sam_e70_xplained 8 - mps2_an521 9 - native_sim 10 tags: cmsis-dsp 18 - mps2_an521_remote 19 - mps3_an547 21 - cmsis-dsp 22 - fpu 26 - CONFIG_FPU=y
|
/Zephyr-Core-3.6.0/tests/lib/cmsis_dsp/quaternionmath/ |
D | testcase.yaml | 6 - frdm_k64f 7 - sam_e70_xplained 8 - mps2_an521 9 - native_sim 10 tags: cmsis-dsp 17 - mps2_an521_remote 18 - mps3_an547 20 - cmsis-dsp 21 - fpu 23 - CONFIG_FPU=y
|
/Zephyr-Core-3.6.0/tests/lib/cmsis_dsp/support/ |
D | testcase.yaml | 6 - frdm_k64f 7 - sam_e70_xplained 8 - mps2_an521 9 - native_sim 10 tags: cmsis-dsp 17 - mps2_an521_remote 18 - mps3_an547 20 - cmsis-dsp 21 - fpu 25 - CONFIG_FPU=y
|
/Zephyr-Core-3.6.0/tests/lib/cmsis_dsp/svm/ |
D | testcase.yaml | 6 - frdm_k64f 7 - sam_e70_xplained 8 - mps2_an521 9 - native_sim 10 tags: cmsis-dsp 17 - mps2_an521_remote 18 - mps3_an547 20 - cmsis-dsp 21 - fpu 25 - CONFIG_FPU=y
|
/Zephyr-Core-3.6.0/doc/services/dsp/ |
D | index.rst | 3 Digital Signal Processing (DSP) 10 The DSP API provides an architecture agnostic way for signal processing. 34 application. By default, including the CMSIS module will enable all 49 added to :file:`subsys/dsp/Kconfig` along with the required dependencies and the 52 Next, the implementation should be added at ``subsys/dsp/<backend>/`` and 53 linked in at :file:`subsys/dsp/CMakeLists.txt`. To add architecture-specific attributes, 54 its corresponding Kconfig option should be added to :file:`subsys/dsp/Kconfig` and use 55 them to update ``DSP_DATA`` and ``DSP_STATIC_DATA`` in :file:`include/zephyr/dsp/dsp.h`. 62 .. _subsys/dsp/Kconfig: https://github.com/zephyrproject-rtos/zephyr/blob/main/subsys/dsp/Kconfig 63 .. _subsys/dsp/CMakeLists.txt: https://github.com/zephyrproject-rtos/zephyr/blob/main/subsys/dsp/CM… [all …]
|
/Zephyr-Core-3.6.0/modules/cmsis-nn/ |
D | Kconfig | 2 # SPDX-License-Identifier: Apache-2.0 8 bool "CMSIS-NN Library Support" 12 This option enables the CMSIS-NN library. 27 It adds functionality for element-wise add and multiplication functions. 40 and GEMM. GEMM is performed with CMSIS-DSP arm_mat_mult similar options. 46 Collection of fully-connected and matrix multiplication functions. 77 bool "Long Short-Term Memory" 79 This option enables the NN libraries for Long Short-Term Memory.
|
/Zephyr-Core-3.6.0/tests/lib/cmsis_dsp/fastmath/ |
D | testcase.yaml | 6 - frdm_k64f 7 - sam_e70_xplained 8 - mps2_an521 9 - native_sim 17 - mps2_an521_remote 18 - mps3_an547 20 - cmsis-dsp 21 - fpu 23 - CONFIG_FPU=y
|
/Zephyr-Core-3.6.0/tests/lib/cmsis_dsp/distance/ |
D | testcase.yaml | 6 - frdm_k64f 7 - sam_e70_xplained 8 - mps2_an521 9 - native_sim 17 - mps2_an521_remote 18 - mps3_an547 20 - cmsis-dsp 21 - fpu 23 - CONFIG_FPU=y
|
/Zephyr-Core-3.6.0/modules/cmsis-dsp/ |
D | Kconfig | 2 # SPDX-License-Identifier: Apache-2.0 8 bool "CMSIS-DSP Library Support" 10 This option enables the CMSIS-DSP library. 44 * Complex-by-Complex Multiplication 45 * Complex-by-Real Multiplication 62 * Sine-Cosine 75 * Fixed-Point Division 92 * Levinson-Durbin Algorithm 167 * Kullback-Leibler Divergence 176 * Vector 8-bit Integer Value Conversion [all …]
|
/Zephyr-Core-3.6.0/modules/cmsis/ |
D | cmsis_core_m.h | 5 * SPDX-License-Identifier: Apache-2.0 10 * @brief CMSIS interface file 12 * This header contains the interface to the ARM CMSIS Core headers. 39 /* VTOR is only optional on armv6-m and armv8-m baseline. __VTOR_PRESENT is often 47 /* Some platform’s sdk incorrectly define __DSP_PRESENT for Cortex-M4 & Cortex-M7 48 * DSP extension. __ARM_FEATURE_DSP is set by the compiler for these. So ignore
|
/Zephyr-Core-3.6.0/ |
D | west.yml | 3 # The per-installation west configuration file, .west/config, sets the 22 - name: upstream 23 url-base: https://github.com/zephyrproject-rtos 24 - name: babblesim 25 url-base: https://github.com/BabbleSim 27 group-filter: [-babblesim, -optional] 32 - name: acpica 35 - name: bsim 36 repo-path: babblesim-manifest 40 - babblesim [all …]
|
D | MAINTAINERS.yml | 45 # files-regex: 56 # files-exclude: 59 # files-regex-exclude: 60 # Like 'files-regex', but any matching files will be excluded from the 63 # description: >- 64 # Plain-English description. Describe what the system is about, from an 68 # All areas must have a 'files' and/or 'files-regex' key. The other keys are 72 # this would be sub-areas which add extra fields (for ex. more `collaborators` 73 # who work only in that sub-area) to other areas. 98 # Collaborators: <list of sub-maintainers> [all …]
|
/Zephyr-Core-3.6.0/modules/ |
D | Kconfig | 2 # SPDX-License-Identifier: Apache-2.0 28 source "modules/Kconfig.open-amp" 51 # --------------------------------------------------- 56 # --------------------------------------------------- 75 comment "Trusted-firmware-m module not available." 78 comment "Trusted-firmware-a module not available." 87 comment "loramac-node module not available." 108 comment "cmsis module not available." 111 comment "cmsis-dsp module not available." 114 comment "cmsis-nn module not available."
|
/Zephyr-Core-3.6.0/tests/lib/cmsis_dsp/common/ |
D | math_helper.h | 1 /* ---------------------------------------------------------------------- 7 * Project: CMSIS DSP Library 14 * Target Processor: Cortex-M4/Cortex-M3 17 * Re-organized the CMSIS folders and updated documentation. 29 * Misra-C changes done 30 * -------------------------------------------------------------------- */ 33 * This file was imported from the ARM CMSIS-DSP library test suite and 36 * SPDX-License-Identifier: Apache-2.0 71 return -def; \ 91 EnergyError += (pRef[i] - pTest[i]) * (pRef[i] - pTest[i]); in arm_snr_f64() [all …]
|
/Zephyr-Core-3.6.0/tests/lib/cmsis_dsp/filtering/src/ |
D | misc_f32.c | 3 * Copyright (C) 2010-2021 ARM Limited or its affiliates. All rights reserved. 5 * SPDX-License-Identifier: Apache-2.0 17 #define REL_ERROR_THRESH (1.0e-6) 18 #define ABS_ERROR_THRESH (1.0e-5) 19 #define REL_ERROR_THRESH_LD (1.0e-6) 20 #define ABS_ERROR_THRESH_LD (1.0e-6) 31 * refer to the CMSIS-DSP bug ARM-software/CMSIS-DSP#59. in test_arm_correlate_f32()
|
D | misc_q31.c | 3 * Copyright (C) 2010-2021 ARM Limited or its affiliates. All rights reserved. 5 * SPDX-License-Identifier: Apache-2.0 30 * refer to the CMSIS-DSP bug ARM-software/CMSIS-DSP#59. in test_arm_correlate_q31()
|
/Zephyr-Core-3.6.0/boards/arm/mimxrt595_evk/doc/ |
D | index.rst | 3 NXP MIMXRT595-EVK 10 for low-power HMI applications by combining a graphics engine and a streamlined 11 Cadence Tensilica Fusion F1 DSP core with a next-generation Arm Cortex-M33 12 core. These devices are designed to unlock the potential of display-based applications 13 with a secure, power-optimized embedded processor. 15 i.MX RT500 MCUs provides up to 5MB of on-chip SRAM and several high-bandwidth interfaces 16 to access off-chip flash, including an Octal/Quad SPI interface with an on-the-fly 21 :alt: MIMXRT595-EVK 26 - MIMXRT595SFFOC Cortex-M33 (275 MHz) core processor with Cadence Tensilica Fusion F1 DSP 27 - Onboard, high-speed USB, Link2 debug probe with CMSIS-DAP protocol (supporting Cortex M33 debug o… [all …]
|
/Zephyr-Core-3.6.0/soc/arm/arm/musca_b1/ |
D | system_cmsdk_musca_b1.h | 2 * Copyright (c) 2017-2019 Arm Limited 4 * SPDX-License-Identifier: Apache-2.0 8 * This file is derivative of CMSIS V5.01 Device\_Template_Vendor\Vendor\Device\Include\Device.h 24 …NonMaskableInt_IRQn = -14, /* -14 Non Maskable Interrupt … 25 …HardFault_IRQn = -13, /* -13 HardFault Interrupt … 26 …MemoryManagement_IRQn = -12, /* -12 Memory Management Interrupt … 27 …BusFault_IRQn = -11, /* -11 Bus Fault Interrupt … 28 …UsageFault_IRQn = -10, /* -10 Usage Fault Interrupt … 29 …SecureFault_IRQn = -9, /* -9 Secure Fault Interrupt … 30 …SVCall_IRQn = -5, /* -5 SV Call Interrupt … [all …]
|
12