ARM-software / CMSIS-FreeRTOS

FreeRTOS adaptation for CMSIS-RTOS Version 2
https://arm-software.github.io/CMSIS-FreeRTOS/
Other
520 stars 140 forks source link

Upgrade FreeRTOS Version! #57

Closed MohammedMaarof closed 2 years ago

MohammedMaarof commented 2 years ago

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.

VladimirUmek commented 2 years ago

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).