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

The section outlines the main conventions for writing the SVD description file.

+

+Names

+

All name tags must comp ly with the ANSI C identifier naming restrictions. In particular, they must not contain any spaces or special characters. This is necessary to support the generation of device header files thus providing consistency between the names being shown by the debugger and the symbols being used in the CMSIS compliant target software.

+

+Constants

+

Number constants shall be entered in hexadecimal, decimal, or binary format.

+
    +
  • The Hexadecimal format is indicated by a leading 0x.
  • +
  • The Binary format is indicated by a leading #.
  • +
  • All other formats are interpreted as decimal numbers.
  • +
  • The element <enumeratedValue>.<value> can be used to define constants.
  • +
+

+Comments

+

Comments have the standard XML format.

+
    +
  • Start a comment with <!--.
  • +
  • End a comment with -->.
  • +
+

+Empty Tags

+
    +
  • Single tags are not supported (for example, <name\>).
  • +
  • The tag content must not consist of an empty string. Omit optional tags instead.
  • +
+
Remarks
The latest CMSIS-SVD Schema File is provided alongside this document.
+
+
+ + + + -- cgit