This repository was archived by the owner on Sep 30, 2024. It is now read-only.
File tree 4 files changed +13
-7
lines changed
4 files changed +13
-7
lines changed 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
218
218
219
219
mkdirp .\build\pico- examples\.vscode
220
220
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 " }
222
222
223
223
$endl = ' $\r$\n'
224
224
Original file line number Diff line number Diff line change 2
2
"repositories" : [
3
3
{
4
4
"href" : " https://github.com/raspberrypi/pico-sdk.git" ,
5
- "tree" : " master " ,
5
+ "tree" : " 1.5.1 " ,
6
6
"submodules" : true
7
7
},
8
8
{
9
9
"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"
11
19
},
12
20
{
13
21
"href" : " https://github.com/raspberrypi/picotool.git" ,
14
- "tree" : " 1.1.1 "
22
+ "tree" : " 1.1.2 "
15
23
},
16
24
{
17
25
"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" (
8
8
)
9
9
popd
10
10
11
- where pip3 && pip3 install pycryptodome
12
-
13
11
subst P: " %PICO_REPOS_PATH% " || exit /b 1
14
12
15
13
pushd " 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