From 9f95ff5b6ba01db09552b84a0ab79607060a2666 Mon Sep 17 00:00:00 2001 From: Ali Labbene Date: Wed, 11 Dec 2019 08:59:21 +0100 Subject: Official ARM version: v5.4.0 Add CMSIS V5.4.0, please refer to index.html available under \docs folder. Note: content of \CMSIS\Core\Include has been copied under \Include to keep the same structure used in existing projects, and thus avoid projects mass update Note: the following components have been removed from ARM original delivery (as not used in ST packages) - CMSIS_EW2018.pdf - .gitattributes - .gitignore - \Device - \CMSIS - \CoreValidation - \DAP - \Documentation - \DoxyGen - \Driver - \Pack - \RTOS\CMSIS_RTOS_Tutorial.pdf - \RTOS\RTX - \RTOS\Template - \RTOS2\RTX - \Utilities - All ARM/GCC projects files are deleted from \DSP, \RTOS and \RTOS2 Change-Id: Ia026c3f0f0d016627a4fb5a9032852c33d24b4d3 --- docs/RTOS2/html/pDirectory_Files.html | 202 ++++++++++++++++++++++++++++++++++ 1 file changed, 202 insertions(+) create mode 100644 docs/RTOS2/html/pDirectory_Files.html (limited to 'docs/RTOS2/html/pDirectory_Files.html') diff --git a/docs/RTOS2/html/pDirectory_Files.html b/docs/RTOS2/html/pDirectory_Files.html new file mode 100644 index 0000000..b865db1 --- /dev/null +++ b/docs/RTOS2/html/pDirectory_Files.html @@ -0,0 +1,202 @@ + + + + + +Directory Structure and File Overview +CMSIS-RTOS2: Directory Structure and File Overview + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-RTOS2 +  Version 2.1.3 +
+
Real-Time Operating System: API and RTX Reference Implementation
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+
+
Directory Structure and File Overview
+
+
+

The following section provides an overview of the directory structure and the files that are relevant for the user's for CMSIS-RTOS RTX v5. The following directory references start below the CMSIS pack installation path, for example ARM/CMSIS/version/CMSIS/RTOS2.

+

+RTX v5 Directory Structure

+

The CMSIS-RTOS RTX v5 is delivered in source code and several examples are provided.

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Directory Content
Include Header files: cmsis_os2.h for CMSIS-RTOS C API v2 and os_tick.h for OS Tick API.
Source Generic OS tick implementations for various processors based on OS Tick API.
Template CMSIS-RTOS API v1 template source and header file.
RTX Directory with RTX specific files and folders. Also contains the component viewer description file.
RTX/Config CMSIS-RTOS RTX configuration files RTX_Config.h and RTX_Config.c.
RTX/Examples Example projects that can be directly used in development tools.
RTX/Include RTX v5 specific include files.
RTX/Include1 CMSIS-RTOS v1 API header file.
RTX/Library Pre-built libraries (see next table for details).
RTX/Source Source code that can be used with ARMCC and GCC.
RTX/Template User code templates for creating application projects with CMSIS-RTOS RTX v5.
+

+RTX v5 Library Files

+

The CMSIS-RTOS RTX Library is available pre-compiled for ARMCC and GCC compilers and supports all Cortex-M processor variants in every configuration, including Arm Cortex-M23 and Cortex-M33.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Library File Processor Configuration
Library/ARM/RTX_CM0.lib CMSIS-RTOS RTX Library for ARMCC Compiler, Cortex-M0 and M1, little-endian.
Library/ARM/RTX_CM3.lib CMSIS-RTOS RTX Library for ARMCC Compiler, Cortex-M3, M4, and M7 without FPU, little-endian.
Library/ARM/RTX_CM4F.lib CMSIS-RTOS RTX Library for ARMCC Compiler, Cortex-M4 and M7 with FPU, little-endian.
Library/ARM/RTX_V8MB.lib CMSIS-RTOS RTX Library for ARMCC Compiler, Armv8-M Baseline.
Library/ARM/RTX_V8MBN.lib CMSIS-RTOS RTX Library for ARMCC Compiler, Armv8-M Baseline, non-secure.
Library/ARM/RTX_V8MM.lib CMSIS-RTOS RTX Library for ARMCC Compiler, Armv8-M Mainline.
Library/ARM/RTX_V8MMF.lib CMSIS-RTOS RTX Library for ARMCC Compiler, Armv8-M Mainline with FPU.
Library/ARM/RTX_V8MMFN.lib CMSIS-RTOS RTX Library for ARMCC Compiler, Armv8-M Mainline with FPU, non-secure.
Library/ARM/RTX_V8MMN.lib CMSIS-RTOS RTX Library for ARMCC Compiler, Armv8-M Mainline, non-secure.
Library/GCC/libRTX_CM0.a CMSIS-RTOS libRTX Library for GCC Compiler, Cortex-M0 and M1, little-endian.
Library/GCC/libRTX_CM3.a CMSIS-RTOS libRTX Library for GCC Compiler, Cortex-M3, M4, and M7 without FPU, little-endian.
Library/GCC/libRTX_CM4F.a CMSIS-RTOS libRTX Library for GCC Compiler, Cortex-M4 and M7 with FPU, little-endian.
Library/GCC/libRTX_V8MB.a CMSIS-RTOS libRTX Library for GCC Compiler, Armv8-M Baseline.
Library/GCC/libRTX_V8MBN.a CMSIS-RTOS libRTX Library for GCC Compiler, Armv8-M Baseline, non-secure.
Library/GCC/libRTX_V8MM.a CMSIS-RTOS libRTX Library for GCC Compiler, Armv8-M Mainline.
Library/GCC/libRTX_V8MMF.a CMSIS-RTOS libRTX Library for GCC Compiler, Armv8-M Mainline with FPU.
Library/GCC/libRTX_V8MMFN.a CMSIS-RTOS libRTX Library for GCC Compiler, Armv8-M Mainline with FPU, non-secure.
Library/GCC/libRTX_V8MMN.a CMSIS-RTOS libRTX Library for GCC Compiler, Armv8-M Mainline, non-secure.
+
+
+ + + + -- cgit