You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,27 @@
2
2
3
3
## [Unreleased]
4
4
5
+
## 1.50.0
6
+
7
+
- New features:
8
+
9
+
- The **Configuration Wizard** supports [Debug Configuration Files (*.dbgconf)](https://open-cmsis-pack.github.io/Open-CMSIS-Pack-Spec/main/html/pdsc_family_pg.html#element_debugvars) which, starting with **CMSIS-Toolbox 2.8.0**, are treated like [component configuration files](https://open-cmsis-pack.github.io/cmsis-toolbox/build-overview/#plm-of-configuration-files) from a Cclass="Device" component.
10
+
- Pop-up notification added when launching a generator failed. The **CMSIS Solution** output channel displays by default.
11
+
- Pop-up notification added if a csolution file is detected in the workspace when launching a µVision to CMSIS Solution conversion. You can choose to overwrite the existing csolution file.
12
+
- The extension includes the CMSIS Solution schema files from the latest published CMSIS-Toolbox version (2.8.0).
13
+
- The extension includes the latest published µVision to CMSIS Solution converter (1.6.0).
14
+
15
+
- Solved issues:
16
+
17
+
- When adding a local PDSC file using `cpackget` the <timestamp> tag in local_repository.pidx must not be empty.
18
+
- The deprecated [**CMSIS Solution Extension API version 1.0**](https://www.npmjs.com/package/@arm-software/vscode-cmsis-csolution) was removed. You must now use Version 2.0.
19
+
-[A full list of resolved issues is available on GitHub](https://github.com/orgs/ARM-software/projects/10/views/10).
20
+
21
+
- Known issues:
22
+
23
+
- When installing a local software pack with `cpackget` the [pack index is updated unnecessarily](https://github.com/Open-CMSIS-Pack/cpackget/issues/404).
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,11 @@ Arm CMSIS Solution interfaces with the following [debug](#run-and-debug) extensi
27
27
-[Arm Debugger](#arm-debugger): Supports connections to physical targets such as ULINK, CMSIS-DAP, and ST-LINK, and virtual targets (FVP simulation models).
28
28
-[Cortex-Debug](#cortex-debug): Interfaces with physical targets using J-Link, OpenOCD, pyOCD, or ST-LINK. OpenOCD and pyOCD support debug with CMSIS-DAP.
The **CMSIS** view gives you access to the source code of your application. The **CMSIS** view shows the [multiple projects](https://open-cmsis-pack.github.io/cmsis-toolbox/build-overview/#project-setup-for-related-projects) that belong to the context set. The various elements available for a project are:
|@fortawesome/fontawesome-free|6.7.2|https://github.com/FortAwesome/Font-Awesome|[(CC-BY-4.0 AND OFL-1.1 AND MIT)](https://github.com/FortAwesome/Font-Awesome/blob/6.x/LICENSE.txt)|
0 commit comments