Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ndabas committed Feb 14, 2023
1 parent 36393f3 commit 3cb7451
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions config/repositories.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"repositories": [
{
"href": "https://github.com/ndabas/pico-sdk.git",
"href": "https://github.com/raspberrypi/pico-sdk.git",
"tree": "master",
"submodules": true
},
{
"href": "https://github.com/raspberrypi/pico-examples.git",
"tree": "sdk-1.4.0"
"tree": "sdk-1.5.0"
},
{
"href": "https://github.com/raspberrypi/picotool.git",
"tree": "1.1.0"
"tree": "1.1.1"
},
{
"href": "https://github.com/raspberrypi/openocd.git",
Expand Down
1 change: 0 additions & 1 deletion packages/picotool/build-picotool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ BITNESS=$1
ARCH=$2

export PICO_SDK_PATH="$PWD/pico-sdk"
export LIBUSB_ROOT="/mingw$BITNESS"
export LDFLAGS="-static -static-libgcc -static-libstdc++"

cd pico-sdk/tools/elf2uf2
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.5.0

0 comments on commit 3cb7451

Please sign in to comment.