File tree Expand file tree Collapse file tree 3 files changed +13
-6
lines changed
asciidoc/computers/raspberry-pi Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -338,29 +338,29 @@ Models with the *H* suffix have header pins pre-soldered to the GPIO header. Mod
338
338
a|
339
339
.Raspberry Pi Pico
340
340
image::images/pico.png[alt="Raspberry Pi Pico"]
341
- | xref:../microcontrollers/silicon.adoc#rp2040[RP2040] | 264KB | 2MB | 40 -pin GPIO header (unpopulated) ^| none
341
+ | xref:../microcontrollers/silicon.adoc#rp2040[RP2040] | 264KB | 2MB | two 20 -pin GPIO headers (unpopulated) ^| none
342
342
a|
343
343
.Raspberry Pi Pico H
344
344
image::images/pico-h.png[alt="Raspberry Pi Pico H"]
345
- | xref:../microcontrollers/silicon.adoc#rp2040[RP2040] | 264KB | 2MB | 40 -pin GPIO header (unpopulated) ^| none
345
+ | xref:../microcontrollers/silicon.adoc#rp2040[RP2040] | 264KB | 2MB | two 20 -pin GPIO headers ^| none
346
346
a|
347
347
.Raspberry Pi Pico W
348
348
image::images/pico-w.png[alt="Raspberry Pi Pico W"]
349
- | xref:../microcontrollers/silicon.adoc#rp2040[RP2040] | 264KB | 2MB | 40 -pin GPIO header (unpopulated)
349
+ | xref:../microcontrollers/silicon.adoc#rp2040[RP2040] | 264KB | 2MB | two 20 -pin GPIO headers (unpopulated)
350
350
a|
351
351
* 2.4GHz single-band 802.11n Wi-Fi (10Mb/s)
352
352
* Bluetooth 5.2, Bluetooth Low Energy (BLE)
353
353
a|
354
354
.Raspberry Pi Pico WH
355
355
image::images/pico-wh.png[alt="Raspberry Pi Pico WH"]
356
- | xref:../microcontrollers/silicon.adoc#rp2040[RP2040] | 264KB | 2MB | 40 -pin GPIO header
356
+ | xref:../microcontrollers/silicon.adoc#rp2040[RP2040] | 264KB | 2MB | two 20 -pin GPIO headers
357
357
a|
358
358
* 2.4GHz single-band 802.11n Wi-Fi (10Mb/s)
359
359
* Bluetooth 5.2, Bluetooth Low Energy (BLE)
360
360
a|
361
361
.Raspberry Pi Pico 2
362
362
image::images/pico-2.png[alt="Raspberry Pi Pico 2"]
363
- | xref:../microcontrollers/silicon.adoc#rp2350[RP2350] | 520KB | 4MB | 40 -pin GPIO header (unpopulated) ^| none
363
+ | xref:../microcontrollers/silicon.adoc#rp2350[RP2350] | 520KB | 4MB | two 20 -pin GPIO headers (unpopulated) ^| none
364
364
365
365
|===
366
366
Original file line number Diff line number Diff line change @@ -575,7 +575,7 @@ NOTE: This list is not exhaustive - there may be codes in use that are not in th
575
575
| Sony UK
576
576
577
577
| c03130
578
- | Pi 400
578
+ | 400
579
579
| 1.0
580
580
| 4GB
581
581
| Sony UK
@@ -610,6 +610,12 @@ NOTE: This list is not exhaustive - there may be codes in use that are not in th
610
610
| 512MB
611
611
| Sony UK
612
612
613
+ | b04170
614
+ | 5
615
+ | 1.0
616
+ | 2GB
617
+ | Sony UK
618
+
613
619
| c04170
614
620
| 5
615
621
| 1.0
Original file line number Diff line number Diff line change @@ -28,5 +28,6 @@ RedirectMatch 302 "^/documentation/computers/raspberry-pi-5.html" "/documentatio
28
28
RedirectMatch 302 "^/documentation/microcontrollers/rp1.html" "/documentation/microcontrollers/silicon.html"
29
29
RedirectMatch 302 "^/documentation/microcontrollers/rp2040.html" "/documentation/microcontrollers/silicon.html"
30
30
RedirectMatch 302 "^/documentation/microcontrollers/raspberry-pi-pico.html" "/documentation/microcontrollers/pico-series.html"
31
+ RedirectMatch 302 "^/documentation/microcontrollers/pico.html" "/documentation/microcontrollers/pico-series.html"
31
32
</IfModule>
32
33
You can’t perform that action at this time.
0 commit comments