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

Commit 39360e5

Browse files
committed
Update OpenOCD build
1 parent 53c1a0d commit 39360e5

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

config/repositories.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"tree": "1.1.0"
1515
},
1616
{
17-
"href": "https://github.com/openocd-org/openocd.git",
18-
"tree": "v0.12.0-rc2"
17+
"href": "https://github.com/raspberrypi/openocd.git",
18+
"tree": "rp2040-v0.12.0"
1919
}
2020
]
2121
}

packages/openocd/build-openocd.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@ set -euo pipefail
44

55
BITNESS=$1
66
ARCH=$2
7-
OPENOCD_BRANCH="master"
8-
9-
if [ ! -d openocd ]; then
10-
git clone "https://github.com/openocd-org/openocd.git" -b $OPENOCD_BRANCH --depth=1
11-
else
12-
git -C openocd checkout -B $OPENOCD_BRANCH
13-
git -C openocd pull --ff-only
14-
fi
157

168
cd openocd
179
./bootstrap

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.8
1+
0.3.9

0 commit comments

Comments
 (0)