|
65 | 65 |
|
66 | 66 | - New features: |
67 | 67 |
|
68 | | - - This version of the extension integrates [CMSIS-Toolbox 2.6](https://github.com/Open-CMSIS-Pack/cmsis-toolbox/blob/main/docs/README.md#revision-history) with [CMake backend](https://github.com/Open-CMSIS-Pack/cmsis-toolbox/blob/main/docs/build-operation.md). |
69 | | - - The CMSIS Solution view has been improved based on [Build Information Files](https://github.com/Open-CMSIS-Pack/cmsis-toolbox/blob/main/docs/YML-CBuild-Format.md). |
| 68 | + - This version of the extension integrates [CMSIS-Toolbox 2.6](https://open-cmsis-pack.github.io/cmsis-toolbox/#revision-history) with [CMake backend](https://open-cmsis-pack.github.io/cmsis-toolbox/build-operation/). |
| 69 | + - The CMSIS Solution view has been improved based on [Build Information Files](https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/). |
70 | 70 | - Interfaces with [STM32CubeMX](https://www.st.com/en/development-tools/stm32cubemx.html) and [MCUXpresso Config Tools](https://www.nxp.com/design/design-center/software/development-software/mcuxpresso-software-and-tools-/mcuxpresso-config-tools-pins-clocks-and-peripherals:MCUXpresso-Config-Tools) added. |
71 | | - - Easy access to [linker scripts](https://github.com/Open-CMSIS-Pack/cmsis-toolbox/blob/main/docs/build-overview.md#linker-script-management), optional with Configuration Wizard annotations. |
72 | | - - [Toolchain agnostic](https://github.com/Open-CMSIS-Pack/cmsis-toolbox/blob/main/docs/build-overview.md#toolchain-agnostic-project) with support for Arm Compiler 6, GCC, IAR, and LLVM. |
73 | | - - Supports for [software layers](https://github.com/Open-CMSIS-Pack/cmsis-toolbox/blob/main/docs/build-overview.md#software-layers) and device-agnostic [reference applications](https://github.com/Open-CMSIS-Pack/cmsis-toolbox/blob/main/docs/ReferenceApplications.md). |
| 71 | + - Easy access to [linker scripts](https://open-cmsis-pack.github.io/cmsis-toolbox/build-overview#linker-script-management), optional with Configuration Wizard annotations. |
| 72 | + - [Toolchain agnostic](https://open-cmsis-pack.github.io/cmsis-toolbox/build-overview#toolchain-agnostic-project) with support for Arm Compiler 6, GCC, IAR, and LLVM. |
| 73 | + - Supports for [software layers](https://open-cmsis-pack.github.io/cmsis-toolbox/build-overview#software-layers) and device-agnostic [reference applications](https://open-cmsis-pack.github.io/cmsis-toolbox/ReferenceApplications/). |
74 | 74 | - Dependency on [Arm Environment Manager](https://marketplace.visualstudio.com/items?itemName=Arm.environment-manager) removed, allowing flexible integration with other VS Code extensions. |
75 | 75 | - [clangd](https://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.vscode-clangd) now supports code completion, compile errors, and go-to-definition across a whole project. |
76 | | - - Option that enables the `--pack` option to download missing software packs using [cpackget](https://github.com/Open-CMSIS-Pack/cmsis-toolbox/blob/main/docs/build-tools.md#cpackget-invocation) added. |
| 76 | + - Option that enables the `--pack` option to download missing software packs using [cpackget](https://open-cmsis-pack.github.io/cmsis-toolbox/build-tools#cpackget-invocation) added. |
77 | 77 |
|
78 | 78 | - Known issues: |
79 | 79 |
|
80 | 80 | - The [Arm Environment Manager](https://marketplace.visualstudio.com/items?itemName=Arm.environment-manager) takes a long time to load the first time you use it because all the default tool versions are downloaded and installed. You can check the installation progress in **View** > **Output** (Ctrl+Shift+U or Cmd+Shift+U). Select **Arm Tools** in the drop-down list. |
81 | 81 | - The **Create new solution** view only accesses web-based examples from public packs or published repositories. Examples from local packs do not display yet. |
82 | | - - You must manually download [Device Family Packs](https://www.keil.arm.com/devices/) and [Board Support Packs](https://www.keil.arm.com/boards/) using [cpackget](https://github.com/Open-CMSIS-Pack/cmsis-toolbox/blob/main/docs/build-tools.md#cpackget-invocation) to start projects. |
| 82 | + - You must manually download [Device Family Packs](https://www.keil.arm.com/devices/) and [Board Support Packs](https://www.keil.arm.com/boards/) using [cpackget](https://open-cmsis-pack.github.io/cmsis-toolbox/build-tools#cpackget-invocation) to start projects. |
83 | 83 | - Software components from layers or generators do not display in the **Software Components** view. |
84 | 84 | - To access recently published pack versions, you must run: `cpackget update-index --sparse`. |
85 | 85 | - If you are using CMSIS-Toolbox for the first time, you must manually initialize the CMSIS-Pack root directory: `cpackget init https://www.keil.com/pack/index.pidx`. |
|
0 commit comments