Ahh I see what’s happened. Sorry I don’t use the new project functionality so it doesn’t get as much scrutiny as other parts of the extension.
You need to use NFED in order to get the board definitions so you can use the nRF9151 Feather. I’ve pushed v0.4.12 of the extension which adds a third NFED option when creating a project. Once downloaded/updated you can re-run the create project with the NFED option and it will populate the template correctly.
Or, if you want to fix it manually, you can update your west.yml file in your new project to this:
manifest:
projects:
- name: nfed
url: https://github.com/circuitdojo/nrf9160-feather-examples-and-drivers.git
path: nfed
revision: v3.0.x
import: true
self:
# This repository should be cloned to
path: app
Then run the Update Dependencies
command. (Also under Zephyr Tools: Update Dependencies` in the quick launch.
I would then copy over the contents of nfed/samples/blinky
and put it into your app
folder overwriting anything that’s there.
You should be able to build for any Circuit Dojo target (with /ns at the end of course).
Let me know how it goes @nordicguy