Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/images/arm-tools-deactivated.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions docs/tipsandtricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,18 @@ The corresponding library file will be present in the `/out`-directory.

!!! Note
This only works with CMSIS-Toolbox starting v2.11.0.

## Downgrading tool versions

When you downgrade a tool version in the `vcpkg-configuration,json` file, this will only be taken into account if you
toggle the tools activation.

Do the following:

- Click on the **Arm Tools** entry in the status bar.
- In the **Manage Arm Tools** dialog, select *Deactivate Environment*. The status bar will show that tools are
deactivated: ![Arm Tools deactivated](./images/arm-tools-deactivated.png)
- Again, click on the **Arm Tools** entry in the status bar.
- In the **Manage Arm Tools** dialog, select *Reactivate Environment*.

The new settings will now the taken into account and you can start working with the downgraded tool version.
Loading