Skip to content

Commit e75969e

Browse files
committed
Update file(s) from Arm-Debug/vscode-cmsis-csolution
1 parent 83dd522 commit e75969e

File tree

8 files changed

+83
-141
lines changed

8 files changed

+83
-141
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
## [Unreleased]
44

5+
## 1.54.0
6+
7+
- New features:
8+
9+
- New features require [CMSIS-Toolbox v2.9.0](https://github.com/Open-CMSIS-Pack/cmsis-toolbox/releases/tag/2.9.0)
10+
or later. Update your workspace's `vcpkg-configuration.json` file accordingly.
11+
- The CMSIS Solution extension integrates with the [Arm CMSIS Debugger extension](https://marketplace.visualstudio.com/items?itemName=Arm.vscode-cmsis-debugger) adding action buttons and commands required for [debugging an application](https://mdk-packs.github.io/vscode-cmsis-solution-docs/debug.html#cmsis-view).
12+
- If a target-type specifies the node [`target-set:`](https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#target-set) `cbuild` is launched for the active target-set instead of the context-set specified in `*.cbuild-set.yml`. In addition the selected contexts from **Manage Solution** dialog are stored in the `target-set` of the active `target-type`.
13+
- If a debug adapter is specified by the `*.cbuild-run.yml`, configurations are generated in `launch.json` and `tasks.json` based on the debug adapter templates specified in the [debug adapter registry](https://github.com/Open-CMSIS-Pack/debug-adapter-registry).
14+
- **Manage Solution** no longer supports the configuration of context specific "Run" and "Debug" actions. Corresponding options are deprecated in the user settings of the workspace.
15+
- [Device configuration files](https://open-cmsis-pack.github.io/cmsis-toolbox/build-overview/#device-configuration) (*.dbgconf) are moved and renamed. The files can be accessed from group "Device: ..." in **CMSIS-View**.
16+
17+
- Solved issues:
18+
19+
- The YAML parser for the CMSIS solution input files ensures that all specified numeric, hexadecimal and boolean
20+
values retain their format in full, no quotes are added on write back.
21+
22+
- Known issues:
23+
24+
- Updating `launch.json` and `tasks.json` files does not preserve comments.
25+
526
## 1.52.0
627

728
- New features:
@@ -22,7 +43,7 @@
2243
- Arm Compiler 6 pre-defines are consistently exported into `.clangd` configuration files.
2344
- Reduce likelihood of duplicated calls to `cbuild setup` after converting µVision projects within the active workspace.
2445
- The YAML parser for the CMSIS solution input files ensures that all specified numbers retain their format. Double quotes are added on write back without causing any side effect.
25-
46+
2647
- Known issues:
2748

2849
- A `*.project.yml` that has components with for-context attributes might loose settings. ([ARM-software/vscode-cmsis-csolution#211](https://github.com/ARM-software/vscode-cmsis-csolution/issues/211)).

README.md

Lines changed: 38 additions & 138 deletions
Large diffs are not rendered by default.

docs/images/ConfigWizard.png

45 KB
Loading

docs/images/SyntaxYML.png

40.6 KB
Loading

docs/images/run-debug-icon.png

-1.29 KB
Binary file not shown.

docs/third-party-licenses.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ <h2>Quick Links</h2>
4949
<div><a href="#@vscode/webview-ui-toolkit">@vscode/webview-ui-toolkit</a></div>
5050
<div><a href="#async-mutex">async-mutex</a></div>
5151
<div><a href="#buffer">buffer</a></div>
52+
<div><a href="#eta">eta</a></div>
5253
<div><a href="#fetch-blob">fetch-blob</a></div>
5354
<div><a href="#formdata-polyfill">formdata-polyfill</a></div>
5455
<div><a href="#google-protobuf">google-protobuf</a></div>
@@ -1253,6 +1254,18 @@ <h2><a name="buffer">buffer</a></strong></h2>
12531254
IN THE SOFTWARE.
12541255

12551256
See https://github.com/nodejs/node/blob/main/LICENSE for more information.
1257+
</pre>
1258+
<h2><a name="eta">eta</a></strong></h2>
1259+
<p><strong>License:</strong> <a href="https://spdx.org/licenses/MIT.html">MIT</a></p>
1260+
<p><strong>Version:</strong> 3.5.0</p>
1261+
<p class="source"><strong>Source:</strong> <a href="https://github.com/eta-dev/eta">https://github.com/eta-dev/eta</a></p>
1262+
<pre class="license">Copyright 2023 Ben Gubler &lt;[email protected]&gt;
1263+
1264+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the &quot;Software&quot;), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1265+
1266+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1267+
1268+
THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
12561269
</pre>
12571270
<h2><a name="fetch-blob">fetch-blob</a></strong></h2>
12581271
<p><strong>License:</strong> <a href="https://spdx.org/licenses/MIT.html">MIT</a></p>

docs/third-party-licenses.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
},
177177
{
178178
"name": "vscode-messenger-webview",
179-
"version": "0.4.5",
179+
"version": "0.5.1",
180180
"spdx": "MIT",
181181
"url": "https://github.com/TypeFox/vscode-messenger",
182182
"license": "https://github.com/TypeFox/vscode-messenger/blob/v0.4.5/LICENSE"
@@ -194,5 +194,12 @@
194194
"spdx": "ISC",
195195
"url": "https://github.com/yargs/yargs-parser",
196196
"license": "https://github.com/yargs/yargs-parser/blob/main/LICENSE.txt"
197+
},
198+
{
199+
"name": "eta",
200+
"version": "3.5.0",
201+
"spdx": "MIT",
202+
"url": "https://github.com/eta-dev/eta",
203+
"license": "https://github.com/eta-dev/eta/blob/main/LICENSE"
197204
}
198205
]

docs/third-party-licenses.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## TPIP Report for vscode-cmsis-csolution
22

3-
Report prepared at : 2025-04-01 12:40:19
3+
Report prepared at : 2025-05-07 10:22:50
44

55
| *Package* | *Version* | *Repository* | *License* |
66
|---|---|---|---|
@@ -12,6 +12,7 @@ Report prepared at : 2025-04-01 12:40:19
1212
|@vscode/webview-ui-toolkit|1.4.0|https://github.com/microsoft/vscode-webview-ui-toolkit|[MIT](https://github.com/microsoft/vscode-webview-ui-toolkit/blob/main/LICENSE)|
1313
|async-mutex|0.5.0|https://https://github.com/DirtyHairy/async-mutex|[MIT](https://github.com/DirtyHairy/async-mutex/blob/master/LICENSE)|
1414
|buffer|6.0.3|https://github.com/feross/buffer|[MIT](https://github.com/feross/buffer/blob/master/LICENSE)|
15+
|eta|3.5.0|https://github.com/eta-dev/eta|[MIT](https://github.com/eta-dev/eta/blob/main/LICENSE)|
1516
|fetch-blob|4.0.0|https://github.com/node-fetch/fetch-blob|[MIT](https://github.com/node-fetch/fetch-blob/blob/main/LICENSE)|
1617
|formdata-polyfill|4.0.10|https://github.com/jimmywarting/FormData|[MIT](https://github.com/jimmywarting/FormData/blob/master/LICENSE)|
1718
|google-protobuf|3.21.4|https://github.com/protocolbuffers/protobuf|[(BSD-3-Clause AND Apache-2.0)](https://github.com/protocolbuffers/protobuf/blob/main/LICENSE)|

0 commit comments

Comments
 (0)