Skip to content

Commit 63c1419

Browse files
committed
Pack: Bump version numbers and histories for release 5.5.1.
Change-Id: I529dacf93d4f2850413b5b368d5f6f539181a090
1 parent 53e7d9a commit 63c1419

File tree

5 files changed

+17
-7
lines changed

5 files changed

+17
-7
lines changed

ARM.CMSIS.pdsc

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@
88
<url>http://www.keil.com/pack/</url>
99

1010
<releases>
11-
<release version="5.5.1-dev0">
12-
Active development...
11+
<release version="5.5.1-rc0">
12+
The following folders are deprecated
13+
- CMSIS/Include/ (superseded by CMSIS/DSP/Include/ and CMSIS/Core/Include/)
14+
15+
CMSIS-Core(M): 5.2.1 (see revision history for details)
16+
- Fixed compilation issue in cmsis_armclang_ltm.h
1317
</release>
14-
<release version="5.5.0-rc1" date="2019-03-18">
18+
<release version="5.5.0" date="2019-03-18">
1519
The following folders have been removed:
1620
- CMSIS/Lib/ (superseded by CMSIS/DSP/Lib/)
1721
- CMSIS/DSP_Lib/ (superseded by CMSIS/DSP/)

CMSIS/DoxyGen/Core/core.dxy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "CMSIS-Core (Cortex-M)"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = "Version 5.2.0"
41+
PROJECT_NUMBER = "Version 5.2.1"
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

CMSIS/DoxyGen/Core/core_CM0-7.dxy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "CMSIS-Core (Cortex-M)"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = "Version 5.2.0"
41+
PROJECT_NUMBER = "Version 5.2.1"
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

CMSIS/DoxyGen/Core/src/Overview.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,19 @@ The \ref templates_pg supplied by Arm have been tested and verified with the fol
9696
<th>Version</th>
9797
<th>Description</th>
9898
</tr>
99+
<tr>
100+
<td>V5.2.1</td>
101+
<td>
102+
Fixed: Compilation issue in cmsis_armclang_ltm.h introduced in 5.2.0
103+
</td>
104+
</tr>
99105
<tr>
100106
<td>V5.2.0</td>
101107
<td>
102108
Added: Cortex-M35P support.\n
103109
Added: Cortex-M1 support.\n
104110
Added: Armv8.1 architecture support.\n
105-
Added: \ref __RESTRICT and \ref __STATIC_FORCEINLINE compiler control macros.
111+
Added: \ref __RESTRICT and \ref __STATIC_FORCEINLINE compiler control macros.
106112
</td>
107113
</tr>
108114
<tr>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CMSIS Version 5
22

3-
The branch *master* of this GitHub repository contains the CMSIS Version 5.5.0. The [documentation](http://arm-software.github.io/CMSIS_5/General/html/index.html) is available under http://arm-software.github.io/CMSIS_5/General/html/index.html
3+
The branch *master* of this GitHub repository contains the CMSIS Version 5.5.1. The [documentation](http://arm-software.github.io/CMSIS_5/General/html/index.html) is available under http://arm-software.github.io/CMSIS_5/General/html/index.html
44

55
Use [Issues](https://github.com/ARM-software/CMSIS_5#issues-and-labels) to provide feedback and report problems for CMSIS Version 5.
66

0 commit comments

Comments
 (0)