Skip to content

Commit 3a5855b

Browse files
gcampbell-msftaleunryanwinter
authored
Update links to match new vcpkg-init link (#318)
* Merged PR 342104: Adding option for VS to Getting Started Guides (CMakeSettings.json) Created CMakeSettings.json template and launch.vs.json template in order to allow for building of embedded cmake projects in VS. Also using new postRemoteConnectCommands field in launch.vs.json in order to flash the board. Related work items: #1362476, #1362477, #1362479, #1362489, #1362490, #1362491 * Merged PR 348557: Removed unnecessary reset flag Removed unnecessary reset flag from the NXP launch.vs.json debug server args. * Merged PR 342106: Morphing VS Getting Started Guides to use CMakePresets.json Changed Getting Started Guide to use CMakePresets.json. This doesn't break anything in VSCode as the CMakePresets.json has a configured Configure Preset AND Build Preset. Related work items: #1362481, #1362482, #1362483, #1362484, #1362489, #1362490, #1362491 * remove cmakesettings.json * Fix broken image links * removed empty defaults * removed extra } * fix install links Co-authored-by: Alan Leung <34582775+aleun@users.noreply.github.com> Co-authored-by: Ryan Winter <ryanwinter@outlook.com>
1 parent b04cbbd commit 3a5855b

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

MXChip/AZ3166/VS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This section shows how to configure your development environment with the new `v
3939
1. Install `vcpkg-ce`.
4040
4141
```PowerShell
42-
iex (iwr -useb aka.ms/install-vcpkg.ps1)
42+
iex (iwr -useb aka.ms/vcpkg-init.ps1)
4343
```
4444
4545
1. Download, install, and activate developer tools.

MXChip/AZ3166/vscode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This section shows how to configure your development environment with the new `v
3737
1. Install `vcpkg-ce`.
3838
3939
```PowerShell
40-
iex (iwr -useb aka.ms/install-vcpkg.ps1)
40+
iex (iwr -useb aka.ms/vcpkg-init.ps1)
4141
```
4242
4343
1. Download, install, and activate developer tools.
@@ -77,7 +77,7 @@ This section shows how to configure your development environment with the new `v
7777
1. Install `vcpkg-ce`.
7878
7979
```Shell
80-
. <(curl aka.ms/install-ce.sh -L)
80+
. <(curl aka.ms/vcpkg-init.sh -L)
8181
```
8282
8383
1. Download, install, and activate developer tools.

NXP/MIMXRT1060-EVK/VS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This section shows how to configure your development environment with the new `v
4545
1. Install `vcpkg-ce`.
4646
4747
```PowerShell
48-
iex (iwr -useb aka.ms/install-vcpkg.ps1)
48+
iex (iwr -useb aka.ms/vcpkg-init.ps1)
4949
```
5050
5151
1. Download, install, and activate developer tools.

NXP/MIMXRT1060-EVK/vscode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This section shows how to configure your development environment with the new `v
4343
1. Install `vcpkg-ce`.
4444
4545
```PowerShell
46-
iex (iwr -useb aka.ms/install-vcpkg.ps1)
46+
iex (iwr -useb aka.ms/vcpkg-init.ps1)
4747
```
4848
4949
1. Download, install, and activate developer tools.
@@ -79,7 +79,7 @@ This section shows how to configure your development environment with the new `v
7979
1. Install `vcpkg-ce`.
8080
8181
```Shell
82-
. <(curl aka.ms/install-ce.sh -L)
82+
. <(curl aka.ms/vcpkg-init.sh -L)
8383
```
8484
8585
1. Download, install, and activate developer tools.

STMicroelectronics/B-L475E-IOT01A/VS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This section shows how to configure your development environment with the new `v
3939
1. Install `vcpkg-ce`.
4040
4141
```PowerShell
42-
iex (iwr -useb aka.ms/install-vcpkg.ps1)
42+
iex (iwr -useb aka.ms/vcpkg-init.ps1)
4343
```
4444
4545
1. Download, install, and activate developer tools.

STMicroelectronics/B-L475E-IOT01A/vscode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This section shows how to configure your development environment with the new `v
3737
1. Install `vcpkg-ce`.
3838
3939
```PowerShell
40-
iex (iwr -useb aka.ms/install-vcpkg.ps1)
40+
iex (iwr -useb aka.ms/vcpkg-init.ps1)
4141
```
4242
4343
1. Download, install, and activate developer tools.
@@ -77,7 +77,7 @@ This section shows how to configure your development environment with the new `v
7777
1. Install `vcpkg-ce`.
7878
7979
```Shell
80-
. <(curl aka.ms/install-ce.sh -L)
80+
. <(curl aka.ms/vcpkg-init.sh -L)
8181
```
8282
8383
1. Download, install, and activate developer tools.

STMicroelectronics/B-L4S5I-IOT01A/VS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This section shows how to configure your development environment with the new `v
3939
1. Install `vcpkg-ce`.
4040
4141
```PowerShell
42-
iex (iwr -useb aka.ms/install-vcpkg.ps1)
42+
iex (iwr -useb aka.ms/vcpkg-init.ps1)
4343
```
4444
4545
1. Download, install, and activate developer tools.

STMicroelectronics/B-L4S5I-IOT01A/vscode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This section shows how to configure your development environment with the new `v
3737
1. Install `vcpkg-ce`.
3838
3939
```PowerShell
40-
iex (iwr -useb aka.ms/install-vcpkg.ps1)
40+
iex (iwr -useb aka.ms/vcpkg-init.ps1)
4141
```
4242
4343
1. Download, install, and activate developer tools.
@@ -77,7 +77,7 @@ This section shows how to configure your development environment with the new `v
7777
1. Install `vcpkg-ce`.
7878
7979
```Shell
80-
. <(curl aka.ms/install-ce.sh -L)
80+
. <(curl aka.ms/vcpkg-init.sh -L)
8181
```
8282
8383
1. Download, install, and activate developer tools.

0 commit comments

Comments
 (0)