-
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
Device Vendor incorrectly mapped #152
Comments
boardID from pdsc: Brainchip::ADK1000 miniPCIe:V1 The Web interface harmonizes the Same problem as here: #132 |
A solution is: add just the Dname without Dvendor.
As the DFP/BSP is already fixed, this is OK. We could apply the same for |
https://github.com/Arm-Debug/vscode-cmsis-csolution/pull/2022 |
Using internal CMSIS Solution Extension build from main branch 2024-12-16 8:00
Board and Device are specified without vendor. Also checking that commands:
|
This problem happens only when the pack is not installed locally.
When using Create New with
board: Brainchip::ADK1000 miniPCIe:V1
the device vendor is incorrectly entered asdevice: Brainchip::AKD1000
.Correct is:
device: BrainChip::AKD1000
.Blank_solution5.zip
The text was updated successfully, but these errors were encountered: