File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11function writeHeader ( ) {
2- document . write ( 'Version 2.2.0-dev24 ' ) ;
2+ document . write ( 'Version 2.2.0' ) ;
33} ;
44
55function 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} ;
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 11//--- list of versions ---
22const 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"
You can’t perform that action at this time.
0 commit comments