Hi! I’ve been using manifest file from zephyr-training for some time and it worked great with T2 app, the problem comes when I upgraded manifest file to new version of SDK which is v0.15.0 - i’ve seen it being updated on your repo. Here comes the problem i tried it with my devcontainer and on local host same issue happening I dont see any boards and actions bar. I did try to set them manually with VSC still nth happens, the funny thing is it works with terminal perfectly. Any idea why it doesn’t work, and if im only one having problems with it?
manifest:
version: 0.7
projects:
- name: golioth
path: modules/lib/golioth-firmware-sdk
revision: v0.15.0
url: https://github.com/golioth/golioth-firmware-sdk
submodules: true
west-commands: scripts/west-commands.yml
import:
file: west-ncs.yml
path-prefix: deps
- name: zephyr-network-info
path: deps/modules/lib/network-info
revision: v1.2.1
url: https://github.com/golioth/zephyr-network-info
self:
path: golioth_iot