Skip to content

Commit

Permalink
Fixed typos in specification
Browse files Browse the repository at this point in the history
- #310
- #311
- #309
  • Loading branch information
ReinhardKeil authored May 13, 2024
1 parent 21ff583 commit 6106e84
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
8 changes: 4 additions & 4 deletions doxygen/src/csolution_schema.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Grouping element for csolution. No more than one such group can exist in a packa

\code
<csolution>
<template name="Basic csolution project" path="templates/blank" file="Blank.csolution.yml" copyto="Blank" condition="STM32H7S-Series">
<template name="Basic csolution project" path="templates/blank" file="Blank.csolution.yml" copy-to="Blank" condition="STM32H7S-Series">
<description>Create a basic project with empty main function</description>
</template>
<clayer path="layers/board/FRDM-MCXA153-MW" file="Board.clayer.yml" copy-to="board/FRDM-MCXA153" condition="FRDM-MCXA153-Board" />
Expand Down Expand Up @@ -106,8 +106,8 @@ A clayer section provides the information for accessing a software layer that is
\b Example:
\code
<csolution>
<clayer path="layers/board/FRDM-MCXA153-MW" file="Board.clayer.yml" copy-to="board/FRDM-MCXA153" condition="FRDM-MCXA153-Board" />
<clayer path="board/FRDM-MCXA153" file="Board.clayer.yml" condition="FRDM-MCXA153-Board"/>
<clayer type="Board" path="layers/board/FRDM-MCXA153-MW" file="Board.clayer.yml" copy-to="board/FRDM-MCXA153" condition="FRDM-MCXA153-Board" />
<clayer type="Board" path="board/FRDM-MCXA153" file="Board.clayer.yml" condition="FRDM-MCXA153-Board"/>
</csolution>
\endcode

Expand Down Expand Up @@ -181,7 +181,7 @@ A template section provide one or more project templates for starting a new *cso
\b Example:
\code
<csolution>
<template name="Basic csolution project" path="templates/blank" file="Blank.csolution.yml" copyto="Blank" condition="STM32H7S-Series">
<template name="Basic csolution project" path="templates/blank" file="Blank.csolution.yml" copy-to="Blank" condition="STM32H7S-Series">
<description>Create a basic project with empty main function</description>
</template>
<template name="TrustZone csolution project" path="templates/trustzone" file="TrustZone.csolution.yml" condition="STM32H7S-Series">
Expand Down
8 changes: 7 additions & 1 deletion doxygen/src/pdsc_format.txt
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ This Markdown file is indented for web pages that offer software packs in form o
\code
<package>
...
<description overview=".\Documentation\README.md>Keil MDK Middleware: File System, Network IPv4/IPv6, USB Device/Host</description>
<description overview="./Documentation/README.md">Keil MDK Middleware: File System, Network IPv4/IPv6, USB Device/Host</description>
...
</package>
\endcode
Expand Down Expand Up @@ -876,6 +876,12 @@ There are the following requirement types:
<td>\ref element_languages "LanguagesType"</td>
<td><0..1></td>
</tr>
<tr>
<td>\ref element_targets "targets"</td>
<td>Restrict a software pack to a list of devices, boards, or processor cores that are supported.</td>
<td>\ref element_targets "TargetsType"</td>
<td><0..1></td>
</tr>
</table>

<p>&nbsp;</p>
Expand Down

0 comments on commit 6106e84

Please sign in to comment.