Nrf-connect: Board Roots - VS Code is not accepting my custom board configuration

I've set my Board Roots variable:

The folder specified is root to my board definitions:

I've closed out VS Code and restarted it a couple of times.  However, it refuses to acknowledge the custom board configurations:

Parents Reply Children
  • Elfving,

    the board files come from our git repository and on another PC, they are recognized.  I've looked at some the files in the directory and they look ok.  The function was working until I also starting using VS Code for come JS programming.  I can share the files, if it helps resolving the problem.

  • Anything further on this?

  • Hello again and sorry about the wait, it has been a bit busy here.

    lwa-eta said:
    the board files come from our git repository and on another PC, they are recognized.

    I see, yeah that should be fine. 

    Could you try making the board root point to /Users/lwalw/Documents/GitHub/nRF52Software instead? I believe the board root needs a board folder, which /boards/arm/ doesn't. 

    Regards,

    Elfving

  • yes, that fixed it.  thanks.