Searched full:cmsis (Results 1 – 25 of 233) sorted by relevance
12345678910
5 bool "CMSIS RTOS v2 API"13 This enables CMSIS RTOS v2 API support. This is an OS-integration14 layer which allows applications using CMSIS RTOS V2 APIs to build19 int "Maximum thread count in CMSIS RTOS V2 application"23 Mention max number of threads in CMSIS RTOS V2 compliant application.28 int "Maximum dynamic thread count in CMSIS RTOS V2 application"32 Mention max number of dynamic threads in CMSIS RTOS V2 compliant34 related constraints. Dynamic threads are a subset of all other CMSIS38 int "Max stack size threads can be allocated in CMSIS RTOS V2 application"42 Mention max stack size threads can be allocated in CMSIS RTOS V2 application.[all …]
4 add_library(CMSIS INTERFACE) target6 target_include_directories(CMSIS INTERFACE ${PROJECT_SOURCE_DIR}/include/zephyr/portability)27 zephyr_library_link_libraries(CMSIS)
5 bool "CMSIS RTOS v1 API"10 This enables CMSIS RTOS v1 API support. This is an OS-integration11 layer which allows applications using CMSIS RTOS APIs to build on17 int "Max stack size threads can be allocated in CMSIS RTOS application"21 Mention max stack size threads can be allocated in CMSIS RTOS application.24 int "Maximum timer count in CMSIS application"28 Mention maximum number of timers in CMSIS compliant application.31 int "Maximum mutex count in CMSIS application"35 Mention maximum number of mutexes in CMSIS compliant application.38 int "Maximum semaphore count in CMSIS application"[all …]
4 add_library(CMSIS INTERFACE) target6 target_include_directories(CMSIS INTERFACE ${PROJECT_SOURCE_DIR}/include/zephyr/portability)28 zephyr_library_link_libraries(CMSIS)
5 tags: cmsis-dsp15 tags: cmsis-dsp27 - cmsis-dsp43 tags: cmsis-dsp55 - cmsis-dsp71 tags: cmsis-dsp81 - cmsis-dsp97 tags: cmsis-dsp107 - cmsis-dsp122 tags: cmsis-dsp[all …]
5 tags: cmsis-dsp15 tags: cmsis-dsp28 - cmsis-dsp44 tags: cmsis-dsp57 - cmsis-dsp73 tags: cmsis-dsp86 - cmsis-dsp101 tags: cmsis-dsp114 - cmsis-dsp130 tags: cmsis-dsp[all …]
5 * Project: CMSIS-RTOS API48 /// \note MUST REMAIN UNCHANGED: \b osCMSIS identifies the CMSIS-RTOS API version.54 /// \note MUST REMAIN UNCHANGED: \b osKernelSystemId shall be consistent in every CMSIS-RTOS.57 /// \note MUST REMAIN UNCHANGED: \b osFeature_xxx shall be consistent in every CMSIS-RTOS.81 /// \note MUST REMAIN UNCHANGED: \b osPriority shall be consistent in every CMSIS-RTOS.94 /// \note MUST REMAIN UNCHANGED: \b osWaitForever shall be consistent in every CMSIS-RTOS.97 /// Status code values returned by CMSIS-RTOS functions.98 /// \note MUST REMAIN UNCHANGED: \b osStatus shall be consistent in every CMSIS-RTOS.119 /// \note MUST REMAIN UNCHANGED: \b os_timer_type shall be consistent in every CMSIS-RTOS.126 /// \note MUST REMAIN UNCHANGED: \b os_pthread shall be consistent in every CMSIS-RTOS.[all …]
8 tags: cmsis-dsp31 - cmsis-dsp47 tags: cmsis-dsp60 - cmsis-dsp76 tags: cmsis-dsp89 - cmsis-dsp105 tags: cmsis-dsp119 - cmsis-dsp
3 CMSIS RTOS v16 Cortex-M Software Interface Standard (CMSIS) RTOS is a vendor-independent10 making it generic. For more information on CMSIS RTOS v1, please refer11 http://www.keil.com/pack/doc/CMSIS/RTOS/html/index.html
3 CMSIS RTOS v26 Cortex-M Software Interface Standard (CMSIS) RTOS is a vendor-independent10 making it generic. For more information on CMSIS RTOS v2, please refer to the11 `CMSIS-RTOS2 Documentation <http://www.keil.com/pack/doc/CMSIS/RTOS2/html/index.html>`_.
1 .. zephyr:code-sample:: cmsis-rtos-v22 :name: Dining Philosophers (CMSIS RTOS V2 APIs)4 Implement a solution to the Dining Philosophers problem using CMSIS RTOS V2.10 multi-thread synchronization problem) using CMSIS RTOS V2 APIs. This particular13 which uses CMSIS RTOS V2 API implementation in Zephyr.54 CMSIS RTOS V2 APIs. This particular implementation demonstrates the
1 .. zephyr:code-sample:: cmsis-rtos-v12 :name: Dining Philosophers (CMSIS RTOS V1 APIs)4 Implement a solution to the Dining Philosophers problem using CMSIS RTOS V1.10 multi-thread synchronization problem) using CMSIS RTOS V1 APIs. This particular13 which uses CMSIS RTOS V1 API implementation in Zephyr.54 CMSIS RTOS V1 APIs. This particular implementation demonstrates the
29 bool "Use the CMSIS-DSP library as the math backend"33 Implement the various zephyr DSP functions using the CMSIS-DSP library. This feature34 requires the CMSIS module to be selected.51 requires the MetaWare toolchain and CMSIS module to be selected.
1 .. zephyr:code-sample:: cmsis-rtos-v1-sync2 :name: Synchronization using CMSIS RTOS V1 APIs4 Use timers and message queues from CMSIS RTOS v1 API to synchronize threads.9 CMSIS RTOS V1 APIs.
1 .. zephyr:code-sample:: cmsis-rtos-v2-sync2 :name: Synchronization using CMSIS RTOS V2 APIs4 Use timers and message queues from CMSIS RTOS v2 API to synchronize threads.9 CMSIS RTOS V2 APIs.
10 * @brief CMSIS interface file13 * ARM CMSIS Core headers.25 /* Fill in CMSIS required values for non-CMSIS compliant SoCs.27 * ultimately all SoCs will define their own CMSIS types and constants.
10 * @brief CMSIS extension12 * This header provides CMSIS-style register access functions and macros that13 * are not currently available in the CMSIS.15 * NOTE: cmsis.h includes this file; do not manually include this file.
9 * @brief CMSIS interface file11 * This header contains the interface to the ARM CMSIS Core headers.53 * Any defines relevant for the proper inclusion of CMSIS' Cortex-A
11 /* Define CMSIS configurations */14 /* Do not let CMSIS to handle GIC and Timer */
11 - cmsis-dsp21 - cmsis-dsp
11 tags: cmsis-dsp21 - cmsis-dsp
10 tags: cmsis-dsp20 - cmsis-dsp
10 tags: cmsis-dsp21 - cmsis-dsp