Cannot see custom boards in nRF Connect for VS Code using a Mac

Custom boards are not getting picked up using nrf Connect for VS Code on a Macbook Pro. I have the settings.json set:


And there is a boards directory:

I've stopped and restarted VS Code, but the board I'm looking for won't show:

I even added the directory which has the /boards folder in it to the nrf settings:

Parents Reply
  • Let's use this as the path:

    /Users/me/Projects/GitHub/lvgl_gc9a01_pr

    But I can't get the board to appear through any method:

    1. There is a boards directory in my project which has a boards directory in it: /Users/me/Projects/GitHub/lvgl_gc9a01_pr/boards/arm/zswatch_nrf5340
    2. The settings.json has:
      "nrf-connect.boardRoots": [
      "${workspaceFolder}",
      "${workspaceFolder}"
      ]
    3. `Settings -> Extensions -> nRF Connect -> Board Roots` has: /Users/me/Projects/GitHub/lvgl_gc9a01_pr

     

    The files are here if it helps.

Children
Related