This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

freeRTOS version mixup

Hello I'm using SDK nRF5_SDK_11.0.0_89a8197.zip and I find out that most freeRTOS file version is: "FreeRTOS V8.2.1" but "external\freertos\config\FreeRTOSConfig.h" is in version "FreeRTOS V8.0.1" thus some default configuration is missing - for example normally from 8.2.0+ there shall be enabled notifications using "#define configUSE_TASK_NOTIFICATIONS 1" but this definition is missing in previous version. Is SDK using old configuration on purpose or is it mistake? and can it be replaced by up to date configuration?

Related