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/SVD/html/svd_revisionHistory.html | 180 +++++++++++++++++++++++++++++++++ 1 file changed, 180 insertions(+) create mode 100644 docs/SVD/html/svd_revisionHistory.html (limited to 'docs/SVD/html/svd_revisionHistory.html') diff --git a/docs/SVD/html/svd_revisionHistory.html b/docs/SVD/html/svd_revisionHistory.html new file mode 100644 index 0000000..ca2a44b --- /dev/null +++ b/docs/SVD/html/svd_revisionHistory.html @@ -0,0 +1,180 @@ + + + + + +Revision History +CMSIS-SVD: Revision History + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-SVD +  Version 1.3.3 +
+
CMSIS System View Description
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+
+
Revision History
+
+
+

From a schema perspective, CMSIS-SVD Version 1.1, 1.2 and 1.3 are fully backward compatible to version 1.0.

+ + + + + + + + + + + + + + + + + +
Version Description
V1.3.3
    +
  • Updated file header to Apache 2.0 License.
  • +
  • Added dimableIdentifierType, as a copy of previous identifierType adding "%s".
  • +
  • Updated identifierType to only allow names without "%s" included.
  • +
  • Removed enumerationNameType.
  • +
  • Added <headerEnumName> to enumeratedValues and to dimArrayIndex for peripheral arrays, overwriting hierarchically generated names.
  • +
  • Added <dimName> to dimElementGroup. Only valid in cluster context, ignored otherwise.
  • +
+
V1.3.2 +
V1.3.1 +
V1.3 +
V1.2 Added optional elements for Cortex-M7 in CPU:
    +
  • <fpuDP>
  • +
  • <icachePresent>
  • +
  • <dcachePresent>
  • +
  • <itcmPresent>
  • +
  • <dtcmPresent>
  • +
+
V1.1 Many of the features added in version 1.1 are required for generating CMSIS-Core device header files from a CMSIS SVD description. It is expected that all CMSIS-SVD descriptions will comply with version 1.1 by now.
V1.0 Initial version.
+

 

+
+
+
+ + + + -- cgit