I want to put my own samples in Github for projects using the Feather, whats the best way to do that?
I’d like as easy as possible to clone an example in a git repo and flash it to the feather.
I initially tried with using the nrf connect sdk but then it can’t flash the feather.
I think its, use vscode, install the zephyr tools extension, then ???
When i try opening the zephyr tools in an directoiry it wants to init or create a project and i don;t see how to get it to build and flash the directory where my own example is. It always ends up using https://github.com/circuitdojo/nrf9160-feather-examples-and-drivers.git and the apps in there or if its my own folder checking that out and putting blinky in an app folder and flashing that.
Any help?