I'm newbie with the nRF environment. I learned how to create a new project in VS Code from SDK samples but now I have two questions:
1 - I want to crate a blank project. What's the best way to do it? Can I create a new application from any sample (zephyr or not) and change/delete only all the source files in /scr folder?
2 - I want test this project in VS Code but if I import the source code as described in my first question above I get a build error. How should I import this non-VS Code project in my VS Code?
Thanks in advance.