ARM-software / vscode-cmsis-csolution

Extension support for VS Code CMSIS Project Extension
https://marketplace.visualstudio.com/items?itemName=Arm.cmsis-csolution
Other
28 stars 5 forks source link

New Solution workflow only shows Reference Examples for boards that have a board layer in an already installed pack #117

Open jkrech opened 2 weeks ago

jkrech commented 2 weeks ago

The Problem to be solved: The "New Solution" workflow only lists "Reference Applications" if a "Board Layer" for the selected board is found (usually in the BSP). Since the "BSP Pack" is only downloaded and installed by cbuild setup on a created project, the BSP must be downloaded manually or any other project being created first.

Ensure to run the "Refresh" before opening the "New Solution" workflow after the pack was installed.

This can only be solved, once the board details retrieved from the Web Service, also include information about available board layers.