guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/07: gnu: Add sigrok-firmware-fx2lafw.


From: Danny Milosavljevic
Subject: 04/07: gnu: Add sigrok-firmware-fx2lafw.
Date: Sat, 24 Jun 2017 02:31:25 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit 7a19de9c48670684df1c78cc2d43e7d59374c596
Author: Theodoros Foradis <address@hidden>
Date:   Sat Jun 24 00:05:14 2017 +0300

    gnu: Add sigrok-firmware-fx2lafw.
    
    * gnu/packages/electronics.scm (sigrok-firmware-fx2lafw): New variable.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 gnu/packages/electronics.scm | 25 +++++++++++++++++++++++--
 1 file changed, 23 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index a62b06d..3248649 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -28,8 +28,8 @@
   #:use-module (gnu packages glib)
   #:use-module (gnu packages graphviz)
   #:use-module (gnu packages pkg-config)
-  #:use-module (gnu packages python))
-
+  #:use-module (gnu packages python)
+  #:use-module (gnu packages sdcc))
 
 (define-public libserialport
   (package
@@ -90,3 +90,24 @@ to take care of the OS-specific details when writing 
software that uses serial p
     (description "Libsigrokdecode is a shared library written in C, which 
provides
 (streaming) protocol decoding functionality.")
     (license license:gpl3+)))
+
+(define-public sigrok-firmware-fx2lafw
+  (package
+    (name "sigrok-firmware-fx2lafw")
+    (version "0.1.5")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    
"http://sigrok.org/download/source/sigrok-firmware-fx2lafw/";
+                    "sigrok-firmware-fx2lafw-" version ".tar.gz"))
+              (sha256
+               (base32
+                "0bbdgy4rpc00jl0l0744m2ibjlqi26bhrkjr7vplivdsjdmhjx6a"))))
+    (native-inputs
+     `(("sdcc" ,sdcc)))
+    (build-system gnu-build-system)
+    (home-page "http://www.sigrok.org/wiki/Fx2lafw";)
+    (synopsis "Firmware for Cypress FX2 chips")
+    (description "Fx2lafw is free firmware for Cypress FX2 chips which makes 
them usable
+as simple logic analyzer and/or oscilloscope hardware.")
+    (license license:gpl2+)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]