You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4. Download and install [pico-setup-windows-x64-standalone](https://github.com/raspberrypi/pico-setup-windows/releases/).
30
-
5. Download and install VSCode.
31
-
6. Download and install [Windows Terminal](https://github.com/microsoft/terminal/releases/tag/v1.17.11461.0).
32
-
7. Open Windows Terminal.
33
-
8. Download the GP2040-CE-main repository by running the following commands in the Windows Terminal. This will download the folder to `C:\Users\user\GP2040-CE`.
34
-
26
+
1. Download and install [NodeJS](https://nodejs.org/en/download)
27
+
2. Download and install [Python 3.x](https://www.python.org/downloads/windows/)
28
+
- During install, check the box **"Add python.exe to PATH"**
After installing the Raspberry Pi Pico SDK, you should now have a shortcut to "Pico-Visual Studio Code" (search for it using Windows Search).
42
-
43
-
8. Open "Pico-Visual Studio Code" via Windows search. This is a shortcut with pre-configured environment variables (this will be explained later).
44
-
9. Navigate to the Extensions window by pressing `Ctrl+Shift+X`.
45
-
10. Install "CMake Tools" by Microsoft.
46
-
11. Open the GP2040-CE folder you downloaded earlier via "File > Open Folder."
33
+
3. Download and install a git client [git for windows](https://gitforwindows.org/) or [GitHub Desktop](https://desktop.github.com/download/)
34
+
4. Download and install [VS Code](https://code.visualstudio.com/Download)
35
+
5. Run VS Code
36
+
- Go to **Extensions**, search for and install the **"Raspberry Pi Pico"** extension
37
+
- Go to **Settings** for the extension and up the **"Raspberry-pi-pico: Python3 Path"** setting to the direct path of the version you installed in Step 2
38
+
6. Restart VS Code
39
+
- Select **Open Folder** and navigate to the gp2040-ce path where you cloned the repository
40
+
- Confirm when asked **"Do you want to import this project as a Raspberry Pi Pico project?"**
41
+
- Select Pico SDK version **"v2.1.1"**
42
+
- Check the box under CMake Tool **"Enable CMake-Tools extension integration"**
43
+
7. Test building the project
44
+
- Go to Cmake and expand **PROJECT OUTLINE**
45
+
- Click **Build All Projects** and select **Pico** from the list of **Kits**
0 commit comments