Skip to content

Commit

Permalink
Corrected VS Code naming
Browse files Browse the repository at this point in the history
  • Loading branch information
vovamarch committed Jun 19, 2024
1 parent 8108f26 commit 0624627
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DoxyGen/infrastructure/src/avh_artifactory.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ vcpkg is a package management utility that can be used to easily configure and r
Learning path article [Install tools on the command line using vcpkg
](https://learn.arm.com/learning-paths/microcontrollers/vcpkg-tool-installation/) provides detailed information on how to install vcpkg on your machine and use it to retrieve specific tool artifacts.

The package management via vcpkg is natively integrated into Keil Studio for VsCode and is configured in many Arm references examples. It is also simplified for use in GitHub CI/CD workflows as explained in \ref avh_gh_actions.
The package management via vcpkg is natively integrated into Keil Studio for VS Code and is configured in many Arm references examples. It is also simplified for use in GitHub CI/CD workflows as explained in \ref avh_gh_actions.

For AVH FVPs the vcpkg_configuration.json file shall contain `"arm:models/arm/avh-fvp"` entry to ensure the download of the models. For example:

Expand Down
2 changes: 1 addition & 1 deletion DoxyGen/infrastructure/src/avh_desktop.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ You can use Arm Virtual Hardware FVP models with embedded projects locally on yo
- Section [Using AVH FVPs](../../simulation/html/using.html) gives an overview on how to use AVH FVPs in a command-line interface (CLI).

**Use in IDEs:**
- \subpage run_mdk_vscode explains how to use AVH FVPs in Keil MDK for VsCode running on a Linux/MacOs/Windows/ machine.
- \subpage run_mdk_vscode explains how to use AVH FVPs in Keil MDK for VS Code running on a Linux/MacOs/Windows/ machine.
- \subpage run_mdk_uv4 explains how to use Keil MDK uVision running on a local Windows PC.
4 changes: 2 additions & 2 deletions DoxyGen/infrastructure/src/avh_mdk_vscode.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Use with Keil Studio {#run_mdk_vscode}

This section explains how Arm Fixed Virtual Platforms (FVP) can be used with [Keil Studio for VsCode (MDK v6)](https://www.keil.arm.com) for developing and debugging embedded applications on a local computer.
This section explains how Arm Fixed Virtual Platforms (FVP) can be used with [Keil Studio for VS Code (MDK v6)](https://www.keil.arm.com) for developing and debugging embedded applications on a local computer.

## Tools Installation {#mdk_vscode_install}

Expand Down Expand Up @@ -45,7 +45,7 @@ Note that in Keil Studio also other artifacts are usually present for build and

## Program Build {#mdk_vscode_build}

Follow the instructions provided in the [Build the example project](https://developer.arm.com/documentation/108029/0000/Get-started-with-an-example-project/Build-the-example-project) in the Arm Keil Studio for VsCode User's Guide.
Follow the instructions provided in the [Build the example project](https://developer.arm.com/documentation/108029/0000/Get-started-with-an-example-project/Build-the-example-project) in the Arm Keil Studio for VS Code User's Guide.


## Program Run and Debug {#mdk_vscode_program_run}
Expand Down
2 changes: 1 addition & 1 deletion DoxyGen/overview/src/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- VIO/VSI python script path is moved into model configuration. See [Using AVH FVPs](../../simulation/html/using.html).
- Added [Arm Tools Artifactory](../../infrastructure/html/avh_fvp_artifactory.html) support.
- Added [Arm GitHub Actions](../../infrastructure/html/avh_gh_actions.html) support.
- Added [Arm Keil Studio VsCode](../../infrastructure/html/run_mdk_vscode.html) support.
- Added [Arm Keil Studio for VS Code](../../infrastructure/html/run_mdk_vscode.html) support.
- Added AVH FVP models:
- FVP_Corstone_SSE-315
- FVP_MPS2_Cortex-M85
Expand Down

0 comments on commit 0624627

Please sign in to comment.