Skip to content

Commit 2ac9317

Browse files
authored
Set pre-release version and update CHANGELOG
1 parent ca3a9ea commit 2ac9317

3 files changed

Lines changed: 19 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Change Log
22

3-
## [Unreleased]
3+
## 1.67.0
4+
5+
- Updates:
6+
- Minimum required version of VS Code for using this extension is **^1.108.1**.
7+
- **CMSIS View** resolves [access sequences](https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#access-sequences) used in file references and opens the corresponding physical file on click.
8+
- Extended support for file links in editor windows for [CMSIS Solution Project](https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#project-file-structure) and [build information](https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format) files.
9+
- Extended solution conversion diagnostics to collect and surface errors and warnings from orchestrated tools (cpackget, cbuild, cbuild2cmake, csolution) in the VS Code Problems view. Messages are removed from the status bar tooltip.
10+
- Solution conversion is now skipped if missing packs are detected but cannot be downloaded and installed by the pack installer `cpackget`.
11+
- Added `Config File` option in Debug Adapter for Arm-FVP to open the specified file.
12+
13+
- Solved issues:
14+
- **CMSIS View** does not load and display CMSIS Solution files without `projects:` node which is the case for debug only setups.
15+
- **Software Components** does not reliably open the initial view for the selected layer.
16+
- **Manage Solution** dialog target-type handling breaks in case the corresponding node is changed in `*.csolution.yml` on disk.
17+
- `uVision option` in Debug Adapter for Keil uVision stores absolute filepath.
18+
419

520
## 1.66.0
621

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cmsis-csolution",
33
"displayName": "Arm CMSIS Solution",
44
"description": "Create embedded and Edge AI projects for Arm Cortex-M based devices using the Common Microcontroller Software Interface Standard (CMSIS) and csolution format",
5-
"version": "1.66.0",
5+
"version": "1.67.0",
66
"preview": false,
77
"publisher": "Arm",
88
"author": "Jens Reinecke <jens.reinecke@arm.com>",

0 commit comments

Comments
 (0)