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
Appendix C: Documentation Release
History
Table 1.
Documentation
Release History
Release Date Description
1.0 21/Jan/2021
•
Initial release
1.1 26/Jan/2021
•
Minor corrections
•
Extra information about using DMA with ADC
•
Clarified M0+ and SIO CPUID registers
•
Added more discussion of Timers
•
Update Windows and macOS build instructions
•
Renamed books and optimised size of output PDFs
1.2 01/Feb/2021
•
Minor corrections
•
Small improvements to PIO documentation
•
Added missing TIMER2 and TIMER3 registers to DMA
•
Explained how to get MicroPython REPL on UART
•
To accompany the V1.0.1 release of the C SDK
1.3 23/Feb/2021
•
Minor corrections
•
Changed font
•
Additional documentation on sink/source limits for RP2040
•
Major improvements to SWD documentation
•
Updated MicroPython build instructions
•
MicroPython UART example code
•
Updated Thonny instructions
•
Updated Project Generator instructions
•
Added a FAQ document
•
Added errata E7, E8 and E9
1.3.1 05/Mar/2021
•
Minor corrections
•
To accompany the V1.1.0 release of the C SDK
•
Improved MicroPython UART example
•
Improved Pinout diagram
1.4 07/Apr/2021
•
Minor corrections
•
Added errata E10
•
Note about how to update the C SDK from Github
•
To accompany the V1.1.2 release of the C SDK
Getting started with Raspberry Pi Pico
Appendix C: Documentation Release History 74