Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/modules/
DKconfig.cmsis2 # SPDX-License-Identifier: Apache-2.0
24 bool "CMSIS-DSP Library Support"
/Zephyr-Core-2.7.6/tests/lib/cmsis_dsp/common/
Dmath_helper.h1 /* ----------------------------------------------------------------------
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-2.7.6/soc/arm/arm/musca_s1/
Dsystem_cmsdk_musca_s1.h2 * Copyright (c) 2017-2020 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 …]
/Zephyr-Core-2.7.6/soc/arm/arm/musca_b1/
Dsystem_cmsdk_musca_b1.h2 * 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 …]
/Zephyr-Core-2.7.6/
DMAINTAINERS.yml46 # files-regex:
57 # files-exclude:
60 # files-regex-exclude:
61 # Like 'files-regex', but any matching files will be excluded from the
64 # description: >-
65 # Plain-English description. Describe what the system is about, from an
69 # All areas must have a 'files' and/or 'files-regex' key. The other keys are
73 # this would be sub-areas which add extra fields (for ex. more `collaborators`
74 # who work only in that sub-area) to other areas.
99 # Collaborators: <list of sub-maintainers>
[all …]
/Zephyr-Core-2.7.6/doc/releases/
Drelease-notes-2.3.rst18 with future support for features like 64-bit and absolute timeouts in mind
21 * Zephyr now integrates with the TF-M (Trusted Firmware M) PSA-compliant
24 * The CMSIS-DSP library is now included and integrated
33 * CVE-2020-10022: UpdateHub Module Copies a Variable-Sized Hash String
34 into a fixed-size array.
35 * CVE-2020-10059: UpdateHub Module Explicitly Disables TLS
37 * CVE-2020-10061: Improper handling of the full-buffer case in the
39 * CVE-2020-10062: Packet length decoding error in MQTT
40 * CVE-2020-10063: Remote Denial of Service in CoAP Option Parsing Due
42 * CVE-2020-10068: In the Zephyr project Bluetooth subsystem, certain
[all …]
Drelease-notes-2.7.rst19 * :github:`issuenumber` - issue title
21 * :github:`32145` - use ``k_thread_foreach_unlocked()`` with shell callbacks
22 * :github:`56604` - drivers: nrf: rtc: make uptime consistent for app booted from v3.x mcuboot
23 * :github:`25917` - bluetooth: fix deadlock with tx of acl data and hci commands
24 * :github:`47649` - bluetooth: release att notification buffer after reconnection
25 * :github:`43718` - bluetooth: bt_conn: ensure tx buffers can be allocated within timeout
26 * :github:`60707` - canbus: isotp: seal context buffer memory leaks
27 * :github:`60904` - drivers: spi_nor: make erase operation more opportunistic
28 * :github:`61451` - drivers: can: stm32: correct timing_max parameters
29 * :github:`61501` - canbus: isotp: convert SF length check from ``ASSERT`` to runtime check
[all …]
Drelease-notes-2.1.rst13 * Expanded support for ARMv6-M architecture.
50 hardware-based stack overflow detection) in ARMv6-M architecture
51 * Added QEMU support for ARMv6-M architecture
52 * Extended test coverage for ARM-specific kernel features in ARMv6-M
54 * Enhanced runtime MPU programming in ARMv8-M architecture, making
55 the full partitioning of kernel SRAM memory a user-configurable
57 * Added CMSIS support for Cortex-R architectures.
58 * Updated CMSIS headers to version 5.6
59 * Added missing Cortex-R CPU device tree bindings.
60 * Fixed incorrect Cortex-R device tree specification.
[all …]
Drelease-notes-2.5.rst27 * CVE-2021-3323: Under embargo until 2021-04-14
28 * CVE-2021-3321: Under embargo until 2021-04-14
29 * CVE-2021-3320: Under embargo until 2021-04-14
39 <https://github.com/zephyrproject-rtos/zephyr/issues?q=is%3Aissue+is%3Aopen+label%3Abug>`_.
56 * Changed vcnl4040 dts binding default for property 'proximity-trigger'.
63 * The :c:func:`mqtt_keepalive_time_left` function now returns -1 if keep alive
67 timeout usage must use the new-style k_timeout_t type and not the
87 GPIO-only regulators a devicetree property ``supply-gpios`` is defined as a
101 * ARM Musca-A board and SoC support deprecated and planned to be removed in 2.6.0.
146 sys_heap/k_heaps. Note that the new-style heap is a general
[all …]
Drelease-notes-2.2.rst18 * Fix CVE-2020-10028
19 * Fix CVE-2020-10060
20 * Fix CVE-2020-10063
21 * Fix CVE-2020-10066
32 * :github:`23494` - Bluetooth: LL/PAC/SLA/BV-01-C fails if Slave-initiated Feature Exchange is disa…
33 * :github:`23485` - BT: host: Service Change indication sent regardless of whether it is needed or …
34 * :github:`23482` - 2M PHY + DLE and timing calculations on an encrypted link are wrong
35 * :github:`23070` - Bluetooth: controller: Fix ticker implementation to avoid catch up
36 * :github:`22967` - Bluetooth: controller: ASSERTION FAIL on invalid packet sequence
37 * :github:`24183` - [v2.2] Bluetooth: controller: split: Regression slave latency during connection…
[all …]
Drelease-notes-2.6.rst13 * Added support for 64-bit ARCv3
14 * Split ARM32 and ARM64, ARM64 is now a top-level architecture
15 * Added initial support for Arm v8.1-m and Cortex-M55
22 https://github.com/zephyrproject-rtos/example-application
34 * CVE-2021-3581: Under embargo until 2021-09-04
41 <https://github.com/zephyrproject-rtos/zephyr/issues?q=is%3Aissue+is%3Aopen+label%3Abug>`_.
46 * Driver APIs now return ``-ENOSYS`` if optional functions are not implemented.
47 If the feature is not supported by the hardware ``-ENOTSUP`` will be returned.
48 Formerly ``-ENOTSUP`` was returned for both failure modes, meaning this change
194 * Added support for null pointer dereferencing detection in Cortex-M.
[all …]
/Zephyr-Core-2.7.6/boards/arm/mimxrt685_evk/doc/
Dindex.rst3 NXP MIMXRT685-EVK
9 The i.MX RT600 is a crossover MCU family optimized for 32-bit immersive audio
10 playback and voice user interface applications combining a high-performance
11 Cadence Tensilica HiFi 4 audio DSP core with a next-generation Cortex-M33
13 potential of voice-assisted end nodes with a secure, power-optimized embedded
16 The i.MX RT600 family provides up to 4.5MB of on-chip SRAM and several
17 high-bandwidth interfaces to access off-chip flash, including an Octal/Quad SPI
18 interface with an on-the-fly decryption engine.
23 :alt: MIMXRT685-EVK
28 - MIMXRT685SFVKB Cortex-M33 (300 MHz, 128 KB TCM) core processor with Cadence Xtensa HiFi4 DSP
[all …]
/Zephyr-Core-2.7.6/doc/guides/arch/
Darm_cortex_m.rst3 Arm Cortex-M Developer Guide
9 This page contains detailed information about the status of the Arm Cortex-M
11 developing Zephyr applications for Arm Cortex-M-based platforms.
17 Arm Cortex-M implementation variants.
20---------------------------------+-----------------------------------+-----------------+---------+
22---------------------------------+-----------------------------------+-----------------+---------+
23 … | Arm v6-M | Arm v7-M | Arm v8-M …
24---------------------------------+-----------------------------------+-----------------+---------+
26---------------------------------+-----------------------------------+-----------------+---------+
28---------------------------------+-----------------------------------+-----------------+---------+
[all …]