docs Update file(s) from Arm-Debug/vscode-cmsis-csolution Apr 12, 2024 CHANGELOG.md Update file(s) from Arm-Debug/vscode-cmsis-csolution Jun 13, 2024 LICENSE Sync docs. Aug 19, 2022 README.md Update file(s) from Arm-Debug/vscode-cmsis-csolution Apr 26, 2024 Repository files navigation...
Extension support for VS Code CMSIS Project Extension - Issues · ARM-software/vscode-cmsis-csolution
Extension support for VS Code CMSIS Project Extension - Commits · ARM-software/vscode-cmsis-csolution
{ "label" : "Start CubeMX", "type" : "process", "command" : "csolution", "args": [ "${command:cmsis-csolution.getSolutionPath}", "run", "--generator", "CubeMX", "--context", "BlinkTest.Debug+STM32H753ZITx" ], "problemMatcher" : [] } The desired structure of the instr...
Type: Bug Report Description OS and Version: Win 10 VS Code Version: 1.87.2 Csolution Extension Version: 1.34.1 when i added the cubemx software module to my project , i got an compilation error Expected Behavior fix
Type: Feature Request command:cmsis-csolution.getBinaryFile returns the .elf or similar format. It would be useful to have a command for .bin output as well. Note: Arm Embedded Debugger extension has the following commands: command:embed...
Type: Bug Report Describe the bug OS and Version: Windows 11 VS Code Version: 1.83.1 Extension Version: Arm CMSIS csolution v1.11.0 I want to convert a uVision .uvprojx project to a csolution project with uv2csolution. But with the follo...
Version: VS Code CMSIS Solution 1.40 I would expect to see the "Fault" example. It is not shown. attribute to the example in the pack description file, the example shows for me. Is the general expectation for an example that specifies a board without therevisionwould show for boards with...
-c:\Users...\vscode\extensions\arm.cmsis-csolution-1.37.0-win32-x64\tools\uv2csolution\uv2csolution.exe undefined 0 out of 0 target(s) converted Error: 1 error(s), 0 warning(s): Errors: open undefined: The system cannot find the file specified. Process failed with exit code 2 But...
cbuild SimpleTZ.csolution.yml --context .Debug+CS300 cbuild SimpleTZ.csolution.yml --context CM33s.Release+CS300 --context CM33ns.Debug+CS300 The manual says under https://github.com/Open-CMSIS-Pack/cmsis-toolbox/blob/main/docs/YML-Input-Format.md#access-sequences For a context the...