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

2 comments on commit acbad2b

@victuto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tengo un problema, al correr el programa blink.py , me sale en la shell: MPY: soft reboot. Tengo una raspberry pi pico W, y ya había instalado otros programas antes y habían funcionando bien. He instalado otros programas y no me funcionan, sale MPY: soft reboot, me pueden ayudar por favor a solucionar este error. I have a problem, when I run the blink.py program, I get in the shell: MPY: soft reboot. I have a raspberry pi pico W, and I had installed other programs before and they worked fine. I have installed other programs and they do not work, MPY: soft reboot appears, can you please help me solve this error.

@lurch
Copy link
Contributor

@lurch lurch commented on acbad2b Feb 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@victuto You're asking your question in totally the wrong place. For questions about MicroPython, you should ask them at https://github.com/orgs/micropython/discussions

Please sign in to comment.