-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create solution from Blank_project template adds wrong board vendor #132
Comments
Vendor names are translated by Solar for the webpage. Solvable when the gRPC interface is provided by the web team. |
Solar web service provides the "wrong" board vendor name. While in the PDSC file ABOV uses just |
Depends on #147 |
I suggest we implement for now (until web interface is fixed):
|
@ReinhardKeil, do you want the blank templates to be removed from the list for devices from web packs? |
When a device comes from a web service, there should be only examples shown. No templates, even no built-in templates should be listed. |
@ReinhardKeil, I think the underlaying problem has already been "solved" by adding boards/devices only by name omitting the vendor's name. This is expected to work unless there is a name clash on board/device names between different vendors and both packs are selected for the solution. Such a clash is very unlikely to happen. Hence, I'd leave it as is and keep the blank templates also for web results. |
@JonatanAntoni, adding a board without vendor name has a side effect on a cbridge. If a board doesn't have board vendor specified, cbridge can't launch STM32CubeMX to be preconfigured for a board. |
Outch. That means our current implementation is broken for that scenario/use case? |
There is no "clean" way to solve this in cbridge. Cbridge uses cbuild-gen-idx.yml as an input parameter. I didn't analyze the order of commands., but I assume that cbuild-gen-idx.yml is generated when generator is launched by the user and at that point all packs are already installed. |
Yes this will be fixed, tracked in Open-CMSIS-Pack/devtools#1930 |
Use in Create New solution with "ABOV::StarterKit-A31G112CL:V1.1"
Details see Open-CMSIS-Pack/devtools#1671 - 2nd comment
The text was updated successfully, but these errors were encountered: