From dda73393d93dce0e4977203540a0d824be54fcb4 Mon Sep 17 00:00:00 2001 From: Yuichi Nakamura Date: Mon, 22 Nov 2021 15:18:47 +0900 Subject: [PATCH] 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 0eb7399719..bb1a3abfca 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