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

Do not show UV projects that require AC5 in Create new solution dialog #116

Open ReinhardKeil opened 2 weeks ago

ReinhardKeil commented 2 weeks ago

Note: To duplicate this issue, first select a board that has csolution examples, i.e EVK-MIMXRT1060 and view the projects.

uVision examples that are created for AC5 cannot be converted. On the web side these examples are marked with AC5.

In the Create new solution dialog such examples should not be shown.

This is a board that has such examples https://www.keil.arm.com/boards/abov-starterkit-a31g112cl-v11-9cec7c0/projects/

JonatanAntoni commented 1 week ago

Examples retrieved from Core Tools can't be filtered unfortunately. The web search results retrieved via Solar search contain a convertible flag indicating its compatibility (via uv2csolution). We plan to list only those uVision examples returned from Solar which are convertible.

See Arm-Debug/vscode-cmsis-csolution#1919

JonatanAntoni commented 26 minutes ago

cc @thorstendb-ARM see Arm-Debug/vscode-cmsis-csolution#1960