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/pToolchains.html | 161 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 161 insertions(+) create mode 100644 docs/RTOS2/html/pToolchains.html (limited to 'docs/RTOS2/html/pToolchains.html') diff --git a/docs/RTOS2/html/pToolchains.html b/docs/RTOS2/html/pToolchains.html new file mode 100644 index 0000000..7f260b6 --- /dev/null +++ b/docs/RTOS2/html/pToolchains.html @@ -0,0 +1,161 @@ + + + + + +Supported Toolchains +CMSIS-RTOS2: Supported Toolchains + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-RTOS2 +  Version 2.1.3 +
+
Real-Time Operating System: API and RTX Reference Implementation
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+
+
Supported Toolchains
+
+
+

Keil RTX5 is developed and tested using the common toolchains and development environments.

+

+Arm Compiler (Arm/Keil MDK, uVision5)

+

RTX5 is initially developed and optimized using Arm Compiler and Arm/Keil MDK. The current release is tested with the following versions:

+
    +
  • +Arm Compiler 5.06 Update 6
  • +
  • +Arm Compiler 6.6.2 (Long Term Maintenance)
  • +
  • +Arm Compiler 6.9
  • +
  • +RTOS-aware debugging with uVision 5.24
  • +
+

+IAR Embedded Workbench

+

RTX5 has been ported to the IAR Embedded Workbench. The following releases are known to work:

+
    +
  • +IAR Embedded Workbench 7.7 (community report)
  • +
  • +IAR Embedded Workbench 7.80.4
  • +
  • +IAR Embedded Workbench 8.20.1
  • +
+

+GNU Compiler Collection

+

RTX5 has also been ported to support GCC, maintenance mainly relays on community contribution. Active development is currently tested with:

+
    +
  • +GNU Tools for Arm Embedded 6.3.1 20170620
  • +
+
+
+ + + + -- cgit