Datasheet
Table Of Contents
- Getting started with Raspberry Pi Pico
- Colophon
- Chapter 1. Quick Pico Setup
- Chapter 2. The SDK
- Chapter 3. Blinking an LED in C
- Chapter 4. Saying "Hello World" in C
- Chapter 5. Flash Programming with SWD
- Chapter 6. Debugging with SWD
- Chapter 7. Using Visual Studio Code
- Chapter 8. Creating your own Project
- Chapter 9. Building on other platforms
- Chapter 10. Using other Integrated Development Environments
- Appendix A: Using Picoprobe
- Appendix B: Using Picotool
- Appendix C: Documentation Release History
Figure 16. Installing
the Build Tools for
Visual Studio 2019.
When prompted by the Build Tools for Visual Studio installer you need to install the C++ build tools only.
NOTE
You must install the full "Windows 10 SDK" package as the SDK will need to build the pioasm and elf2uf2 tools locally.
Removing it from the list of installed items will mean that you will be unable to build Raspberry Pi Pico binaries.
9.2.1.4. Installing Python 3.9
During the installation, ensure that it’s installed 'for all users' and add Python 3.9 to the system PATH when prompted by
the installer. You should additionally disable the MAX_PATH length limit when prompted at the end of the Python
installation.
Figure 17. Installing
Python 3.9 tick the
"Add Python 3.9 to
PATH" box.
Getting started with Raspberry Pi Pico
9.2. Building on MS Windows 40