11## Documentation and datasheets {#weblinks_page}
22
3- The full documentation for the RP2040 and Raspberry Pi Pico board can be found at the following links
4-
5- - [ RP2040 Datasheet] ( https://rptl.io/rp2040-datasheet )
6- - [ Raspberry Pi Pico Datasheet] ( https://rptl.io/pico-datasheet )
7- - [ RP235x Datasheet] ( https://rptl.io/rp2040-datasheet )
8- - [ Raspberry Pi Pico2 Datasheet] ( https://rptl.io/pico-datasheet )
9- - [ Raspberry Pi Pico W Datasheet] ( https://rptl.io/picow-datasheet )
10- - [ Hardware design with RP2040] ( https://rptl.io/rp2040-design )
11- - [ Raspberry Pi Pico C/C++ SDK] ( https://rptl.io/pico-c-sdk )
12- - [ Raspberry Pi Pico Python SDK] ( https://rptl.io/pico-micropython )
13- - [ Getting started with Raspberry Pi Pico] ( https://rptl.io/pico-get-started )
14- - [ Connecting to the Internet with Raspberry Pi Pico W] ( https://rptl.io/picow-connect )
3+ The full documentation for the RP2040, RP2350 and Raspberry Pi Pico-series boards can be found at the following links
4+
5+ - [ RP2040 Datasheet] ( https://rpltd.co/rp2040-datasheet )
6+ - [ Raspberry Pi Pico Datasheet] ( https://rpltd.co/pico-datasheet )
7+ - [ Raspberry Pi Pico W Datasheet] ( https://rpltd.co/picow-datasheet )
8+ - [ Hardware design with RP2040] ( https://rpltd.co/rp2040-design )
9+ - [ RP2350 Datasheet] ( https://rpltd.co/rp2350-datasheet )
10+ - [ Raspberry Pi Pico 2 Datasheet] ( https://rpltd.co/pico2-datasheet )
11+ - [ Raspberry Pi Pico 2 W Datasheet] ( https://rpltd.co/pico2w-datasheet )
12+ - [ Hardware design with RP2350] ( https://rpltd.co/rp2350-hardware-design )
13+ - [ RM2 Datasheet] ( https://rpltd.co/rm2-datasheet )
14+ - [ Raspberry Pi Pico-series C/C++ SDK] ( https://rpltd.co/pico-c-sdk )
15+ - [ Raspberry Pi Pico-series Python SDK] ( https://rpltd.co/pico-micropython )
16+ - [ Getting started with Raspberry Pi Pico-series] ( https://rpltd.co/pico-get-started )
17+ - [ Connecting to the Internet with Raspberry Pi Pico W-series] ( https://rpltd.co/picow-connect )
1518
1619### Weblinks
1720
@@ -31,4 +34,9 @@ All the source code for the Raspberry Pi Pico SDK, examples and other libraries
3134 - [ Pico Examples] ( https://github.com/raspberrypi/pico-examples )
3235 - [ Pico Extras - Libraries under development] ( https://github.com/raspberrypi/pico-extras )
3336 - [ Pico Playground - Examples that use Pico Extras] ( https://github.com/raspberrypi/pico-playground )
34- - [ Pico Bootrom source code] ( https://github.com/raspberrypi/pico-bootrom )
37+ - [ Pico MicroPython Examples] ( https://github.com/raspberrypi/pico-micropython-examples )
38+ - [ RP2040 Bootrom source code] ( https://github.com/raspberrypi/pico-bootrom-rp2040 )
39+ - [ RP2350 Bootrom source code] ( https://github.com/raspberrypi/pico-bootrom-rp2350 )
40+ - [ Picotool] ( https://github.com/raspberrypi/picotool )
41+ - [ Pico VS Code extension] ( https://github.com/raspberrypi/pico-vscode )
42+ - [ Pico TensorFlow Lite Port] ( https://github.com/raspberrypi/pico-tflmicro )
0 commit comments