Hi
I have been able to work with the 'Lighting' demo BLE mesh application using the nRF Connect SDK with Visual Studio Code. I have even been able to add my custom board to the project and successfully been able to work with it.
I am now trying to use the sample and build my own application, however I want to use my Zephyr installation and not the nRF Connect SDK. I have been able to create a project from scratch and include the source files from the sample app.
The problem I am facing is that Nordic build system includes another layer of code (nrf/include/bluetooth/mesh) which Zephyr does not recognize and throws errors of header files not found.
Even if I use the same build command that nRF Connect SDK uses, I get the same error message.
I guess, when you create a build configuration in visual studio, the Nordic modules are included in the build. I want to know how can I include the nordic abstraction layer in my application I am building from scratch.
Thanks
