This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 06cc058b61d0de240d901ac5b38f0c634adc7544 Author: Niccolò Maggioni <nicco.maggi...@gmail.com> AuthorDate: Wed Aug 20 13:53:02 2025 +0200 Documentation/platforms/rp2350: Update the docs for pico-sdk 2.2.0 Bump the version referenced in the commmands and add some tips. Signed-off-by: Niccolò Maggioni <nicco.maggioni+nu...@gmail.com> --- .../arm/rp23xx/boards/raspberrypi-pico-2/index.rst | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/Documentation/platforms/arm/rp23xx/boards/raspberrypi-pico-2/index.rst b/Documentation/platforms/arm/rp23xx/boards/raspberrypi-pico-2/index.rst index 6c67bb3f9c7..403390c8cb5 100644 --- a/Documentation/platforms/arm/rp23xx/boards/raspberrypi-pico-2/index.rst +++ b/Documentation/platforms/arm/rp23xx/boards/raspberrypi-pico-2/index.rst @@ -164,17 +164,23 @@ Installation .. code-block:: console - $ git clone -b 2.1.1 https://github.com/raspberrypi/pico-sdk.git + $ git clone -b 2.2.0 --recurse-submodules https://github.com/raspberrypi/pico-sdk.git -2. Download and install picotool +2. Download and install ``picotool`` - Instructions can be found here: https://github.com/raspberrypi/picotool + .. note:: - If you are on Arch Linux, you can install the picotool through the AUR: + If not found at build time, this tool will also be automatically compiled + from the SDK sources. Manually downloading or compiling it is + `preferred <https://github.com/raspberrypi/pico-sdk/issues/1827>`__, though. -.. code-block:: console + Instructions can be found here: https://github.com/raspberrypi/picotool + + If you are on Arch Linux, you can also install ``picotool`` through the AUR: + + .. code-block:: console - $ yay -S picotool + $ yay -S picotool 3. Set PICO_SDK_PATH environment variable