Skip to content

Commit 9f573de

Browse files
author
github-actions
committed
Update documentation for branch main
1 parent 25a5391 commit 9f573de

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

main/footer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function writeHeader() {
2-
document.write('Version 2.2.0-dev17');
2+
document.write('Version 2.2.0-dev19');
33
};
44

55
function writeFooter() {
6-
document.write('Generated on Wed Jan 21 2026 09:53:56 for CMSIS-Compiler Support 2.2.0-dev17+g260fdba. Copyright © 2026 Arm Limited (or its affiliates). All rights reserved.');
6+
document.write('Generated on Tue Jan 27 2026 08:59:57 for CMSIS-Compiler Support 2.2.0-dev19+g59e2684. Copyright © 2026 Arm Limited (or its affiliates). All rights reserved.');
77
};

main/retarget_io_std.png

2.29 KB
Loading

main/rt_io.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,9 @@ <h3><a class="anchor" id="rt_io_std_subcomponents"></a>
180180
Usually, data is shown in a dedicated window.<br />
181181
No additional code is required to output or input data through the ITM channel. However, you have to configure the ITM channel for tracing. </td></tr>
182182
<tr class="markdownTableRowEven">
183-
<td class="markdownTableBodyLeft"><b>Custom</b> </td><td class="markdownTableBodyLeft">Retarget I/O stream to a user defined interface (such as UART or other application specific interface).<br />
183+
<td class="markdownTableBodyLeft"><b>UART</b> </td><td class="markdownTableBodyLeft">Retarget I/O streams to UART. Default implementation variant uses CMSIS-Driver USART. </td></tr>
184+
<tr class="markdownTableRowOdd">
185+
<td class="markdownTableBodyLeft"><b>Custom</b> </td><td class="markdownTableBodyLeft">Retarget I/O stream to a user defined interface (such as custom UART implementation or other application specific interface).<br />
184186
See <a class="el" href="#custom_subcomponent">"Custom" Subcomponent</a> for further details. </td></tr>
185187
</table>
186188
<blockquote class="doxtable">

version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//--- list of versions ---
22
const versions = {
3-
"main": "2.2.0-dev17",
3+
"main": "2.2.0-dev19",
44
"latest": "2.1.0",
55
"v2.0.0": "2.0.0",
66
"v1.0.0": "1.0.0"

0 commit comments

Comments
 (0)