From c5a23da2ba3db5c1c836e0631d0dbfdd8edad0e2 Mon Sep 17 00:00:00 2001 From: solsTiCe d'Hiver Date: Sat, 7 Sep 2024 00:10:20 +0200 Subject: [PATCH 01/11] correct root of SD card to first partition Change confusing wording of location for headless config file --- documentation/asciidoc/computers/configuration/headless.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/asciidoc/computers/configuration/headless.adoc b/documentation/asciidoc/computers/configuration/headless.adoc index a404bdaf4d..113b512dd1 100644 --- a/documentation/asciidoc/computers/configuration/headless.adoc +++ b/documentation/asciidoc/computers/configuration/headless.adoc @@ -26,14 +26,14 @@ NOTE: Previous versions of Raspberry Pi OS made use of a `wpa_supplicant.conf` f With no keyboard or monitor, you need a way to xref:remote-access.adoc[remotely control] your headless Raspberry Pi. On first boot, the only option is SSH. To enable SSH on a fresh installation of Raspberry Pi OS, choose one of the following methods: * enable SSH in the OS customisation menu in Raspberry Pi Imager, then enter a username and password -* create a file named `ssh` at the root of the SD card, then configure a user manually with `userconf.txt` following the instructions in the section below +* create a file named `ssh` at the root of the first partition of the SD card (labeled bootfs), then configure a user manually with `userconf.txt` following the instructions in the section below For more information, see xref:remote-access.adoc#ssh[set up an SSH server]. Once you've connected over SSH, you can use `raspi-config` to xref:remote-access.adoc#vnc[enable VNC] if you'd prefer a graphical desktop environment. [[configuring-a-user]] ==== Configure a user manually -At the root of your SD card, create a file named `userconf.txt`. +At the root of the first partion of your SD card (the filesystem labeled bootfs), create a file named `userconf.txt`. This file should contain a single line of text, consisting of `:`: your desired username, followed immediately by a colon, followed immediately by an *encrypted* representation of the password you want to use. From c1c890cc292afb5bd4e4fbbbd3dfbdc7c850507e Mon Sep 17 00:00:00 2001 From: nate contino Date: Sat, 7 Sep 2024 15:05:22 +0100 Subject: [PATCH 02/11] Update documentation/asciidoc/computers/configuration/headless.adoc --- documentation/asciidoc/computers/configuration/headless.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/configuration/headless.adoc b/documentation/asciidoc/computers/configuration/headless.adoc index 113b512dd1..e22c59970d 100644 --- a/documentation/asciidoc/computers/configuration/headless.adoc +++ b/documentation/asciidoc/computers/configuration/headless.adoc @@ -26,7 +26,7 @@ NOTE: Previous versions of Raspberry Pi OS made use of a `wpa_supplicant.conf` f With no keyboard or monitor, you need a way to xref:remote-access.adoc[remotely control] your headless Raspberry Pi. On first boot, the only option is SSH. To enable SSH on a fresh installation of Raspberry Pi OS, choose one of the following methods: * enable SSH in the OS customisation menu in Raspberry Pi Imager, then enter a username and password -* create a file named `ssh` at the root of the first partition of the SD card (labeled bootfs), then configure a user manually with `userconf.txt` following the instructions in the section below +* create a file named `ssh` at the root of the first partition of the SD card (labeled `bootfs`), then configure a user manually with `userconf.txt` following the instructions in the section below For more information, see xref:remote-access.adoc#ssh[set up an SSH server]. Once you've connected over SSH, you can use `raspi-config` to xref:remote-access.adoc#vnc[enable VNC] if you'd prefer a graphical desktop environment. From 5fcf15bbe2450a4cf45a1150a5eacb09783bd649 Mon Sep 17 00:00:00 2001 From: nate contino Date: Sat, 7 Sep 2024 15:05:27 +0100 Subject: [PATCH 03/11] Update documentation/asciidoc/computers/configuration/headless.adoc --- documentation/asciidoc/computers/configuration/headless.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/configuration/headless.adoc b/documentation/asciidoc/computers/configuration/headless.adoc index e22c59970d..fb4ea3e64f 100644 --- a/documentation/asciidoc/computers/configuration/headless.adoc +++ b/documentation/asciidoc/computers/configuration/headless.adoc @@ -33,7 +33,7 @@ For more information, see xref:remote-access.adoc#ssh[set up an SSH server]. Onc [[configuring-a-user]] ==== Configure a user manually -At the root of the first partion of your SD card (the filesystem labeled bootfs), create a file named `userconf.txt`. +At the root of the first partion of your SD card (the filesystem labeled `bootfs`), create a file named `userconf.txt`. This file should contain a single line of text, consisting of `:`: your desired username, followed immediately by a colon, followed immediately by an *encrypted* representation of the password you want to use. From b36119d4e0dc5406f9f1fc1c440b7591ee0a259b Mon Sep 17 00:00:00 2001 From: ykla Date: Sat, 14 Sep 2024 10:11:52 +0800 Subject: [PATCH 04/11] Enumeration of PCIe devices behind a switch is preliminary supported. See slao https://github.com/raspberrypi/rpi-eeprom/releases/tag/v2024.06.05-2712 --- documentation/asciidoc/computers/raspberry-pi/pcie.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/raspberry-pi/pcie.adoc b/documentation/asciidoc/computers/raspberry-pi/pcie.adoc index 85fd384ac1..dc23e9f6d6 100644 --- a/documentation/asciidoc/computers/raspberry-pi/pcie.adoc +++ b/documentation/asciidoc/computers/raspberry-pi/pcie.adoc @@ -9,7 +9,7 @@ To connect a PCIe https://datasheets.raspberrypi.com/hat/hat-plus-specification. For more information about the PCIe FPC connector pinout and other details needed to create third-party devices, accessories, and HATs, see the https://datasheets.raspberrypi.com/pcie/pcie-connector-standard.pdf[Raspberry Pi Connector for PCIe] standards document. It should be read alongside the https://datasheets.raspberrypi.com/hat/hat-plus-specification.pdf[Raspberry Pi HAT+ Specification]. -NOTE: Enumeration of PCIe devices behind a switch is https://github.com/raspberrypi/firmware/issues/1833[not currently supported]. +NOTE: Starting with version 2020-06-05 of the Raspberry Pi 5 bootloader, Enumeration of PCIe devices behind a switch is preliminary supported. See also this https://github.com/raspberrypi/firmware/issues/1833[issue]. === Enable PCIe From f231111ee20fadda2d96861b7b0f53bd5fb834cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 23:14:47 +0000 Subject: [PATCH 05/11] Bump jekyll from 4.3.3 to 4.3.4 Bumps [jekyll](https://github.com/jekyll/jekyll) from 4.3.3 to 4.3.4. - [Release notes](https://github.com/jekyll/jekyll/releases) - [Changelog](https://github.com/jekyll/jekyll/blob/master/History.markdown) - [Commits](https://github.com/jekyll/jekyll/compare/v4.3.3...v4.3.4) --- updated-dependencies: - dependency-name: jekyll dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 39 +++++++++++++++++++++------------------ 2 files changed, 22 insertions(+), 19 deletions(-) diff --git a/Gemfile b/Gemfile index d342d0b9a9..2e857da08a 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ source "https://rubygems.org" # # This will help ensure the proper Jekyll version is running. # Happy Jekylling! -gem "jekyll", "~> 4.3.3" +gem "jekyll", "~> 4.3.4" # This is the default theme for new Jekyll sites. You may change this to anything you like. gem "minima", "~> 2.0" diff --git a/Gemfile.lock b/Gemfile.lock index 5808c168c6..69bc05585d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,24 +1,27 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) asciidoctor (2.0.20) asciidoctor-tabs (1.0.0.beta.6) asciidoctor (>= 2.0.0, < 3.0.0) + bigdecimal (3.1.8) colorator (1.1.0) - concurrent-ruby (1.2.3) + concurrent-ruby (1.3.4) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) eventmachine (1.2.7) - ffi (1.16.3) + ffi (1.17.0) forwardable-extended (2.6.0) - google-protobuf (3.25.1) + google-protobuf (4.28.1) + bigdecimal + rake (>= 13) http_parser.rb (0.8.0) - i18n (1.14.1) + i18n (1.14.6) concurrent-ruby (~> 1.0) - jekyll (4.3.3) + jekyll (4.3.4) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) @@ -50,7 +53,7 @@ GEM kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) liquid (4.0.4) - listen (3.8.0) + listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) @@ -64,18 +67,18 @@ GEM racc (~> 1.4) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (5.0.4) + public_suffix (6.0.1) racc (1.8.0) - rake (13.1.0) + rake (13.2.1) rb-fsevent (0.11.2) - rb-inotify (0.10.1) + rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.2.6) - rouge (4.2.0) + rexml (3.3.7) + rouge (4.3.0) safe_yaml (1.0.5) - sass-embedded (1.69.6) - google-protobuf (~> 3.25) - rake (>= 13.0.0) + sass-embedded (1.78.0) + google-protobuf (~> 4.27) + rake (>= 13) slim (5.2.1) temple (~> 0.10.0) tilt (>= 2.1.0) @@ -88,7 +91,7 @@ GEM concurrent-ruby (~> 1.0) tzinfo-data (1.2024.1) tzinfo (>= 1.0.0) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) wdm (0.2.0) webrick (1.8.1) @@ -98,7 +101,7 @@ PLATFORMS DEPENDENCIES asciidoctor asciidoctor-tabs (>= 1.0.0.beta.6) - jekyll (~> 4.3.3) + jekyll (~> 4.3.4) jekyll-asciidoc jekyll-feed (~> 0.17) minima (~> 2.0) From 843d7d279853c8dd63201643c9c63b55e36bad17 Mon Sep 17 00:00:00 2001 From: nate contino Date: Wed, 18 Sep 2024 13:51:49 +0100 Subject: [PATCH 06/11] Revert "Enumeration of PCIe devices behind a switch is preliminary supported." --- documentation/asciidoc/computers/raspberry-pi/pcie.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/raspberry-pi/pcie.adoc b/documentation/asciidoc/computers/raspberry-pi/pcie.adoc index dc23e9f6d6..85fd384ac1 100644 --- a/documentation/asciidoc/computers/raspberry-pi/pcie.adoc +++ b/documentation/asciidoc/computers/raspberry-pi/pcie.adoc @@ -9,7 +9,7 @@ To connect a PCIe https://datasheets.raspberrypi.com/hat/hat-plus-specification. For more information about the PCIe FPC connector pinout and other details needed to create third-party devices, accessories, and HATs, see the https://datasheets.raspberrypi.com/pcie/pcie-connector-standard.pdf[Raspberry Pi Connector for PCIe] standards document. It should be read alongside the https://datasheets.raspberrypi.com/hat/hat-plus-specification.pdf[Raspberry Pi HAT+ Specification]. -NOTE: Starting with version 2020-06-05 of the Raspberry Pi 5 bootloader, Enumeration of PCIe devices behind a switch is preliminary supported. See also this https://github.com/raspberrypi/firmware/issues/1833[issue]. +NOTE: Enumeration of PCIe devices behind a switch is https://github.com/raspberrypi/firmware/issues/1833[not currently supported]. === Enable PCIe From 44ca071b0987c701edf8d91e8c54ccdebadb9c4f Mon Sep 17 00:00:00 2001 From: nate contino Date: Wed, 18 Sep 2024 14:03:12 +0100 Subject: [PATCH 07/11] Update official_sdk.adoc --- .../microcontrollers/c_sdk/official_sdk.adoc | 29 ++++++++----------- 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/documentation/asciidoc/microcontrollers/c_sdk/official_sdk.adoc b/documentation/asciidoc/microcontrollers/c_sdk/official_sdk.adoc index a2b4473029..13588c8fb2 100644 --- a/documentation/asciidoc/microcontrollers/c_sdk/official_sdk.adoc +++ b/documentation/asciidoc/microcontrollers/c_sdk/official_sdk.adoc @@ -1,32 +1,27 @@ == Raspberry Pi Pico C/{cpp} SDK -Our official C SDK can be used from the command line, or from popular integrated development environments like Visual Studio Code, Eclipse, and CLion. To get started, download our C/{cpp} SDK and Examples, and take a look at our 'https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf[getting started]' documentation to get going. Or for a quick setup see the next section. +Our official C SDK can be used from the command line, or from popular integrated development environments like Visual Studio Code, Eclipse, and CLion. To get started, download our C/{cpp} SDK and Examples, and take a look at our 'https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf[getting started]' documentation. Or for a quick setup see the next section. -* The SDK https://github.com/raspberrypi/pico-sdk[Github repository] +You can find documentation around the C/{cpp} SDK at: -* The Examples https://github.com/raspberrypi/pico-examples[Github repository] - -You can find documentation around the C/{cpp} SDK at; - -https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf[Getting started with Raspberry Pi Pico]:: C/{cpp} development with Raspberry Pi Pico and other RP2040-based microcontroller boards +https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf[Getting started with Raspberry Pi Pico-series]:: C/{cpp} development with Raspberry Pi Pico, Pico 2, and other RP2040- or RP2350-based microcontroller boards. https://datasheets.raspberrypi.com/picow/connecting-to-the-internet-with-pico-w.pdf[Connecting to the Internet with Raspberry Pi Pico W]:: Getting Raspberry Pi Pico W online with C/{cpp} or MicroPython -https://datasheets.raspberrypi.com/pico/raspberry-pi-pico-c-sdk.pdf[Raspberry Pi Pico C/{cpp} SDK]:: Libraries and tools for C/{cpp} development on RP2040 microcontrollers +https://datasheets.raspberrypi.com/pico/raspberry-pi-pico-c-sdk.pdf[Raspberry Pi Pico-series C/{cpp} SDK]:: Libraries and tools for C/{cpp} development on RP2040 and RP2350 microcontrollers xref:../pico-sdk/index_doxygen.adoc[API level documentation]:: Documentation for the Raspberry Pi Pico C/{cpp} SDK -[NOTE] -==== -If you are building applications with the C/{cpp} SDK and targeting boards other than the Raspberry Pi Pico, you will need to pass `-DPICO_BOARD=boardname` to CMake. Here `boardname` is the name of your board, e.g. for the Adafruit Feather RP2040 you should pass `-DPICO_BOARD=adafruit_feather_rp2040`. See the https://github.com/raspberrypi/pico-sdk/tree/master/src/boards[`boards/` directory] in the Raspberry Pi Pico SDK, and the https://forums.raspberrypi.com/viewtopic.php?f=147&t=304393[forums], for more information. -==== +https://github.com/raspberrypi/pico-examples[Github repository]:: Example projects + +The SDK source code is open source via the https://github.com/raspberrypi/pico-sdk[pico-sdk Github repository]. [NOTE] ==== -Documentation introducing working with Wi-Fi and Bluetooth on Raspberry Pi Pico W with C/{cpp} or MicroPython is presented in the https://datasheets.raspberrypi.com/picow/connecting-to-the-internet-with-pico-w.pdf[Connecting to the Internet with Raspberry Pi Pico W] book. -==== +To build applications with the C/{cpp} SDK for a board _other than the Raspberry Pi Pico_, pass `-DPICO_BOARD=boardname` to CMake, where `boardname` is the name of your board. For example: -[NOTE] +* to build an application for the Adafruit Feather RP2040, pass `-DPICO_BOARD=adafruit_feather_rp2040` +* to build an application for Pico W, pass `-DPICO_BOARD=pico_w` (in addition to -DWIFI_SSID="Your Network" -DWIFI_PASSWORD="Your Password", should you wish to connect to a wireless network) + +For more information, see the https://github.com/raspberrypi/pico-sdk/tree/master/src/boards[`boards/` directory] in the Raspberry Pi Pico SDK and the https://forums.raspberrypi.com/viewtopic.php?f=147&t=304393[forums]. ==== -If you are building applications with the C/{cpp} SDK for Raspberry Pi Pico W and, to connect to a network you will need to pass `-DPICO_BOARD=pico_w -DWIFI_SSID="Your Network" -DWIFI_PASSWORD="Your Password"` to CMake. If you only need to enable Bluetooth support then you do not need to pass a SSID and password, but still need to pass the `-DPICO_BOARD=pico_w` string to CMake. -==== \ No newline at end of file From 7732f32c42b7cb93e2172a39f3bc4208ec964ef6 Mon Sep 17 00:00:00 2001 From: nate contino Date: Wed, 18 Sep 2024 14:04:06 +0100 Subject: [PATCH 08/11] remove outdated Ventura warning --- .../asciidoc/microcontrollers/c_sdk/your_first_binary.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/documentation/asciidoc/microcontrollers/c_sdk/your_first_binary.adoc b/documentation/asciidoc/microcontrollers/c_sdk/your_first_binary.adoc index 384185a3ec..91c9ba686a 100644 --- a/documentation/asciidoc/microcontrollers/c_sdk/your_first_binary.adoc +++ b/documentation/asciidoc/microcontrollers/c_sdk/your_first_binary.adoc @@ -1,7 +1,5 @@ == Your First Binaries -WARNING: If you are using an Apple Mac, and running macOS Ventura, there has been a change in how the Finder works which causes drag-and-drop to fail. Please see our https://www.raspberrypi.com/news/the-ventura-problem/[blog post] for a full explanation, and workarounds, and our https://github.com/raspberrypi/pico-sdk/issues/1081[Github issue] tracking the problem for the current status. - === Blink an LED The first program anyone writes when using a new microcontroller is to blink an LED on and off. The Raspberry Pi Pico comes with a single LED on-board. The LED is connected to `GP25` on the board's Raspberry Pi RP2040 for Pico, and `WL_GPIO0` on the Infineon 43439 wireless chip for Pico W. From 0f83690e11233e1161d61372b03990a820c2a7c2 Mon Sep 17 00:00:00 2001 From: nate contino Date: Wed, 18 Sep 2024 15:18:51 +0100 Subject: [PATCH 09/11] Fix github repository link target title --- documentation/asciidoc/microcontrollers/c_sdk/official_sdk.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/microcontrollers/c_sdk/official_sdk.adoc b/documentation/asciidoc/microcontrollers/c_sdk/official_sdk.adoc index 13588c8fb2..b7efa2a2ef 100644 --- a/documentation/asciidoc/microcontrollers/c_sdk/official_sdk.adoc +++ b/documentation/asciidoc/microcontrollers/c_sdk/official_sdk.adoc @@ -12,7 +12,7 @@ https://datasheets.raspberrypi.com/pico/raspberry-pi-pico-c-sdk.pdf[Raspberry Pi xref:../pico-sdk/index_doxygen.adoc[API level documentation]:: Documentation for the Raspberry Pi Pico C/{cpp} SDK -https://github.com/raspberrypi/pico-examples[Github repository]:: Example projects +https://github.com/raspberrypi/pico-examples[pico-examples repository]:: Example projects The SDK source code is open source via the https://github.com/raspberrypi/pico-sdk[pico-sdk Github repository]. From 7f53ffca6138878b468573d349f43e876c421d6f Mon Sep 17 00:00:00 2001 From: nate contino Date: Wed, 18 Sep 2024 15:21:34 +0100 Subject: [PATCH 10/11] Generify chip references --- .../asciidoc/microcontrollers/c_sdk/official_sdk.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/asciidoc/microcontrollers/c_sdk/official_sdk.adoc b/documentation/asciidoc/microcontrollers/c_sdk/official_sdk.adoc index b7efa2a2ef..8722dc1d12 100644 --- a/documentation/asciidoc/microcontrollers/c_sdk/official_sdk.adoc +++ b/documentation/asciidoc/microcontrollers/c_sdk/official_sdk.adoc @@ -4,11 +4,11 @@ Our official C SDK can be used from the command line, or from popular integrated You can find documentation around the C/{cpp} SDK at: -https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf[Getting started with Raspberry Pi Pico-series]:: C/{cpp} development with Raspberry Pi Pico, Pico 2, and other RP2040- or RP2350-based microcontroller boards. +https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf[Getting started with Raspberry Pi Pico-series]:: C/{cpp} development with Raspberry Pi Pico, Pico 2, and other Raspberry Pi microcontroller-based boards. https://datasheets.raspberrypi.com/picow/connecting-to-the-internet-with-pico-w.pdf[Connecting to the Internet with Raspberry Pi Pico W]:: Getting Raspberry Pi Pico W online with C/{cpp} or MicroPython -https://datasheets.raspberrypi.com/pico/raspberry-pi-pico-c-sdk.pdf[Raspberry Pi Pico-series C/{cpp} SDK]:: Libraries and tools for C/{cpp} development on RP2040 and RP2350 microcontrollers +https://datasheets.raspberrypi.com/pico/raspberry-pi-pico-c-sdk.pdf[Raspberry Pi Pico-series C/{cpp} SDK]:: Libraries and tools for C/{cpp} development on Raspberry Pi microcontrollers xref:../pico-sdk/index_doxygen.adoc[API level documentation]:: Documentation for the Raspberry Pi Pico C/{cpp} SDK From 80483d96366bfdfb205eaee6ffc8add7eea249c3 Mon Sep 17 00:00:00 2001 From: nate contino Date: Wed, 18 Sep 2024 15:22:34 +0100 Subject: [PATCH 11/11] Minor C SDK documentation revisions --- .../asciidoc/microcontrollers/c_sdk/official_sdk.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/asciidoc/microcontrollers/c_sdk/official_sdk.adoc b/documentation/asciidoc/microcontrollers/c_sdk/official_sdk.adoc index 8722dc1d12..7a4a0d73d2 100644 --- a/documentation/asciidoc/microcontrollers/c_sdk/official_sdk.adoc +++ b/documentation/asciidoc/microcontrollers/c_sdk/official_sdk.adoc @@ -4,7 +4,7 @@ Our official C SDK can be used from the command line, or from popular integrated You can find documentation around the C/{cpp} SDK at: -https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf[Getting started with Raspberry Pi Pico-series]:: C/{cpp} development with Raspberry Pi Pico, Pico 2, and other Raspberry Pi microcontroller-based boards. +https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf[Getting started with Raspberry Pi Pico-series]:: C/{cpp} development with Raspberry Pi Pico, Pico 2, and other Raspberry Pi microcontroller-based boards https://datasheets.raspberrypi.com/picow/connecting-to-the-internet-with-pico-w.pdf[Connecting to the Internet with Raspberry Pi Pico W]:: Getting Raspberry Pi Pico W online with C/{cpp} or MicroPython @@ -12,9 +12,9 @@ https://datasheets.raspberrypi.com/pico/raspberry-pi-pico-c-sdk.pdf[Raspberry Pi xref:../pico-sdk/index_doxygen.adoc[API level documentation]:: Documentation for the Raspberry Pi Pico C/{cpp} SDK -https://github.com/raspberrypi/pico-examples[pico-examples repository]:: Example projects +https://github.com/raspberrypi/pico-examples[The pico-examples repository]:: Example projects -The SDK source code is open source via the https://github.com/raspberrypi/pico-sdk[pico-sdk Github repository]. +SDK source code is open source, available via the https://github.com/raspberrypi/pico-sdk[pico-sdk Github repository]. [NOTE] ====