We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8073149 commit 25a5391Copy full SHA for 25a5391
2 files changed
main/footer.js
@@ -1,7 +1,7 @@
1
function writeHeader() {
2
- document.write('Version 2.2.0-dev16');
+ document.write('Version 2.2.0-dev17');
3
};
4
5
function writeFooter() {
6
- document.write('Generated on Mon Nov 24 2025 08:25:20 for CMSIS-Compiler Support 2.2.0-dev16+g651efec. Copyright © 2025 Arm Limited (or its affiliates). All rights reserved.');
+ 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.');
7
version.js
@@ -1,6 +1,6 @@
//--- list of versions ---
const versions = {
- "main": "2.2.0-dev16",
+ "main": "2.2.0-dev17",
"latest": "2.1.0",
"v2.0.0": "2.0.0",
"v1.0.0": "1.0.0"
0 commit comments