Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 3cb7451

Browse files
committed
Release v0.5.0
1 parent 36393f3 commit 3cb7451

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

config/repositories.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"repositories": [
33
{
4-
"href": "https://github.com/ndabas/pico-sdk.git",
4+
"href": "https://github.com/raspberrypi/pico-sdk.git",
55
"tree": "master",
66
"submodules": true
77
},
88
{
99
"href": "https://github.com/raspberrypi/pico-examples.git",
10-
"tree": "sdk-1.4.0"
10+
"tree": "sdk-1.5.0"
1111
},
1212
{
1313
"href": "https://github.com/raspberrypi/picotool.git",
14-
"tree": "1.1.0"
14+
"tree": "1.1.1"
1515
},
1616
{
1717
"href": "https://github.com/raspberrypi/openocd.git",

packages/picotool/build-picotool.sh

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ BITNESS=$1
66
ARCH=$2
77

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

1211
cd pico-sdk/tools/elf2uf2

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0
1+
0.5.0

0 commit comments

Comments
 (0)