You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/11/22 07:40:21 UTC

[incubator-nuttx] branch master updated: boards/raspberrypi-pico: Update README to fix Pico SDK version

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new dda7339  boards/raspberrypi-pico: Update README to fix Pico SDK version
dda7339 is described below

commit dda73393d93dce0e4977203540a0d824be54fcb4
Author: Yuichi Nakamura <y....@gmail.com>
AuthorDate: Mon Nov 22 15:18:47 2021 +0900

    boards/raspberrypi-pico: Update README to fix Pico SDK version
---
 boards/arm/rp2040/raspberrypi-pico/README.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boards/arm/rp2040/raspberrypi-pico/README.txt b/boards/arm/rp2040/raspberrypi-pico/README.txt
index 0eb7399..bb1a3ab 100644
--- a/boards/arm/rp2040/raspberrypi-pico/README.txt
+++ b/boards/arm/rp2040/raspberrypi-pico/README.txt
@@ -36,7 +36,7 @@ Installation
 
 1. Download Raspberry Pi Pico SDK
 
-  $ git clone -b master https://github.com/raspberrypi/pico-sdk.git
+  $ git clone -b 1.1.2 https://github.com/raspberrypi/pico-sdk.git
 
 2. Set PICO_SDK_PATH environment variable