Skip to content

Commit 0bb666c

Browse files
committed
CMSIS-FreeRTOS 11.1.0
1 parent d6289c9 commit 0bb666c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

ARM.CMSIS-FreeRTOS.pdsc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@
847847

848848
<components>
849849
<!-- CMSIS-RTOS2 FreeRTOS component -->
850-
<component Cclass="CMSIS" Cgroup="RTOS2" Csub="FreeRTOS" Cvariant="Cortex-M" Cversion="11.0.1" Capiversion="2.3.0" condition="CMSIS RTOS2 FreeRTOS CortexM">
850+
<component Cclass="CMSIS" Cgroup="RTOS2" Csub="FreeRTOS" Cvariant="Cortex-M" Cversion="11.1.0" Capiversion="2.3.0" condition="CMSIS RTOS2 FreeRTOS CortexM">
851851
<description>CMSIS-RTOS2 implementation for Cortex-M based on FreeRTOS</description>
852852
<RTE_Components_h>
853853
#define RTE_CMSIS_RTOS2 /* CMSIS-RTOS2 */
@@ -861,7 +861,7 @@
861861
</files>
862862
</component>
863863

864-
<component Cclass="CMSIS" Cgroup="RTOS2" Csub="FreeRTOS" Cvariant="Cortex-A" Cversion="11.0.1" Capiversion="2.3.0" condition="CMSIS RTOS2 FreeRTOS CortexA">
864+
<component Cclass="CMSIS" Cgroup="RTOS2" Csub="FreeRTOS" Cvariant="Cortex-A" Cversion="11.1.0" Capiversion="2.3.0" condition="CMSIS RTOS2 FreeRTOS CortexA">
865865
<description>CMSIS-RTOS2 implementation for Cortex-A based on FreeRTOS</description>
866866
<RTE_Components_h>
867867
#define RTE_CMSIS_RTOS2 /* CMSIS-RTOS2 */
@@ -877,7 +877,7 @@
877877
</files>
878878
</component>
879879

880-
<bundle Cbundle="FreeRTOS" Cclass="RTOS" Cversion="11.0.1">
880+
<bundle Cbundle="FreeRTOS" Cclass="RTOS" Cversion="11.1.0">
881881
<description>FreeRTOS Real Time Kernel</description>
882882
<doc>https://www.freertos.org/RTOS.html</doc>
883883

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="11.0.1"/>
3+
<component name="CMSIS-FreeRTOS" version="11.1.0"/>
44

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

0 commit comments

Comments
 (0)