The firmware files we had in the sigrok-firmware repo are buggy in
various ways unfortunately. Drop them and refer users to the files they
can extract from the vendor software again, until we have received
updated non-buggy firmware files from the vendor that we're allowed
to redistribute.
An extraction script called sigrok-fwextract-sysclk-lwla1016 is
available from our sigrok-util repo.
Updated wiki docs are here:
http://sigrok.org/wiki/Sysclk_LWLA1016#Firmware
Daniel Elstner [Fri, 11 Dec 2015 00:05:01 +0000 (01:05 +0100)]
sysclk-lwla: Add LWLA1016 bitstream files
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.
Daniel Elstner [Sat, 25 Jan 2014 19:49:23 +0000 (20:49 +0100)]
sysclk-lwla: Add LWLA1034 bitstream files.
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.
Uwe Hermann [Sun, 17 Mar 2013 12:52:04 +0000 (13:52 +0100)]
configure.ac: Drop std-options, unneeded.
The automake 'std-options' option checks whether all installed tools
and scripts have a --help and --version CLI option. This check is not
needed for sigrok-firmware though, since it doesn't install any tools.
Uwe Hermann [Wed, 14 Nov 2012 18:23:25 +0000 (19:23 +0100)]
Use standard autotools setup.
Use a standard autotools build system instead of hand-crafted Makefiles.
This makes sigrok-firmware consistent with the other sigrok subprojects,
makes it more portable, and gives us all the usual autotools mechanism
for free (make install, uninstall, dist, --prefix, and so on).
The same firmwares can be used for SIGMA and SIGMA2. I haven't received a
new phasor for Asix (which we still don't use), but I'll request it and
add later.