Good day!
I'm trying to config SeS project for FreeRTOS example.
First of all I can't understand this lines in README:
- Any Mesh source files should have the directory
<Path to Mesh SDK>/mesh/core/include
appear before the directory<Path to nRF5 SDK>/external/freertos/source/include
. - Any FreeRTOS source files should have directory
<Path to nRF5 SDK>/external/freertos/source/include
appear before the directory<Path to Mesh SDK>/mesh/core/include
.
I setted <PATH TO MESH SDK> first and of course ses can't compile FreeRTOS. I added <PATH TO FREERTOS> in FreeRTOS folder in Project structure, but it didn't have any effect.
Any advice how to resolve name conflicts?
And what about refs in this section https://github.com/NordicPlayground/nrf-mesh-freeRTOS-example/tree/master/examples/light_switch_freertos/server#testing-the-example-anchor-light_switch_freertos_server_example_testing , is it exist?