This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Using VScode with my own projects and boards

I have a number of custom projects and boards that were created using SES.

How do I get nRF Connect to see my projects and boars. I have a separate directly structure where all my projects and custom boards reside.

Parents
  • Hi again,

     

    Quick update. In settings (CTRL+, or File-> Preferences-> Settings), you can search for "nrf-connect", you can define the BOARD_ROOT manually:

    Where you then can edit your settings.json and add the path to your project (where folder structure boards/arm/my_custom_board is present):

    "nrf-connect.boardRoots": [
    "c:\\Users\\myuser\\ncs\\my_out_of_tree_project",
    ]

     

    Kind regards,

    Håkon

Reply
  • Hi again,

     

    Quick update. In settings (CTRL+, or File-> Preferences-> Settings), you can search for "nrf-connect", you can define the BOARD_ROOT manually:

    Where you then can edit your settings.json and add the path to your project (where folder structure boards/arm/my_custom_board is present):

    "nrf-connect.boardRoots": [
    "c:\\Users\\myuser\\ncs\\my_out_of_tree_project",
    ]

     

    Kind regards,

    Håkon

Children
Related