Skip to content

Commit 296f61c

Browse files
committed
Updated versions and consolidated revision history.
1 parent 04cd0ea commit 296f61c

4 files changed

Lines changed: 15 additions & 46 deletions

File tree

ARM.CMSIS-FreeRTOS.pdsc

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

1010
<releases>
11-
<release version="10.3.1-dev2">
12-
Updated to FreeRTOS 10.3.1
13-
</release>
14-
<release version="10.3.1-dev1">
15-
Pack description updated based on feedback:
16-
- Fixed conditions for Cortex-M0 and Cortex-M0+ ports
17-
- Aligned conditions for Cortex-A9 port to improve readability
18-
</release>
19-
<release version="10.3.1-dev0">
20-
Pack description updated to avoid component identification issues:
21-
- Added variant tag for the CMSIS::RTOS2::FreeRTOS component
22-
- Merged description for the RTOS::Core::Cortex-M MPU component
11+
<release version="10.4.0-rc0">
12+
FreeRTOS 10.3.1
13+
Maintenance for CMSIS 5.7.0:
14+
- Enhanced kernel configuration handling and checking when using CMSIS-RTOS2 API
15+
- Added CMSIS-RTOS2 Blinky example for IAR using EWARM simulator
16+
- Modified pack description to avoid component identification issues
2317
</release>
2418
<release version="10.3.0" date="2019-12-04">
2519
FreeRTOS 10.2.1

CMSIS/RTOS2/FreeRTOS/FreeRTOS.scvd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<component_viewer schemaVersion="0.1" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="Component_Viewer.xsd">
3-
<component name="CMSIS-FreeRTOS" version="10.3.1"/>
3+
<component name="CMSIS-FreeRTOS" version="10.4.0"/>
44

55
<typedefs>
66
<typedef name="ListItem_t" size="20" info="List object definition (list.h)">

DoxyGen/General/general.dxy

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

41-
PROJECT_NUMBER = "Version 10.3.1"
41+
PROJECT_NUMBER = "Version 10.4.0"
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

DoxyGen/General/src/cmsis_freertos.txt

Lines changed: 7 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -57,39 +57,14 @@ File/Directory |Content
5757

5858
<table class="cmtable" summary="Revision History">
5959
<tr>
60-
<td>10.3.1-dev2</td>
60+
<td>10.4.0</td>
6161
<td>
6262
<p><b>FreeRTOS V10.3.1</b></p>
63-
<p>Development version:
63+
<p>Maintenance release for CMSIS 5.7.0:
6464
<ul>
65-
<li>Pack updated to FreeRTOS V10.3.1
66-
</li>
67-
</ul>
68-
</td>
69-
</tr>
70-
<tr>
71-
<td>10.3.1-dev1</td>
72-
<td>
73-
<p><b>FreeRTOS V10.2.1</b></p>
74-
<p>Development version:
75-
<ul>
76-
<li>Pack description updated based on feedback:
77-
<br>-- Fixed conditions for Cortex-M0 and Cortex-M0+ ports
78-
<br>-- Aligned conditions for Cortex-A9 port to improve readability
79-
</li>
80-
</ul>
81-
</td>
82-
</tr>
83-
<tr>
84-
<td>10.3.1-dev0</td>
85-
<td>
86-
<p><b>FreeRTOS V10.2.1</b></p>
87-
<p>Development version:
88-
<ul>
89-
<li>Pack description updated to avoid component identification issues:
90-
<br>-- Added variant tag for the CMSIS::RTOS2::FreeRTOS component
91-
<br>-- Merged description for the RTOS::Core::Cortex-M MPU component
92-
</li>
65+
<li>Enhanced kernel configuration handling and checking when using CMSIS-RTOS2 API</li>
66+
<li>Added CMSIS-RTOS2 Blinky example for IAR using EWARM simulator</li>
67+
<li>Modified pack description to avoid component identification issues</li>
9368
</ul>
9469
</td>
9570
</tr>
@@ -99,10 +74,10 @@ File/Directory |Content
9974
<p><b>FreeRTOS V10.2.1</b></p>
10075
<p>Maintenance release for CMSIS 5.6.0:
10176
<ul>
102-
<li>Added osMemoryPool functions using FreeRTOS
77+
<li>Added osMemoryPool functions using FreeRTOS</li>
10378
<li>Corrected osEventFlagsWait flag comparison when using osFlagsWaitAll</li>
10479
<li>Corrected osThreadGetStackSpace return value (bytes instead of words)</li>
105-
<li>Removed Cortex-A examples (available in device specific packs)
80+
<li>Removed Cortex-A examples (available in device specific packs)</li>
10681
</ul>
10782
</td>
10883
</tr>

0 commit comments

Comments
 (0)