Skip to content

Commit 7f68fc7

Browse files
authored
Merge branch 'main' into copilot/consolidate-dependabot-prs
2 parents dfa40a1 + 7d18764 commit 7f68fc7

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
args: --config .github/lychee.toml './**/*.md'
4040
fail: true
41-
jobSummary: true
41+
jobSummary: false
4242

4343
build:
4444
if: github.repository == 'Open-CMSIS-Pack/vscode-cmsis-solution'

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
- Updates:
4+
- The loading time of a CMSIS project has been decreased by decoupling the process to build the compile_commands.json database. The build button turns into a "Stop" button while the process is running. The **clangd** extension starts indexing once the compile_commands.json files are ready.
5+
- When closing a CMSIS Solution project before closing the folder, the Solution needs to be explicitly loaded when opening the folder the next time.
6+
- Automatically showing the **CMSIS View** when the CMSIS Solution project was loaded can be disabled via the extension settings "Auto Show CMSIS View".
7+
- **Software Components** offer links to [keil.arm.com](https://www.keil.arm.com/) displaying public packs, as well as 'Overview' and 'Version History' for specific packs.
8+
- **CMSIS View** opens config files with [**Configuration Wizard**](https://mdk-packs.github.io/vscode-cmsis-solution-docs/userinterface.html#configuration-wizard) annotations in Graphical "Preview" by default.
9+
- Outdated CMSIS Component configuration files are now flagged with the 'N' file decorator. The (?), (!), and (x) project, group, component and file indicators have been removed. Outdated files are listed in the VS Code Problems view, and the merge utility can be opened for each file.
10+
- **Experimental** support for [MLOps Management](https://open-cmsis-pack.github.io/cmsis-toolbox/Experimental-Features/#mlops-management) allowing decoupling of the application development from the ML model development while retaining consistency.
11+
12+
- Solved issues:
13+
- **Software Components**: Software Packs view shows packs that are selected but could not be installed, and allows you to correct the pack selection via the 'Manage Pack' dialog.
14+
- **CMSIS View** does not allow to remove files from a project layer.
15+
316
## 1.67.0
417

518
- Updates:

0 commit comments

Comments
 (0)