Skip to content

Commit

Permalink
Merge pull request #3976 from raspberrypi/develop
Browse files Browse the repository at this point in the history
Release to production
  • Loading branch information
nathan-contino authored Dec 12, 2024
2 parents d5bad4b + 423e64b commit 9a0e274
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions documentation/asciidoc/computers/raspberry-pi/introduction.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ For more information about the ports on the Raspberry Pi flagship series, see th

Keyboard series devices use model identifiers of the form `<X00>`, where `X` indicates the corresponding Flagship series device. For instance, "Raspberry Pi 500" is the keyboard version of the Raspberry Pi 5.

[cols="7a,1,2,3,5"]
[cols="6a,2,2,3,5"]
|===
| Model | SoC | Memory | GPIO | Connectivity

Expand Down Expand Up @@ -385,37 +385,37 @@ For more information about Raspberry Pi Compute Modules, see xref:../computers/c

Models with the *H* suffix have header pins pre-soldered to the GPIO header. Models that lack the *H* suffix do not come with header pins attached to the GPIO header; the user must solder pins manually or attach a third-party pin kit.

[cols="3,1,1,1,1,2"]
[cols="3a,1,1,1,1,2"]
|===
| Model | SoC | Memory | Storage | GPIO | Wireless Connectivity

a|
|
.Raspberry Pi Pico
image::images/pico.png[alt="Raspberry Pi Pico"]
| 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 | 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 | 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 | 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 | two 20-pin GPIO headers (unpopulated) ^| none
a|
|
.Raspberry Pi Pico 2 W
image::images/pico-2-w.png[alt="Raspberry Pi Pico 2 W"]
| xref:../microcontrollers/silicon.adoc#rp2350[RP2350] | 520KB | 4MB | two 20-pin GPIO headers (unpopulated) a|
Expand Down
2 changes: 1 addition & 1 deletion jekyll-assets/scripts/theme.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// toggles the site theme between dark and light
function toggleTheme() {
var cookiePermission = document.cookie.indexOf("cookiebanner_accepted");
var cookiePermission = document.cookie.indexOf("cookiebanner_accepted=1");

// fetch the theme from local storage (if it exists)
var theme = localStorage.getItem('theme');
Expand Down

0 comments on commit 9a0e274

Please sign in to comment.