Skip to content

Commit 02b9980

Browse files
committed
Use development branches
develop branch of pico-sdk and picotool rpi-common branch of openocd master branch of risc-v toolchain
1 parent a1c36a7 commit 02b9980

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/repositories.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
"repositories": [
33
{
44
"href": "https://github.com/raspberrypi/pico-sdk.git",
5-
"tree": "2.2.0"
5+
"tree": "develop"
66
},
77
{
88
"href": "https://github.com/raspberrypi/picotool.git",
9-
"tree": "2.2.0-a4"
9+
"tree": "develop"
1010
},
1111
{
1212
"href": "https://github.com/raspberrypi/openocd.git",
13-
"tree": "sdk-2.2.0",
13+
"tree": "rpi-common",
1414
"submodules": true
1515
},
1616
{
1717
"href": "https://github.com/riscv/riscv-gnu-toolchain.git",
18-
"tree": "2025.08.29"
18+
"tree": "master"
1919
}
2020
]
2121
}

0 commit comments

Comments
 (0)