Skip to content

Commit e3e25f9

Browse files
committed
Fixed pack version
1 parent e8c2212 commit e3e25f9

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

ARM.CMSIS-FreeRTOS.pdsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<license>License/license.txt</license>
99

1010
<releases>
11-
<release version="10.4.0" date="2020-04-30">
11+
<release version="10.3.1" date="2020-04-30">
1212
FreeRTOS 10.3.1
1313
Maintenance for CMSIS 5.7.0:
1414
- Enhanced kernel configuration handling and checking when using CMSIS-RTOS2 API

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.4.0"/>
3+
<component name="CMSIS-FreeRTOS" version="10.3.1"/>
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.4.0"
41+
PROJECT_NUMBER = "Version 10.3.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

DoxyGen/General/src/cmsis_freertos.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ File/Directory |Content
5757

5858
<table class="cmtable" summary="Revision History">
5959
<tr>
60-
<td>10.4.0</td>
60+
<td>10.3.1</td>
6161
<td>
6262
<p><b>FreeRTOS V10.3.1</b></p>
6363
<p>Maintenance release for CMSIS 5.7.0:

0 commit comments

Comments
 (0)