Skip to content

Commit

Permalink
Pack: Update PSDC and changelog for 10.0.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonatanAntoni committed Feb 20, 2018
1 parent 0a54f5b commit fcb817a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 20 deletions.
20 changes: 8 additions & 12 deletions ARM.CMSIS-FreeRTOS.pdsc
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,13 @@
<license>License/license.txt</license>

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

<requirements>
<packages>
<package vendor="ARM" name="CMSIS" version="5.1.2-0"/>
<package vendor="ARM" name="CMSIS" version="5.3.0-0"/>
</packages>
</requirements>

Expand Down
15 changes: 8 additions & 7 deletions DoxyGen/General/src/cmsis_freertos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,14 @@ File/Directory |Content
<tr>
<td>10.0.1</td>
<td>
Updated to FreeRTOS V10.0.1
</td>
</tr>
<tr>
<td>9.1.1</td>
<td>
Updated to CMSIS RTOS2 API 2.1.2
<p><b>FreeRTOS V10.0.0</b></p>
<p>Maintenance release for CMSIS 5.3.0:
<ul>
<li>RTOS2 API 2.1.2</li>
<li>OS Tick API 1.0.1</li>
<li>Enhanced context switch response latency for API calls from ISR.</li>
<li>Enhanced debug awareness in SCVD.</li>
</ul>
</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CMSIS-FreeRTOS
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.
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.

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

Expand Down

0 comments on commit fcb817a

Please sign in to comment.