Hello everyone
Now i am trying to import Freertos to my project BLE mesh in SEGGER studio. However, it had library name duplicate and i dont know how to solve that problem.
I used BLE mesh SDK: nrf5_SDK_for_Mesh_v2.1.1.
and nrf5_SDK: nRF5_SDK_15.0.0.
In the BLE mesh SDK already had header file: nrf5_SDK_for_Mesh_v2.1.1_src\mesh\core\include\queue.h
nrf5_SDK_for_Mesh_v2.1.1_src\mesh\core\include\list.h
and nrf5_SDK freertos also have same that file name and just only differ content inside: nRF5_SDK_15.0.0_a53641a\external\freertos\source\include\queue.h
nRF5_SDK_15.0.0_a53641a\external\freertos\source\include\list.h
When I add path to user include directories, the compiler always get the wrong header file to another source in dependencies folder.
So pls tell me if you have any ideas. Thank you so much.