Hi,
Currently I am setting up my work environment. I have a simple Zephyr project running on our custom board with the nRF52840, so a modified example and a custom board folder.
Now I would like to push these changes to our git server.
What is the best way to do this? I would like to push our source code (modified example), and the zephyr/boards/ folder containing our custom board definition.
Thank you!