Unable to find soc info/Could not find SOC. Errors in vsc extension

Hi!

i have some problems with extension, i cant see action bar/boards. I had no problem with v2.5.2 of sdk and toolchain but when i bumped it to 2.7.0 in manifest file it doesnt work with T2 type app, the problem dissapeared when i made workspace application but i do want to use T2.
That's the manifest file.

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



1. It works with terminal commands like west build etc.

2. I tried to change manually path of boards dir in vsc but it doesnt work.

3. Zephyr Base is set.

4. When im building with west build i get pop up errors in VSC but the build goes on cuz it is independent of vsc.

those are commands ran to set up workspace.

source ~/.zephyrrc

west init -l golioth_iot
west update
west zephyr-export

Related