Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jan 2018 21:50:25 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r460231 - head/science/sigrok-firmware-fx2lafw
Message-ID:  <201801282150.w0SLoPjG060105@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Sun Jan 28 21:50:25 2018
New Revision: 460231
URL: https://svnweb.freebsd.org/changeset/ports/460231

Log:
  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).

Modified:
  head/science/sigrok-firmware-fx2lafw/Makefile
  head/science/sigrok-firmware-fx2lafw/distinfo

Modified: head/science/sigrok-firmware-fx2lafw/Makefile
==============================================================================
--- head/science/sigrok-firmware-fx2lafw/Makefile	Sun Jan 28 20:29:16 2018	(r460230)
+++ head/science/sigrok-firmware-fx2lafw/Makefile	Sun Jan 28 21:50:25 2018	(r460231)
@@ -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/,}

Modified: head/science/sigrok-firmware-fx2lafw/distinfo
==============================================================================
--- head/science/sigrok-firmware-fx2lafw/distinfo	Sun Jan 28 20:29:16 2018	(r460230)
+++ head/science/sigrok-firmware-fx2lafw/distinfo	Sun Jan 28 21:50:25 2018	(r460231)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801282150.w0SLoPjG060105>