This repository was archived by the owner on Sep 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ exec { .\build\pandoc\pandoc.exe --from gfm --to gfm --output .\build\ReadMe.txt
218218
219219mkdirp .\build\pico- examples\.vscode
220220Copy-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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ if not exist "FreeRTOS-Kernel\.git" (
88)
99popd
1010
11- where pip3 && pip3 install pycryptodome
12-
1311subst P: " %PICO_REPOS_PATH% " || exit /b 1
1412
1513pushd " P:\pico-examples\build"
Original file line number Diff line number Diff line change 1- 0 .5.1
1+ 1 .5.1
You can’t perform that action at this time.
0 commit comments