Skip to content

Commit

Permalink
CMSIS-FreeRTOS 11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirUmek committed Apr 24, 2024
1 parent d6289c9 commit 0bb666c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ARM.CMSIS-FreeRTOS.pdsc
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@

<components>
<!-- CMSIS-RTOS2 FreeRTOS component -->
<component Cclass="CMSIS" Cgroup="RTOS2" Csub="FreeRTOS" Cvariant="Cortex-M" Cversion="11.0.1" Capiversion="2.3.0" condition="CMSIS RTOS2 FreeRTOS CortexM">
<component Cclass="CMSIS" Cgroup="RTOS2" Csub="FreeRTOS" Cvariant="Cortex-M" Cversion="11.1.0" Capiversion="2.3.0" condition="CMSIS RTOS2 FreeRTOS CortexM">
<description>CMSIS-RTOS2 implementation for Cortex-M based on FreeRTOS</description>
<RTE_Components_h>
#define RTE_CMSIS_RTOS2 /* CMSIS-RTOS2 */
Expand All @@ -861,7 +861,7 @@
</files>
</component>

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

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

Expand Down
2 changes: 1 addition & 1 deletion CMSIS/RTOS2/FreeRTOS/FreeRTOS.scvd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<component_viewer schemaVersion="0.1" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="Component_Viewer.xsd">
<component name="CMSIS-FreeRTOS" version="11.0.1"/>
<component name="CMSIS-FreeRTOS" version="11.1.0"/>

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

0 comments on commit 0bb666c

Please sign in to comment.