Skip to content

Commit 4dd0035

Browse files
committed
CMSIS-FreeRTOS V11.3.0
1 parent 2263abb commit 4dd0035

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

ARM.CMSIS-FreeRTOS.pdsc

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,8 @@
1515
<repository type="git">https://github.com/ARM-software/CMSIS-FreeRTOS.git</repository>
1616

1717
<releases>
18-
<release version="11.2.1-dev">
18+
<release version="11.3.1-dev">
1919
Active Development ...
20-
- Add CMSIS-RTOS2 Blinky reference application
21-
- Correct osThreadNew to also handle osThreadPrivileged attribute
22-
- Correct osKernelGetInfo() to properly return the kernel version number
23-
- Correct osMessageQueueGetSpace to use uxQueueMessagesWaitingFromISR when in ISR
24-
- Use ulTaskNotifyValueClear to implement osThreadFlagsClear
25-
- Correct memory allocation and access in osMemoryPoolNew
2620
</release>
2721
</releases>
2822

@@ -879,7 +873,7 @@
879873

880874
<components>
881875
<!-- CMSIS-RTOS2 FreeRTOS component -->
882-
<component Cclass="CMSIS" Cgroup="RTOS2" Csub="FreeRTOS" Cvariant="Cortex-M" Cversion="11.2.2" Capiversion="2.3.0" condition="CMSIS RTOS2 FreeRTOS CortexM">
876+
<component Cclass="CMSIS" Cgroup="RTOS2" Csub="FreeRTOS" Cvariant="Cortex-M" Cversion="11.3.0" Capiversion="2.3.0" condition="CMSIS RTOS2 FreeRTOS CortexM">
883877
<description>CMSIS-RTOS2 implementation for Cortex-M based on FreeRTOS</description>
884878
<RTE_Components_h>
885879
#define RTE_CMSIS_RTOS2 /* CMSIS-RTOS2 */
@@ -893,7 +887,7 @@
893887
</files>
894888
</component>
895889

896-
<component Cclass="CMSIS" Cgroup="RTOS2" Csub="FreeRTOS" Cvariant="Cortex-A" Cversion="11.2.2" Capiversion="2.3.0" condition="CMSIS RTOS2 FreeRTOS CortexA">
890+
<component Cclass="CMSIS" Cgroup="RTOS2" Csub="FreeRTOS" Cvariant="Cortex-A" Cversion="11.3.0" Capiversion="2.3.0" condition="CMSIS RTOS2 FreeRTOS CortexA">
897891
<description>CMSIS-RTOS2 implementation for Cortex-A based on FreeRTOS</description>
898892
<RTE_Components_h>
899893
#define RTE_CMSIS_RTOS2 /* CMSIS-RTOS2 */

0 commit comments

Comments
 (0)