Skip to content

Commit

Permalink
Fix: typos in doc
Browse files Browse the repository at this point in the history
Signed-off-by: RoboSchmied <github@roboschmie.de>
  • Loading branch information
RoboSchmied committed Mar 28, 2024
1 parent a75f017 commit 51f8f89
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMSIS/DoxyGen/SVD/src/svd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ Data Check Errors
<tr><td>M323</td> <td>WARNING</td><td>\em 'LEVEL' \<\em 'ITEM'> \em 'NAME' contains text \em 'TEXT'</td><td></td></tr>
<tr><td>M324</td> <td>ERROR</td><td>Field \em 'NAME' \em 'BITRANGE' does not fit into Register \em 'NAME2':\em 'NUM' \em 'LINE'</td><td></td></tr>
<tr><td>M325</td> <td>ERROR</td><td>CPU Revision is not set"</td><td></td></tr>
<tr><td>M326</td> <td>ERROR</td><td>Endianess is not set, using default (little)</td><td></td></tr>
<tr><td>M326</td> <td>ERROR</td><td>Endianness is not set, using default (little)</td><td></td></tr>
<tr><td>M327</td> <td>ERROR</td><td>NVIC Prio Bits not set or wrong value, must be 2..8. Using default (4)</td><td></td></tr>
<tr><td>M328</td> <td>WARNING</td><td>\em 'LEVEL' \em 'NAME' has no Registers, ignoring \em 'LEVEL'.</td><td></td></tr>
<tr><td>M329</td> <td>ERROR</td><td>CPU Type is not set, using default (Cortex-M3)</td><td></td></tr>
Expand Down
2 changes: 1 addition & 1 deletion CMSIS/DoxyGen/Zone/src/XML_Format.txt
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ The information in this element is identical with CMSIS-Pack, except that it pro
</tr>
<tr>
<td>Dendian</td>
<td>Specifies the endianess of the processor.</td>
<td>Specifies the endianness of the processor.</td>
<td>DendianEnum</td>
<td>required</td>
</tr>
Expand Down
4 changes: 2 additions & 2 deletions CMSIS/Utilities/CMSIS-SVD.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<xs:pattern value="r[0-9]*p[0-9]*"/>
</xs:restriction>
</xs:simpleType>
<!-- EndianType pre-defines the tokens for specifying the endianess of the device -->
<!-- EndianType pre-defines the tokens for specifying the endianness of the device -->
<xs:simpleType name="endianType">
<xs:restriction base="xs:token">
<xs:enumeration value="little"/>
Expand Down Expand Up @@ -345,7 +345,7 @@
<xs:element name="name" type="cpuNameType"/>
<!-- V1.1: ARM defined revision of the cpu -->
<xs:element name="revision" type="revisionType"/>
<!-- V1.1: Endian specifies the endianess of the processor/device -->
<!-- V1.1: Endian specifies the endianness of the processor/device -->
<xs:element name="endian" type="endianType"/>
<!-- V1.1: mpuPresent specifies whether or not a memory protection unit is physically present -->
<xs:element name="mpuPresent" type="xs:boolean" minOccurs="0"/>
Expand Down

0 comments on commit 51f8f89

Please sign in to comment.