Skip to content

CMSIS-FreeRTOS 10.4.6

Compare
Choose a tag to compare
@VladimirUmek VladimirUmek released this 13 Dec 12:22

Release Notes

This pack is based on FreeRTOS Version 10.4.6 licensed under the FreeRTOS license.

Changes since 10.4.3:

  • Updated osSemaphoreGetCount to use uxSemaphoreGetCountFromISR instead of uxQueueMessagesWaitingFromISR
  • Correct typecasting of argument usStackDepth for xTaskCreate in function osThreadNew (#51)
  • Fix mutex allocation for Arm Standard C library and allow it only when the kernel is running

It contains the following CMSIS Software Components:

  • CMSIS:RTOS:FreeRTOS 10.4.6
  • CMSIS:RTOS2:FreeRTOS 10.4.6
  • RTOS: Bundle "FreeRTOS" components:
    • Config [FreeRTOS | CMSIS RTOS2]
    • Core
    • Coroutines
    • Event Groups
    • Stream Buffer
    • Message Buffer
    • Heap [Heap_[1-5]]
    • Timers
    • TrustZone

Prerequisites:

  • ARM CMSIS pack version 5.4.0 or higher

Supported Processors:

  • Cortex-M
  • Cortex-A9

Supported Compilers:

  • ARM Compiler 5
  • ARM Compiler 6
  • IAR
  • GCC