Skip to content

Commit fcb817a

Browse files
committed
Pack: Update PSDC and changelog for 10.0.1 release.
1 parent 0a54f5b commit fcb817a

3 files changed

Lines changed: 17 additions & 20 deletions

File tree

ARM.CMSIS-FreeRTOS.pdsc

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,13 @@
88
<license>License/license.txt</license>
99

1010
<releases>
11-
<release version="10.0.1-dev0">
12-
Updated to FreeRTOS V10.0.1
13-
</release>
14-
<release version="9.1.1-dev1">
15-
Added queue registry support to CMSIS:RTOS2:FreeRTOS component
16-
Updated CMSIS-FreeRTOS component view to display queue, mutex and semaphore objects
17-
</release>
18-
<release version="9.1.1-dev0">
19-
Active development...
20-
Updated to CMSIS RTOS2 API 2.1.2 and OS Tick API 1.0.1
21-
Fixed context switch response latency for API calls from ISR
11+
<release version="10.0.1-rc0" date="2018-02-20">
12+
FreeRTOS 10.0.0
13+
Maintenance for CMSIS 5.3.0:
14+
- Added queue registry support to CMSIS:RTOS2:FreeRTOS component.
15+
- Updated CMSIS-FreeRTOS component view to display queue, mutex and semaphore objects.
16+
- Updated to CMSIS RTOS2 API 2.1.2 and OS Tick API 1.0.1.
17+
- Fixed context switch response latency for API calls from ISR.
2218
</release>
2319
<release version="9.1.0" date="2017-08-11">
2420
FreeRTOS 9.0.0
@@ -39,7 +35,7 @@
3935

4036
<requirements>
4137
<packages>
42-
<package vendor="ARM" name="CMSIS" version="5.1.2-0"/>
38+
<package vendor="ARM" name="CMSIS" version="5.3.0-0"/>
4339
</packages>
4440
</requirements>
4541

DoxyGen/General/src/cmsis_freertos.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,14 @@ File/Directory |Content
5959
<tr>
6060
<td>10.0.1</td>
6161
<td>
62-
Updated to FreeRTOS V10.0.1
63-
</td>
64-
</tr>
65-
<tr>
66-
<td>9.1.1</td>
67-
<td>
68-
Updated to CMSIS RTOS2 API 2.1.2
62+
<p><b>FreeRTOS V10.0.0</b></p>
63+
<p>Maintenance release for CMSIS 5.3.0:
64+
<ul>
65+
<li>RTOS2 API 2.1.2</li>
66+
<li>OS Tick API 1.0.1</li>
67+
<li>Enhanced context switch response latency for API calls from ISR.</li>
68+
<li>Enhanced debug awareness in SCVD.</li>
69+
</ul>
6970
</td>
7071
</tr>
7172
<tr>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CMSIS-FreeRTOS
2-
The branch *master* of this GitHub repository contains the CMSIS-RTOS adoption of FreeRTOS Version 9.0.0 as it is released as Software Pack on http://www.keil.com/pack. The [documentation](https://arm-software.github.io/CMSIS-FreeRTOS/General/html/index.html) is available under https://arm-software.github.io/CMSIS-FreeRTOS/General/html/index.html.
2+
The branch *master* of this GitHub repository contains the CMSIS-RTOS adoption of FreeRTOS Version 10.0.0 as it is released as Software Pack on http://www.keil.com/pack. The [documentation](https://arm-software.github.io/CMSIS-FreeRTOS/General/html/index.html) is available under https://arm-software.github.io/CMSIS-FreeRTOS/General/html/index.html.
33

44
Use *Issues* to provide feedback and report problems for CMSIS FreeRTOS implementation.
55

0 commit comments

Comments
 (0)