]> sigrok.org Git - sigrok-firmware.git/commitdiff
sysclk-lwla: Add LWLA1034 bitstream files.
authorDaniel Elstner <redacted>
Sat, 25 Jan 2014 19:49:23 +0000 (20:49 +0100)
committerDaniel Elstner <redacted>
Sat, 25 Jan 2014 19:55:11 +0000 (20:55 +0100)
The sigrok project received permission from SysCLK.com to
redistribute the FPGA bitstreams needed to operate the LWLA
series of logic analyzers.  See LICENSE.LWLA for the terms
of the agreement.

Makefile.am
README
configure.ac
sysclk-lwla/LICENSE.LWLA [new file with mode: 0644]
sysclk-lwla/Makefile.am [new file with mode: 0644]
sysclk-lwla/sysclk-lwla1034-extneg.rbf [new file with mode: 0644]
sysclk-lwla/sysclk-lwla1034-extpos.rbf [new file with mode: 0644]
sysclk-lwla/sysclk-lwla1034-int.rbf [new file with mode: 0644]
sysclk-lwla/sysclk-lwla1034-off.rbf [new file with mode: 0644]

index cd82a0b5babac11394a62d915a43fa7154928890..28236286ca8d659bb37e8955400da1cb4e969ed3 100644 (file)
@@ -21,7 +21,7 @@
 
 ACLOCAL_AMFLAGS = -I autostuff
 
-SUBDIRS = asix-sigma
+SUBDIRS = asix-sigma sysclk-lwla
 
 MAINTAINERCLEANFILES = ChangeLog
 
diff --git a/README b/README
index 2d1d66e2e36f881f7bceef65fa69fdfa306e0880..10e8709683ee019f7553d9830af126e0e07c213a 100644 (file)
--- a/README
+++ b/README
@@ -54,6 +54,7 @@ it's just a collection of firmware files from various sources.
 Copyright and license info for these firmware files is available here:
 
  * asix-sigma/*.fw: See asix-sigma/LICENSE.Sigma.
+ * sysclk-lwla/*.rbf: See sysclk-lwla/LICENSE.LWLA.
 
 
 Mailing lists
index d613ed32409e58b43998fc92266c775943d84d05..ca963ef76cdc40cd44f78dd1995d5cf4a05311db 100644 (file)
@@ -39,6 +39,7 @@ AC_SUBST(MAKEFLAGS, '--no-print-directory')
 
 AC_CONFIG_FILES([Makefile
                 asix-sigma/Makefile
+                sysclk-lwla/Makefile
                ])
 
 AC_OUTPUT
diff --git a/sysclk-lwla/LICENSE.LWLA b/sysclk-lwla/LICENSE.LWLA
new file mode 100644 (file)
index 0000000..2deff6f
--- /dev/null
@@ -0,0 +1,36 @@
+Copyright (c) 2010-2014, SysCLK.com
+All rights reserved.
+
+Redistribution. Redistribution and use in binary form, without
+modification, are permitted provided that the following conditions
+are met:
+
+* Redistributions must reproduce the above copyright notice and the
+  following disclaimer in the documentation and/or other materials
+  provided with the distribution.
+
+* Redistributions must retain the same format. It is not allowed to
+  include or distribute documentation about the format itself in any
+  other form than source files.
+
+* Neither the name of SysCLK.com nor the names of its suppliers may
+  be used to endorse or promote products derived from this software
+  without specific prior written permission.
+
+* No reverse engineering, decompilation, or disassembly of this
+  software is permitted.
+
+* Modifications and/or source files may be requested from SysCLK.com
+  in well-founded cases.
+
+THIS SOFTWARE IS PROVIDED BY SYSCLK.COM ''AS IS'' AND ANY EXPRESS
+OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL SYSCLK.COM BE LIABLE FOR ANY
+DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
+GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
+IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/sysclk-lwla/Makefile.am b/sysclk-lwla/Makefile.am
new file mode 100644 (file)
index 0000000..5b785b4
--- /dev/null
@@ -0,0 +1,26 @@
+##
+## This file is part of the sigrok-firmware project.
+##
+## Copyright (C) 2014 Daniel Elstner <daniel.kitta@gmail.com>
+##
+## This program is free software; you can redistribute it and/or modify
+## it under the terms of the GNU General Public License as published by
+## the Free Software Foundation; either version 3 of the License, or
+## (at your option) any later version.
+##
+## This program is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+## GNU General Public License for more details.
+##
+## You should have received a copy of the GNU General Public License
+## along with this program; if not, see <http://www.gnu.org/licenses/>.
+##
+
+dist_pkgdata_DATA = \
+       sysclk-lwla1034-extneg.rbf \
+       sysclk-lwla1034-extpos.rbf \
+       sysclk-lwla1034-int.rbf \
+       sysclk-lwla1034-off.rbf
+
+EXTRA_DIST = LICENSE.LWLA
diff --git a/sysclk-lwla/sysclk-lwla1034-extneg.rbf b/sysclk-lwla/sysclk-lwla1034-extneg.rbf
new file mode 100644 (file)
index 0000000..1f34daa
Binary files /dev/null and b/sysclk-lwla/sysclk-lwla1034-extneg.rbf differ
diff --git a/sysclk-lwla/sysclk-lwla1034-extpos.rbf b/sysclk-lwla/sysclk-lwla1034-extpos.rbf
new file mode 100644 (file)
index 0000000..24bb416
Binary files /dev/null and b/sysclk-lwla/sysclk-lwla1034-extpos.rbf differ
diff --git a/sysclk-lwla/sysclk-lwla1034-int.rbf b/sysclk-lwla/sysclk-lwla1034-int.rbf
new file mode 100644 (file)
index 0000000..2ab6d4a
Binary files /dev/null and b/sysclk-lwla/sysclk-lwla1034-int.rbf differ
diff --git a/sysclk-lwla/sysclk-lwla1034-off.rbf b/sysclk-lwla/sysclk-lwla1034-off.rbf
new file mode 100644 (file)
index 0000000..9f6ad4f
Binary files /dev/null and b/sysclk-lwla/sysclk-lwla1034-off.rbf differ