Hello,
Currently the nrf-connect extension offers board targets under build configuration. These are categorized as "Nordic SoC", "Custom boards", "All".
As I have understood, it is not possible to have custom boards while using west workspace.
For example, I have the following import here, my custom boards under vscode workspace will get clumped under "All" boards.
manifest:
remotes:
- name: ncs
url-base: https://github.com/nrfconnect
projects:
- name: sdk-nrf
remote: ncs
path: nrf
revision: v2.4.2
import: true
clone-depth: 1
self:
path: project
It would be nice feature to have custom board roots under custom boards regardless of whether west workspace.
Similar discussion (also possible related topics "vscode not recognizing custom boards" in these forums)
devzone.nordicsemi.com/.../nrf-connect-boardroots-does-not-work-custom-board-are-not-picked-up
Thank you.