Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit acbad2b

Browse files
committed
Update Pico SDK to 1.5.1
1 parent 9dbdfa3 commit acbad2b

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ exec { .\build\pandoc\pandoc.exe --from gfm --to gfm --output .\build\ReadMe.txt
218218

219219
mkdirp .\build\pico-examples\.vscode
220220
Copy-Item .\packages\pico-examples\ide\vscode\*.json .\build\pico-examples\.vscode\ -Force
221-
exec { tar -a -cf "build\pico-examples.zip" -C "build" "pico-examples" }
221+
exec { tar -a -cf "build\pico-examples.zip" -C "build" "pico-examples" "pico-extras" "pico-playground" }
222222

223223
$endl = '$\r$\n'
224224

config/repositories.json

+11-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,24 @@
22
"repositories": [
33
{
44
"href": "https://github.com/raspberrypi/pico-sdk.git",
5-
"tree": "master",
5+
"tree": "1.5.1",
66
"submodules": true
77
},
88
{
99
"href": "https://github.com/raspberrypi/pico-examples.git",
10-
"tree": "sdk-1.5.0"
10+
"tree": "sdk-1.5.1"
11+
},
12+
{
13+
"href": "https://github.com/raspberrypi/pico-extras.git",
14+
"tree": "sdk-1.5.1"
15+
},
16+
{
17+
"href": "https://github.com/raspberrypi/pico-playground.git",
18+
"tree": "sdk-1.5.1"
1119
},
1220
{
1321
"href": "https://github.com/raspberrypi/picotool.git",
14-
"tree": "1.1.1"
22+
"tree": "1.1.2"
1523
},
1624
{
1725
"href": "https://github.com/raspberrypi/openocd.git",

tests/pico-build.cmd

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ if not exist "FreeRTOS-Kernel\.git" (
88
)
99
popd
1010

11-
where pip3 && pip3 install pycryptodome
12-
1311
subst P: "%PICO_REPOS_PATH%" || exit /b 1
1412

1513
pushd "P:\pico-examples\build"

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.1
1+
1.5.1

0 commit comments

Comments
 (0)