From eb06ff8d3af371cfbdba5093dbc2c7ed69fffe66 Mon Sep 17 00:00:00 2001 From: Gaetan Perrot Date: Sat, 5 Jul 2025 14:34:20 +0900 Subject: [PATCH] docs: raspberrrypi: rpi_pico: Fix broken RP2040 datasheet link The RP2040 datasheet link in the rpi_pico board documentation was broken. It has been updated to point to the correct location. This change ensures consistency and prevents confusion, while keeping the useful reference to the official RP2040 documentation. Signed-off-by: Gaetan Perrot --- boards/raspberrypi/rpi_pico/doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/raspberrypi/rpi_pico/doc/index.rst b/boards/raspberrypi/rpi_pico/doc/index.rst index ea279a93192..6303419ad0d 100644 --- a/boards/raspberrypi/rpi_pico/doc/index.rst +++ b/boards/raspberrypi/rpi_pico/doc/index.rst @@ -4,7 +4,7 @@ Overview ******** The `Raspberry Pi Pico`_ and Pico W are small, low-cost, versatile boards from -Raspberry Pi. They are equipped with an `RP2040 `_ SoC, an on-board LED, +Raspberry Pi. They are equipped with an `RP2040 `_ SoC, an on-board LED, a USB connector, and an SWD interface. The Pico W additionally contains an `Infineon CYW43439`_ 2.4 GHz Wi-Fi/Bluetooth module.