Skip to content

Commit 279239a

Browse files
jkrechbrondani
authored andcommitted
Draft CHANGELOG with new features and fixes
Added updates and resolved issues for the CMSIS extension, including version requirements and improved diagnostics. For review
1 parent ca3a9ea commit 279239a

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## [Unreleased]
44

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+
19+
520
## 1.66.0
621

722
- Updates:

0 commit comments

Comments
 (0)