]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-fwextract-dreamsourcelab-dslogic: Download v0.98 firmware
authorJoel Holdsworth <redacted>
Sun, 17 Sep 2017 23:46:01 +0000 (17:46 -0600)
committerJoel Holdsworth <redacted>
Mon, 18 Sep 2017 01:39:37 +0000 (19:39 -0600)
Includes two firmware changes:
  - firmware/hdl updated, fix initialization issue and improve stability
  - fix resume issue @ oscilloscope auto(roll) mode

firmware/dreamsourcelab-dslogic/sigrok-fwextract-dreamsourcelab-dslogic

index 4e357f31087347365ab3afebf0bb254b8ec01d89..9c740aa9dbdcd9a053eb8fd3743b163eac2c3fb4 100755 (executable)
@@ -26,9 +26,9 @@ if [ -z $PREFIX ]; then
 fi
 FWDIR="$PREFIX/share/sigrok-firmware"
 
-# Use the upstream 0.97 firmware/bitstream set. This is the only supported
+# Use the upstream 0.98 firmware/bitstream set. This is the only supported
 # set of files in libsigrok >= 20170621.
-FWURL="https://github.com/DreamSourceLab/DSView/raw/886b847c21c606df3138ce7ad8f8e8c363ee758b/DSView/res"
+FWURL="https://github.com/DreamSourceLab/DSView/raw/040475c67a9660a23ad07c905367bcae76b8392c/DSView/res"
 
 echo "Installing into: $FWDIR"