aboutsummaryrefslogtreecommitdiff
path: root/science/sigrok-firmware-fx2lafw
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2018-01-28 21:50:25 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2018-01-28 21:50:25 +0000
commit03049d74978d07ab599abf92d69b2c975219b177 (patch)
treec087f3c76037b54b4a0fbf17f9d6c5d311863645 /science/sigrok-firmware-fx2lafw
parentaa9ac80b479820be2cfed954ee6c031d35308135 (diff)
downloadports-03049d74978d07ab599abf92d69b2c975219b177.tar.gz
ports-03049d74978d07ab599abf92d69b2c975219b177.zip
science/sigrok-firmware-fx2lafw: Update to version 0.1.6.
Changes: 0.1.6 (2018-01-26) --------------------------- * Fix an issue with FX2 based logic analyzers that could cause non-working and/or prematurely aborted acquisitions (bug #655). * FX2 based logic analyzers will now toggle pin PA1 during acquisition, and keep it high while idle. On fx2grok-tiny and fx2grok-flat devices there's a LED connected to PA1. Thus, those devices will visually indicate whether a firmware has been uploaded (LED will light up and stay like that while the device is idle). During any acquisition the LED will blink. * Refactor the oscilloscope code to avoid duplication (bug #984). * Fix a 'make distclean' error. * Fix a compiler warning with recent sdcc versions (e.g. v3.6.9).
Notes
Notes: svn path=/head/; revision=460231
Diffstat (limited to 'science/sigrok-firmware-fx2lafw')
-rw-r--r--science/sigrok-firmware-fx2lafw/Makefile10
-rw-r--r--science/sigrok-firmware-fx2lafw/distinfo6
2 files changed, 10 insertions, 6 deletions
diff --git a/science/sigrok-firmware-fx2lafw/Makefile b/science/sigrok-firmware-fx2lafw/Makefile
index 2d99d746d684..bbed862173d9 100644
--- a/science/sigrok-firmware-fx2lafw/Makefile
+++ b/science/sigrok-firmware-fx2lafw/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= firmware
-PORTVERSION= 0.1.5
+PORTVERSION= 0.1.6
CATEGORIES= science
MASTER_SITES= http://sigrok.org/download/binary/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}/
PKGNAMEPREFIX= sigrok-
@@ -20,10 +20,14 @@ FW_FILES= fx2lafw-braintechnology-usb-lps.fw \
fx2lafw-cwav-usbeeax.fw \
fx2lafw-cwav-usbeedx.fw \
fx2lafw-cwav-usbeesx.fw \
+ fx2lafw-cwav-usbeezx.fw \
fx2lafw-cypress-fx2.fw \
+ fx2lafw-hantek-6022be.fw \
+ fx2lafw-hantek-6022bl.fw \
+ fx2lafw-sainsmart-dds120.fw \
fx2lafw-saleae-logic.fw \
- fx2lafw-sigrok-fx2-8ch.fw \
- fx2lafw-sigrok-fx2-16ch.fw
+ fx2lafw-sigrok-fx2-16ch.fw \
+ fx2lafw-sigrok-fx2-8ch.fw
PORTDOCS= README NEWS
PLIST_FILES= ${FW_FILES:S,^,share/sigrok-firmware/,}
diff --git a/science/sigrok-firmware-fx2lafw/distinfo b/science/sigrok-firmware-fx2lafw/distinfo
index 2ce4ec83a07e..c768ee47d8d9 100644
--- a/science/sigrok-firmware-fx2lafw/distinfo
+++ b/science/sigrok-firmware-fx2lafw/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1507721564
-SHA256 (sigrok-firmware-fx2lafw-bin-0.1.5.tar.gz) = a81b358a042595b95af239db6cada32734ce14dfb784d4c6b95ee09985cd66b8
-SIZE (sigrok-firmware-fx2lafw-bin-0.1.5.tar.gz) = 51438
+TIMESTAMP = 1517174591
+SHA256 (sigrok-firmware-fx2lafw-bin-0.1.6.tar.gz) = 5c134fa93d5f71606f0c909dcf1c10aba9bb55546d1cf012086b127871474d93
+SIZE (sigrok-firmware-fx2lafw-bin-0.1.6.tar.gz) = 52195