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
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,26 @@
2
2
3
3
## [Unreleased]
4
4
5
+
## 1.44.0
6
+
7
+
## 1.42.0
8
+
9
+
- New features:
10
+
11
+
- The CMSIS status bar has been enhanced with a busy indicator and shows error and warning messages from CMSIS-Toolbox.
12
+
- When the **Use Web Services** setting is enabled, the **Create new solution** view uses the internet database in addition to installed packs to display devices, boards, and examples.
13
+
- For components, the **CMSIS** view now supports access to documentation from packs.
14
+
15
+
- Solved issues:
16
+
17
+
- Software components from layers or generators display in the **Software Components** view.
18
+
- In the **Manage Solution** view, the issues occurring when changing the context set configuration have now been solved.
19
+
-[clangd](https://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.vscode-clangd) now supports code completion, compile errors, and go-to-definition for all active contexts.
20
+
21
+
- Known issues:
22
+
23
+
- When using this extension for the first time in combination with the [Arm Environment Manager](https://marketplace.visualstudio.com/items?itemName=Arm.environment-manager), development tools are pre-installed. While this is happening, "Loading..." displays, which is misleading. You can check how the download process is progressing in **View** > **Output** > **Arm Tools** category.
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,10 @@ Arm CMSIS Solution provides the following views:
9
9
-[CMSIS view](#cmsis-view): Access your source code and actions such as build, run, and debug from the **Solution outline**.
10
10
-[Create New Solution view](#create-new-solution-view): Create new solutions for devices or boards from template projects or example applications.
11
11
-[Configure Solution view](#configure-solution-view): Add layers to your reference applications or select a compiler toolchain for your solutions.
12
-
-[Manage Solution view](#manage-solution-view): Manage your solutions with multiple targets, projects, and build types to define the scope of your application programs.
12
+
-[Manage Solution view](#manage-solution-view): Manage your solutions with multiple targets, projects, and build types to define the scope of your applications.
13
13
-[Software Components view](#software-components-view): Access reusable building blocks that are provided in software packs.
14
14
15
-
[Settings](https://code.visualstudio.com/docs/getstarted/settings#_extension-settings): Configure features like [clangd](https://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.vscode-clangd). With the **Online Mode** setting, Arm CMSIS Solution uses web services to retrieve information about devices, boards, and examples, and downloads missing **software packs**.
15
+
[Settings](https://code.visualstudio.com/docs/getstarted/settings#_extension-settings): Configure features like [clangd](https://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.vscode-clangd). With the **Use Web Services** setting, Arm CMSIS Solution uses web services to retrieve information about devices, boards, and examples, and downloads missing **software packs**.
16
16
17
17
Arm CMSIS Solution works as a standalone tool and can also interact with other Visual Studio Code extensions:
18
18
@@ -29,7 +29,7 @@ Arm CMSIS Solution interfaces with the following [debug](#run-and-debug) extensi
The **CMSIS** view gives you access to the source code of your application. The **CMSIS** view shows the [multiple projects](https://github.com/Open-CMSIS-Pack/cmsis-toolbox/blob/main/docs/build-overview.md#project-setup-for-related-projects) that belong to the **context-set**, also called the build context. The various elements available for a project are:
32
+
The **CMSIS** view gives you access to the source code of your application. The **CMSIS** view shows the [multiple projects](https://github.com/Open-CMSIS-Pack/cmsis-toolbox/blob/main/docs/build-overview.md#project-setup-for-related-projects) that belong to the context set. The various elements available for a project are:
33
33
34
34
-[File groups](https://github.com/Open-CMSIS-Pack/cmsis-toolbox/blob/main/docs/YML-Input-Format.md#groups): Groups used to organize user source code.
35
35
-[Constructed-files](https://github.com/Open-CMSIS-Pack/cmsis-toolbox/blob/main/docs/build-overview.md#rte_componentsh): Files generated for the CMSIS Run-Time Environment (RTE).
@@ -70,7 +70,7 @@ Select reusable software components for your application from this view.
Select a [context-set](https://github.com/Open-CMSIS-Pack/cmsis-toolbox/blob/main/docs/build-overview.md#working-with-context-set), or build context, from this view. A build context combines related projects which are generated independently for an application program. You might need to use different build types for projects, for example in cases where not all parts of an application require extra debug overhead.
73
+
Select a [contextset](https://github.com/Open-CMSIS-Pack/cmsis-toolbox/blob/main/docs/build-overview.md#working-with-context-set)from this view. For a given target type, a context set combines related projects which you can build for an application. You might need to use different build types for projects, for example in cases where not all parts of an application require extra debug overhead.
0 commit comments