Skip to content

Commit

Permalink
Update Pico SDK to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ndabas committed Jun 14, 2023
1 parent 9dbdfa3 commit acbad2b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ exec { .\build\pandoc\pandoc.exe --from gfm --to gfm --output .\build\ReadMe.txt

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

$endl = '$\r$\n'

Expand Down
14 changes: 11 additions & 3 deletions config/repositories.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,24 @@
"repositories": [
{
"href": "https://github.com/raspberrypi/pico-sdk.git",
"tree": "master",
"tree": "1.5.1",
"submodules": true
},
{
"href": "https://github.com/raspberrypi/pico-examples.git",
"tree": "sdk-1.5.0"
"tree": "sdk-1.5.1"
},
{
"href": "https://github.com/raspberrypi/pico-extras.git",
"tree": "sdk-1.5.1"
},
{
"href": "https://github.com/raspberrypi/pico-playground.git",
"tree": "sdk-1.5.1"
},
{
"href": "https://github.com/raspberrypi/picotool.git",
"tree": "1.1.1"
"tree": "1.1.2"
},
{
"href": "https://github.com/raspberrypi/openocd.git",
Expand Down
2 changes: 0 additions & 2 deletions tests/pico-build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ if not exist "FreeRTOS-Kernel\.git" (
)
popd

where pip3 && pip3 install pycryptodome

subst P: "%PICO_REPOS_PATH%" || exit /b 1

pushd "P:\pico-examples\build"
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.1
1.5.1

0 comments on commit acbad2b

Please sign in to comment.