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
software."
Download and run the installer from https://www.msys2.org/.
Start by updating the package database and core system packages with:
pacman -Syu
If MSYS2 closes, start it again (making sure you select the 64-bit version) and run
pacman -Su
to finish the update.
Install required dependencies:
pacman -S mingw-w64-x86_64-toolchain git make libtool pkg-config autoconf automake texinfo
mingw-w64-x86_64-libusb
Pick all when installing the mingw-w64-x86_64 toolchain by pressing enter.
Getting started with Raspberry Pi Pico
Build OpenOCD 58