ARM-software / CMSIS-FreeRTOS

FreeRTOS adaptation for CMSIS-RTOS Version 2

Home Page:https://arm-software.github.io/CMSIS-FreeRTOS/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade FreeRTOS Version!

MohammedMaarof opened this issue · comments

You need to update FreeRTOS repository to FreeRTOS V10.4.x Because starting from this version each task has a user definable array of task notifications.

Hi,
this repository is currently based on FreeRTOS 10.4.6 (see here).

CMSIS-RTOS2 wrapper implementation does not require using an array of task notifications and therefore define configTASK_NOTIFICATION_ARRAY_ENTRIES is not used (backward compatibility rule applies in such case).