Skip to content

Commit f028b70

Browse files
committed
1 parent b85dbfb commit f028b70

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,21 +65,21 @@
6565

6666
- New features:
6767

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/).
7070
- 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/).
7474
- Dependency on [Arm Environment Manager](https://marketplace.visualstudio.com/items?itemName=Arm.environment-manager) removed, allowing flexible integration with other VS Code extensions.
7575
- [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.
7777

7878
- Known issues:
7979

8080
- 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.
8181
- 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.
8383
- Software components from layers or generators do not display in the **Software Components** view.
8484
- To access recently published pack versions, you must run: `cpackget update-index --sparse`.
8585
- 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

Comments
 (0)