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

Problems with FreeRTOS and NRF SDK

Hi, I am using nrf SDK for mesh and try to add FreeRTOS , but after adding build failed because  both has files with same name. Is it possible to work with FreeRTOS and nrf SDK ?

Thanks in advance

Parents Reply Children
  • Ok, FreeRTOS support was never a part of the nRF SDK for Mesh development, so that is probably the reason for the name conflict. As I mentioned previously we do not have any plans for adding FreeRTOS support in the nRF SDK for Mesh. 

    You will have to solve the name conflict by either modifying the FreeRTOS source or the Mesh SDK to change the name of list.c/.h and queue.c/h.

    Bjørn

Related