Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions documentation/asciidoc/computers/raspberry-pi/introduction.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -338,29 +338,29 @@ Models with the *H* suffix have header pins pre-soldered to the GPIO header. Mod
a|
.Raspberry Pi Pico
image::images/pico.png[alt="Raspberry Pi Pico"]
| xref:../microcontrollers/silicon.adoc#rp2040[RP2040] | 264KB | 2MB | 40-pin GPIO header (unpopulated) ^| none
| xref:../microcontrollers/silicon.adoc#rp2040[RP2040] | 264KB | 2MB | two 20-pin GPIO headers (unpopulated) ^| none
a|
.Raspberry Pi Pico H
image::images/pico-h.png[alt="Raspberry Pi Pico H"]
| xref:../microcontrollers/silicon.adoc#rp2040[RP2040] | 264KB | 2MB | 40-pin GPIO header (unpopulated) ^| none
| xref:../microcontrollers/silicon.adoc#rp2040[RP2040] | 264KB | 2MB | two 20-pin GPIO headers ^| none
a|
.Raspberry Pi Pico W
image::images/pico-w.png[alt="Raspberry Pi Pico W"]
| xref:../microcontrollers/silicon.adoc#rp2040[RP2040] | 264KB | 2MB | 40-pin GPIO header (unpopulated)
| xref:../microcontrollers/silicon.adoc#rp2040[RP2040] | 264KB | 2MB | two 20-pin GPIO headers (unpopulated)
a|
* 2.4GHz single-band 802.11n Wi-Fi (10Mb/s)
* Bluetooth 5.2, Bluetooth Low Energy (BLE)
a|
.Raspberry Pi Pico WH
image::images/pico-wh.png[alt="Raspberry Pi Pico WH"]
| xref:../microcontrollers/silicon.adoc#rp2040[RP2040] | 264KB | 2MB | 40-pin GPIO header
| xref:../microcontrollers/silicon.adoc#rp2040[RP2040] | 264KB | 2MB | two 20-pin GPIO headers
a|
* 2.4GHz single-band 802.11n Wi-Fi (10Mb/s)
* Bluetooth 5.2, Bluetooth Low Energy (BLE)
a|
.Raspberry Pi Pico 2
image::images/pico-2.png[alt="Raspberry Pi Pico 2"]
| xref:../microcontrollers/silicon.adoc#rp2350[RP2350] | 520KB | 4MB | 40-pin GPIO header (unpopulated) ^| none
| xref:../microcontrollers/silicon.adoc#rp2350[RP2350] | 520KB | 4MB | two 20-pin GPIO headers (unpopulated) ^| none

|===

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ NOTE: This list is not exhaustive - there may be codes in use that are not in th
| Sony UK

| c03130
| Pi 400
| 400
| 1.0
| 4GB
| Sony UK
Expand Down Expand Up @@ -610,6 +610,12 @@ NOTE: This list is not exhaustive - there may be codes in use that are not in th
| 512MB
| Sony UK

| b04170
| 5
| 1.0
| 2GB
| Sony UK

| c04170
| 5
| 1.0
Expand Down
1 change: 1 addition & 0 deletions documentation/htaccess_extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ RedirectMatch 302 "^/documentation/computers/raspberry-pi-5.html" "/documentatio
RedirectMatch 302 "^/documentation/microcontrollers/rp1.html" "/documentation/microcontrollers/silicon.html"
RedirectMatch 302 "^/documentation/microcontrollers/rp2040.html" "/documentation/microcontrollers/silicon.html"
RedirectMatch 302 "^/documentation/microcontrollers/raspberry-pi-pico.html" "/documentation/microcontrollers/pico-series.html"
RedirectMatch 302 "^/documentation/microcontrollers/pico.html" "/documentation/microcontrollers/pico-series.html"
</IfModule>