Skip to content

Commit 2cac913

Browse files
author
github-actions
committed
Update documentation for branch main
1 parent f431743 commit 2cac913

3 files changed

Lines changed: 14 additions & 3 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-dev24');
2+
document.write('Version 2.2.0');
33
};
44

55
function writeFooter() {
6-
document.write('Generated on Fri Feb 20 2026 09:53:42 for CMSIS-Compiler Support 2.2.0-dev24+g218fffe. Copyright © 2026 Arm Limited (or its affiliates). All rights reserved.');
6+
document.write('Generated on Fri Feb 20 2026 10:32:15 for CMSIS-Compiler Support 2.2.0. Copyright © 2026 Arm Limited (or its affiliates). All rights reserved.');
77
};

main/rev_hist.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,17 @@
136136
<tr>
137137
<th>Version </th><th>Description </th></tr>
138138
<tr>
139+
<td>v2.2.0 </td><td><p class="starttd">Changes since CMSIS-Compiler 2.1.0:</p>
140+
<ul>
141+
<li>Add components that enable stdio retarget to UART</li>
142+
<li>Update example project AC6:</li>
143+
<li>correct _sys_read return value when rt_fs_read returns with error</li>
144+
<li>correct _mutex_initialize to check whether RTOS2 kernel is initialized IAR:</li>
145+
<li>add support for multithreading</li>
146+
<li>add support for file redirection </li>
147+
</ul>
148+
</td></tr>
149+
<tr>
139150
<td>v2.1.0 </td><td><ul>
140151
<li>AC6: correct _sys_open handling for OPEN_A, file is created if non-existent (#50)</li>
141152
<li>GCC: add missing forward declarations for retargeted functions (#51, #53)</li>

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-dev24",
3+
"main": "2.2.0",
44
"latest": "2.1.0",
55
"v2.0.0": "2.0.0",
66
"v1.0.0": "1.0.0"

0 commit comments

Comments
 (0)