Hi,
I am using the VS code on windows 10, ncs v2.1.2 and nrf52840 based board
I'm using the CAF example from zephyr and build it for my custom board (i.e., I have created the custom board files) and it's working fine.
Now I want to share this project with another laptop (i.e. whole project zip file). but it was not compiled on it means when I added the application into nRF connect. and tried the pristine build it was not compiled.
Is there any process that if I built the application on one laptop/pc and share it with other laptop/pc so it will build without any errors.
Thanks.