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.
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
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