aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2023-02-28 10:53:40 -0800
committerTim Newsome <tim@sifive.com>2023-02-28 10:54:48 -0800
commit4f97898889e64579a35cf55be80c71c37ab4dd09 (patch)
treecec668206ffd1cf00f6fdbb02761187dfb49b059 /.github
parentb8f4b8887b0ad51e657bbbbc244ff69455984a50 (diff)
parentd1b882f2c014258be5397067e45848fa5465b78b (diff)
downloadriscv-openocd-4f97898889e64579a35cf55be80c71c37ab4dd09.zip
riscv-openocd-4f97898889e64579a35cf55be80c71c37ab4dd09.tar.gz
riscv-openocd-4f97898889e64579a35cf55be80c71c37ab4dd09.tar.bz2
Merge commit 'd1b882f2c014258be5397067e45848fa5465b78b' into from_upstream
Conflicts: doc/openocd.texi src/target/riscv/riscv-013.c src/target/riscv/riscv.c Change-Id: I8cd557a10c3d5beeaed05ecc05d4c325a9ee7e70
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/snapshot.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml
index 972011c..9d356ae 100644
--- a/.github/workflows/snapshot.yml
+++ b/.github/workflows/snapshot.yml
@@ -22,7 +22,7 @@ jobs:
- run: ./bootstrap
- name: Prepare libusb1
env:
- LIBUSB1_VER: 1.0.24
+ LIBUSB1_VER: 1.0.26
run: |
mkdir -p $DL_DIR && cd $DL_DIR
wget "https://github.com/libusb/libusb/releases/download/v${LIBUSB1_VER}/libusb-${LIBUSB1_VER}.tar.bz2"
@@ -30,7 +30,7 @@ jobs:
echo "LIBUSB1_SRC=$PWD/libusb-${LIBUSB1_VER}" >> $GITHUB_ENV
- name: Prepare hidapi
env:
- HIDAPI_VER: 0.10.1
+ HIDAPI_VER: 0.11.2
run: |
mkdir -p $DL_DIR && cd $DL_DIR
wget "https://github.com/libusb/hidapi/archive/hidapi-${HIDAPI_VER}.tar.gz"