Skip to content

Commit f5cca40

Browse files
committed
Update file(s) from Arm-Debug/vscode-cmsis-csolution
1 parent 87dac9b commit f5cca40

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 1.58.0
6+
7+
- New features:
8+
9+
- [**CMSIS-View**](https://mdk-packs.github.io/vscode-cmsis-solution-docs/debug.html#cmsis-view) adds [PLM](https://open-cmsis-pack.github.io/cmsis-toolbox/build-overview/#plm-of-configuration-files)
10+
status indicators for component configuration files `(X)`= mandatory file update, `(!)` = recommended file update and `(?)` = suggested file update. These indicators are propagated upwards from
11+
the configuration file to the project displaying the most severe status. The tooltips to the status indicators provide additional information. When hovering over or selecting a configuration file
12+
that needs updating, a merge icon is displayed that can be clicked to open the [VSCode 3-way merge editor](https://code.visualstudio.com/docs/sourcecontrol/overview#_3way-merge-editor). When closing
13+
the editor the merged file becomes the active configuration file.
14+
15+
- Solved issues:
16+
17+
- [**Configuration Wizard**] when editing a bitfield through the graphical view, no other bitfield values get incorrectly reset. [#296](https://github.com/ARM-software/vscode-cmsis-csolution/issues/296)
18+
- Removed unintended duplicates of directories from some examples projects downloaded from the Web (https://Keil.arm.com). [#99](https://github.com/ARM-software/vscode-cmsis-csolution/issues/99)
19+
- The generation of `launch.json` and `task.json` do not rewrite the files unless updates are required. This way comments are preserved when not making changes. [#295](https://github.com/ARM-software/vscode-cmsis-csolution/issues/295)
20+
21+
- Known issues:
22+
23+
- Updating `launch.json` and `tasks.json` files does not preserve comments.
24+
25+
526
## 1.56.0
627

728
- New features:

docs/third-party-licenses.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,13 @@
146146
"url": "https://github.com/bvaughn/react-window",
147147
"license": "https://github.com/bvaughn/react-window/blob/master/LICENSE.md"
148148
},
149+
{
150+
"name": "sax-ts",
151+
"version": "1.2.13",
152+
"spdx": "ISC",
153+
"url": "https://github.com/Maxim-Mazurok/sax-ts",
154+
"license": "https://github.com/Maxim-Mazurok/sax-ts/blob/master/LICENSE.md"
155+
},
149156
{
150157
"name": "semver",
151158
"version": "7.7.2",
@@ -155,7 +162,7 @@
155162
},
156163
{
157164
"name": "vscode-cpptools",
158-
"version": "7.0.4",
165+
"version": "7.1.1",
159166
"spdx": "MIT",
160167
"url": "https://github.com/Microsoft/vscode-cpptools-api",
161168
"license": "https://github.com/microsoft/vscode-cpptools-api/blob/main/LICENSE"
@@ -204,7 +211,7 @@
204211
},
205212
{
206213
"name": "antd",
207-
"version": "5.26.2",
214+
"version": "5.26.7",
208215
"spdx": "MIT",
209216
"url": "https://ant.design",
210217
"license": "https://github.com/ant-design/ant-design/blob/master/LICENSE"

0 commit comments

Comments
 (0)