]> sigrok.org Git - sigrok-firmware-fx2lafw.git/log
sigrok-firmware-fx2lafw.git
11 years agoGPL headers: Use correct project name.
Uwe Hermann [Tue, 23 Apr 2013 20:35:32 +0000 (22:35 +0200)]
GPL headers: Use correct project name.

11 years agoPrepare for the 0.1.1 release. sigrok-firmware-fx2lafw-0.1.1
Uwe Hermann [Tue, 16 Apr 2013 21:50:46 +0000 (23:50 +0200)]
Prepare for the 0.1.1 release.

11 years agoCOPYING.LESSER: Replace LGPLv3 with LGPLv2.1.
Uwe Hermann [Tue, 16 Apr 2013 22:09:41 +0000 (00:09 +0200)]
COPYING.LESSER: Replace LGPLv3 with LGPLv2.1.

The file incorrectly contained a copy of the LGPL, version 3. It should
have contained version 2.1 though, since that's the license of the
fx2lib files it applies to.

11 years agoDocument the download for pre-built firmware files.
Uwe Hermann [Tue, 16 Apr 2013 22:06:20 +0000 (00:06 +0200)]
Document the download for pre-built firmware files.

11 years agoREADME: sdcc 3.2.x works fine, document that.
Uwe Hermann [Tue, 16 Apr 2013 21:21:32 +0000 (23:21 +0200)]
README: sdcc 3.2.x works fine, document that.

11 years agoFix parallel build (e.g. via "-j 2").
Uwe Hermann [Sun, 17 Mar 2013 13:53:25 +0000 (14:53 +0100)]
Fix parallel build (e.g. via "-j 2").

This fixes bug #68.

11 years agoNEWS: Fix typo.
Uwe Hermann [Sun, 17 Mar 2013 13:47:25 +0000 (14:47 +0100)]
NEWS: Fix typo.

11 years agoconfigure.ac: Fix typo in 'sdcc-sdcclib'.
Uwe Hermann [Sun, 17 Mar 2013 13:42:19 +0000 (14:42 +0100)]
configure.ac: Fix typo in 'sdcc-sdcclib'.

11 years agoAbort configure if the required tools are not found.
Uwe Hermann [Sun, 17 Mar 2013 13:40:33 +0000 (14:40 +0100)]
Abort configure if the required tools are not found.

11 years agoREADME: Refer to INSTALL and new Building wiki page.
Uwe Hermann [Sun, 17 Mar 2013 13:04:00 +0000 (14:04 +0100)]
README: Refer to INSTALL and new Building wiki page.

11 years agoSupport sdcc tool names as used on Fedora.
Uwe Hermann [Thu, 7 Mar 2013 10:32:30 +0000 (11:32 +0100)]
Support sdcc tool names as used on Fedora.

Fedora (e.g. Fedora 18) names the sdcc tools like this:

 sdcc-sdcc, sdcc-sdcclib, sdcc-makebin, etc.

11 years agoFixup DESTDIR usage.
Uwe Hermann [Sun, 3 Mar 2013 18:57:18 +0000 (19:57 +0100)]
Fixup DESTDIR usage.

Drop superfluous slash, otherwise the install directory would be e.g.

 /foo//usr/local/share/sigrok-firmware

or

 //usr/local/share/sigrok-firmware

depending on whether DESTDIR was set via "DESTDIR=/foo", or not.

11 years agobuildsystem: Obey DESTDIR when running make install
Alexandru Gagniuc [Fri, 22 Feb 2013 17:38:49 +0000 (11:38 -0600)]
buildsystem: Obey DESTDIR when running make install

For more details, see:
http://www.gnu.org/prep/standards/html_node/DESTDIR.html
http://www.gnu.org/software/automake/manual/html_node/Extending.html

This closes bug #67.

11 years agoSupport older Cypress FX2 (not FX2LP) too.
Uwe Hermann [Thu, 21 Feb 2013 14:46:36 +0000 (15:46 +0100)]
Support older Cypress FX2 (not FX2LP) too.

The Cypress FX2 chip is an older version of the FX2LP chip with a few
differences that might be relevant for fx2lafw, the major one being
that is has less internal SRAM.

We adapt the linking step to work for both FX2 and FX2LP, thus
keeping only one set of *.fw files for both chip versions.

Changes to the fx2lafw driver in libsigrok are not required.

Some logic analyzer devices such as older USBee SX versions or more recent
devices which use a "fake" FX2LP (which is actually an FX2) need this.

This closes bug #3.

11 years agoNEWS: Add user-visible changes so far.
Uwe Hermann [Sat, 26 Jan 2013 12:37:59 +0000 (13:37 +0100)]
NEWS: Add user-visible changes so far.

11 years agoREADME: Add all build dependencies.
Uwe Hermann [Sat, 26 Jan 2013 12:36:36 +0000 (13:36 +0100)]
README: Add all build dependencies.

11 years ago(Re-)add the convenience target 'distbin'.
Uwe Hermann [Sat, 26 Jan 2013 12:15:47 +0000 (13:15 +0100)]
(Re-)add the convenience target 'distbin'.

This creates a sigrok-firmware-fx2lafw-bin-x.y.z.tar.gz tarball containing
just the *.fw files, so that users don't have to build them manually.

The normal 'make dist' produces a source code tarball, as usual.

11 years agoUse a standard autotools setup.
Uwe Hermann [Wed, 9 Jan 2013 18:34:06 +0000 (19:34 +0100)]
Use a standard autotools setup.

fx2lafw now uses a standard autoconf/automake based build and
configuration system like most other sigrok subprojects (instead of two
sets of custom, not very portable Makefiles).

 $ ./configure && make && make install

It now supports all the usual things one expects, for example:

 - The --prefix et. al. options to specify installation paths.

 - Standard set of 'make' targets, e.g. 'install', 'uninstall',
   'dist', etc.

 - In-tree builds as well as out-of-tree builds.

 - Works pretty much everywhere portably, regardless of 'make'
   implementation (GNU Make or BSD make or...) and regardless of shell
   (bash, sh, dash, ksh, csh, ...).

 - The build output matches the usual 'silent rules' output of other
   (sigrok / autotools) projects. Using 'make V=1' one can get the full
   build output.

11 years agoUse makebin if objcopy is not available.
Uwe Hermann [Thu, 22 Nov 2012 22:16:41 +0000 (23:16 +0100)]
Use makebin if objcopy is not available.

Some systems might not have objcopy (e.g. on Mac OS it might not be
available per default). We use objcopy if it is found, otherwise we try
to use the 'makebin' utility (shipped with sdcc) instead.

Thanks 'Harble' on IRC for the report.

11 years agoFix #include guard names.
Uwe Hermann [Tue, 16 Oct 2012 13:28:41 +0000 (15:28 +0200)]
Fix #include guard names.

11 years agoAdd a HACKING file.
Uwe Hermann [Tue, 16 Oct 2012 13:24:29 +0000 (15:24 +0200)]
Add a HACKING file.

11 years agoMakefile: Update repo URL.
Uwe Hermann [Wed, 10 Oct 2012 22:53:54 +0000 (00:53 +0200)]
Makefile: Update repo URL.

11 years agoREADME: Add status, update URL, add more info.
Uwe Hermann [Wed, 10 Oct 2012 21:58:33 +0000 (23:58 +0200)]
README: Add status, update URL, add more info.

11 years agoAdd basic support for USBee DX and clones
Ivan Fedorov [Tue, 31 Jul 2012 20:26:54 +0000 (00:26 +0400)]
Add basic support for USBee DX and clones

11 years agoAdd .gitignore
Ivan Fedorov [Tue, 31 Jul 2012 20:24:16 +0000 (00:24 +0400)]
Add .gitignore

11 years agoMakefile: Add a 'distbin' target. sigrok-firmware-fx2lafw-0.1.0
Uwe Hermann [Tue, 24 Jul 2012 19:04:50 +0000 (21:04 +0200)]
Makefile: Add a 'distbin' target.

This creates a sigrok-firmware-fx2lafw-bin-x.y.z.tar.gz tarball which
only contains pre-built *.fw files (and some docs), but no source code
of fx2lafw.

This tarball can be provided as a convenience download for users who do
not want to mess with building their own firmware files from source.

11 years agoNEWS: Add today's date as release date for 0.1.0.
Uwe Hermann [Tue, 24 Jul 2012 14:36:30 +0000 (16:36 +0200)]
NEWS: Add today's date as release date for 0.1.0.

11 years agoMakefile.include: Fix build on MinGW/Windows.
Uwe Hermann [Tue, 24 Jul 2012 14:35:06 +0000 (16:35 +0200)]
Makefile.include: Fix build on MinGW/Windows.

The trailing slash causes issues on MinGW/Windows, apparently.

11 years agoUpdate install instructions.
Uwe Hermann [Mon, 23 Jul 2012 13:40:25 +0000 (15:40 +0200)]
Update install instructions.

11 years agoDrop fx2lib files we don't really need.
Uwe Hermann [Mon, 23 Jul 2012 13:20:05 +0000 (15:20 +0200)]
Drop fx2lib files we don't really need.

Document the origins and license of the fx2lib code more precisely.

11 years agoDon't ship the .git/ directory in the tarball.
Uwe Hermann [Mon, 23 Jul 2012 12:55:04 +0000 (14:55 +0200)]
Don't ship the .git/ directory in the tarball.

11 years agoFix 'make clean'.
Uwe Hermann [Sun, 22 Jul 2012 16:29:48 +0000 (18:29 +0200)]
Fix 'make clean'.

Things like "rm -f *.{asm,ihx,lnk,lst,map,mem,rel,rst,sym,adb,cdb,lib}"
aren't really portable or work everywhere.

Also, invoke fx2lib's clean upon an fx2lafw clean.

11 years agoMakefiles: Add missing "2>/dev/null" in some places.
Uwe Hermann [Sun, 22 Jul 2012 16:22:15 +0000 (18:22 +0200)]
Makefiles: Add missing "2>/dev/null" in some places.

11 years agos/make/$(MAKE)/ to fix build on FreeBSD.
Uwe Hermann [Sun, 22 Jul 2012 16:19:15 +0000 (18:19 +0200)]
s/make/$(MAKE)/ to fix build on FreeBSD.

On FreeBSD (and possibly) elsewhere you'd invoke the build via "gmake",
thus hardcoded "make" invokations in our Makefiles will break the build.

Use $(MAKE) everywhere, which always does the right thing.

11 years agoAdd initial NEWS file.
Uwe Hermann [Wed, 18 Jul 2012 17:27:18 +0000 (19:27 +0200)]
Add initial NEWS file.

11 years agoAdd 'dist' target which creates a tarball.
Uwe Hermann [Wed, 18 Jul 2012 17:15:13 +0000 (19:15 +0200)]
Add 'dist' target which creates a tarball.

11 years agoMakefile: Add a 'ChangeLog' target.
Uwe Hermann [Wed, 18 Jul 2012 17:05:42 +0000 (19:05 +0200)]
Makefile: Add a 'ChangeLog' target.

11 years agoMakefile: Add an 'install' target.
Uwe Hermann [Wed, 18 Jul 2012 17:02:29 +0000 (19:02 +0200)]
Makefile: Add an 'install' target.

This installs all *.fw files into /usr/local/share/sigrok-firmware,
which can be overridden via DESTDIR, like this:

 make install DESTDIR=/tmp/foo

11 years agoRemove obsolete and unused DEBUG code.
Uwe Hermann [Wed, 18 Jul 2012 16:52:59 +0000 (18:52 +0200)]
Remove obsolete and unused DEBUG code.

11 years agoCosmetics, update docs.
Uwe Hermann [Tue, 17 Jul 2012 15:47:56 +0000 (17:47 +0200)]
Cosmetics, update docs.

11 years agoAdd missing #include guards.
Uwe Hermann [Wed, 18 Jul 2012 10:49:43 +0000 (12:49 +0200)]
Add missing #include guards.

Without them there will be issues sooner or later, and the build _is_
broken already on MinGW without them.

11 years agoFix a left-over __data in our fx2lib copy.
Uwe Hermann [Wed, 18 Jul 2012 10:34:32 +0000 (12:34 +0200)]
Fix a left-over __data in our fx2lib copy.

11 years agoUpdate fx2lafw code to work with recent sdcc.
Uwe Hermann [Wed, 18 Jul 2012 10:24:26 +0000 (12:24 +0200)]
Update fx2lafw code to work with recent sdcc.

11 years agoSupport old and new sdcc/sdas8051/asx8051 versions.
Uwe Hermann [Wed, 18 Jul 2012 10:16:21 +0000 (12:16 +0200)]
Support old and new sdcc/sdas8051/asx8051 versions.

Tested on Debian with old and new sdcc (2.9.0 and 3.1.0).

Testers for Fedora and other distros are welcome!

11 years agoImport fx2lib into fx2lafw directly.
Uwe Hermann [Wed, 18 Jul 2012 09:31:24 +0000 (11:31 +0200)]
Import fx2lib into fx2lafw directly.

We want a local fx2lib copy in fx2lafw for various reasons, e.g. to make
life simpler for all distros (none of which ship any fx2lib packages,
and neither would it make sense to do so really), and as we'll want/need
local changes to fix build issues and possibly other stuff anyway.

This copy of fx2lib is not the main upstream version from

  git://github.com/mulicheng/fx2lib.git

which has been last updated in 2010, but rather from

  git://github.com/ubixum/fx2lib.git

The only difference is that the latter contains one patch which fixes
some issues with more recent sdcc versions (interrupt vs. __interrupt,
_asm vs. __asm, xdata vs. __xdata__, and many others).

The imported fx2lib copy is "416c104cbd" from Feb 12, 2012.

11 years agoREADME: Update usage instructions.
Uwe Hermann [Mon, 25 Jun 2012 23:47:27 +0000 (01:47 +0200)]
README: Update usage instructions.

11 years agoCosmetics.
Uwe Hermann [Thu, 10 May 2012 21:55:33 +0000 (23:55 +0200)]
Cosmetics.

11 years agoSupport wide sampling
Joel Holdsworth [Mon, 7 May 2012 14:58:04 +0000 (15:58 +0100)]
Support wide sampling

11 years agoAdded support for 100kHz and 50kHz sampling
Joel Holdsworth [Mon, 7 May 2012 11:42:45 +0000 (12:42 +0100)]
Added support for 100kHz and 50kHz sampling

11 years agoRemoved a magic number
Joel Holdsworth [Fri, 20 Apr 2012 18:56:11 +0000 (19:56 +0100)]
Removed a magic number

11 years agoMade the DP state the DATA sample state
Joel Holdsworth [Thu, 19 Apr 2012 20:02:50 +0000 (21:02 +0100)]
Made the DP state the DATA sample state

11 years agoMoved GPIF state generator code into helper functions
Joel Holdsworth [Thu, 19 Apr 2012 20:00:16 +0000 (21:00 +0100)]
Moved GPIF state generator code into helper functions

11 years agofx2lafw: Support for querying REVID.
Uwe Hermann [Sun, 6 May 2012 17:47:04 +0000 (19:47 +0200)]
fx2lafw: Support for querying REVID.

11 years agofx2lafw: Add Braintechnology USB-LPS support.
Uwe Hermann [Sun, 6 May 2012 15:10:23 +0000 (17:10 +0200)]
fx2lafw: Add Braintechnology USB-LPS support.

12 years agocypress-fx2/Makefile: Add missing 'fx2lafw-' prefix.
Uwe Hermann [Wed, 18 Apr 2012 22:45:29 +0000 (00:45 +0200)]
cypress-fx2/Makefile: Add missing 'fx2lafw-' prefix.

Otherwise the generated .fw filename will be incorrect.

12 years agoAdded support for Default Cypress FX2 without EEPROM
Joel Holdsworth [Wed, 18 Apr 2012 21:25:15 +0000 (22:25 +0100)]
Added support for Default Cypress FX2 without EEPROM

12 years agoAdded dscr.inc to reduce duplication in dscr.a51 files
Joel Holdsworth [Wed, 18 Apr 2012 21:22:33 +0000 (22:22 +0100)]
Added dscr.inc to reduce duplication in dscr.a51 files

12 years agoCosmetics, coding style.
Uwe Hermann [Tue, 10 Apr 2012 20:16:25 +0000 (22:16 +0200)]
Cosmetics, coding style.

12 years agoImplemented CMD_GET_FW_VERSION
Joel Holdsworth [Tue, 10 Apr 2012 17:30:46 +0000 (18:30 +0100)]
Implemented CMD_GET_FW_VERSION

12 years agoCorrected a typo in the root makefile
Joel Holdsworth [Sat, 7 Apr 2012 16:39:57 +0000 (17:39 +0100)]
Corrected a typo in the root makefile

12 years agoRemoved unneeded declarations
Joel Holdsworth [Sat, 24 Mar 2012 12:46:29 +0000 (12:46 +0000)]
Removed unneeded declarations

12 years agoAdded missing command to clean rule
Joel Holdsworth [Sat, 24 Mar 2012 12:36:41 +0000 (12:36 +0000)]
Added missing command to clean rule

12 years agoMoved main() into fx2lafw.c
Joel Holdsworth [Sat, 24 Mar 2012 12:29:25 +0000 (12:29 +0000)]
Moved main() into fx2lafw.c

12 years agoRemoved debug script
Joel Holdsworth [Sat, 24 Mar 2012 12:25:35 +0000 (12:25 +0000)]
Removed debug script

12 years agoUpsized EP2 FIFO to 4x 1024
Joel Holdsworth [Wed, 14 Mar 2012 22:21:13 +0000 (22:21 +0000)]
Upsized EP2 FIFO to 4x 1024

12 years agoRemoved debug routines - they turned out not to be so useful, and occupy valuable...
Joel Holdsworth [Wed, 14 Mar 2012 21:44:08 +0000 (21:44 +0000)]
Removed debug routines - they turned out not to be so useful, and occupy valuable FIFO space

12 years agoReplaced gpif-capture with gpif-acquisition saleae-logic/Makefile
Joel Holdsworth [Tue, 13 Mar 2012 18:34:09 +0000 (18:34 +0000)]
Replaced gpif-capture with gpif-acquisition saleae-logic/Makefile

12 years agoAdded support for USBee SX
Joel Holdsworth [Mon, 12 Mar 2012 22:13:20 +0000 (22:13 +0000)]
Added support for USBee SX

12 years agoAdded rules to Makefile to convert firmware to binary
Joel Holdsworth [Mon, 12 Mar 2012 22:07:33 +0000 (22:07 +0000)]
Added rules to Makefile to convert firmware to binary

12 years agoReset EP2 when GPIF acquisition completes
Joel Holdsworth [Sun, 11 Mar 2012 20:52:53 +0000 (20:52 +0000)]
Reset EP2 when GPIF acquisition completes

12 years agoFixed GPIF waveform branch, and annotated population code
Joel Holdsworth [Sun, 11 Mar 2012 15:36:03 +0000 (15:36 +0000)]
Fixed GPIF waveform branch, and annotated population code

12 years agoNot need to SYNCDELAY after writing to GPIF_WAVE_DATA
Joel Holdsworth [Sun, 11 Mar 2012 15:03:52 +0000 (15:03 +0000)]
Not need to SYNCDELAY after writing to GPIF_WAVE_DATA

12 years agoNo need to populate reserved words
Joel Holdsworth [Sun, 11 Mar 2012 15:03:06 +0000 (15:03 +0000)]
No need to populate reserved words

12 years agoSpecify that one transaction will occur in each acquisition
Joel Holdsworth [Sun, 11 Mar 2012 14:38:59 +0000 (14:38 +0000)]
Specify that one transaction will occur in each acquisition

12 years agoCorrected EP2FIFOCFG setup
Joel Holdsworth [Sat, 10 Mar 2012 22:46:25 +0000 (22:46 +0000)]
Corrected EP2FIFOCFG setup

12 years agoEnsure GPIF is idle before reconfiguration
Joel Holdsworth [Sat, 10 Mar 2012 22:46:00 +0000 (22:46 +0000)]
Ensure GPIF is idle before reconfiguration

12 years agoDo not read-modify-write IFCONFIG
Joel Holdsworth [Sat, 10 Mar 2012 22:45:16 +0000 (22:45 +0000)]
Do not read-modify-write IFCONFIG

12 years agoDo not change device id after firmware download
Joel Holdsworth [Sun, 4 Mar 2012 18:01:25 +0000 (18:01 +0000)]
Do not change device id after firmware download

12 years agoRenamed fx2lafw_run to fx2lafw_poll
Joel Holdsworth [Sun, 4 Mar 2012 14:50:28 +0000 (14:50 +0000)]
Renamed fx2lafw_run to fx2lafw_poll

12 years agoImplemented sample rate control
Joel Holdsworth [Sun, 4 Mar 2012 14:13:27 +0000 (14:13 +0000)]
Implemented sample rate control

12 years agoRemoved CMD_STOP and renumbered commands
Joel Holdsworth [Sat, 3 Mar 2012 17:04:25 +0000 (17:04 +0000)]
Removed CMD_STOP and renumbered commands

12 years agoMoved command definitions into command.h
Joel Holdsworth [Sat, 3 Mar 2012 16:21:57 +0000 (16:21 +0000)]
Moved command definitions into command.h

12 years agoRemoved CMD_SET_SAMPLRATE
Joel Holdsworth [Sat, 3 Mar 2012 15:00:27 +0000 (15:00 +0000)]
Removed CMD_SET_SAMPLRATE

12 years agoGenerate GPIF WAVEDATA on demand
Joel Holdsworth [Sat, 3 Mar 2012 10:15:46 +0000 (10:15 +0000)]
Generate GPIF WAVEDATA on demand

12 years agoMoved gpif code out to separate source file
Joel Holdsworth [Wed, 29 Feb 2012 20:45:02 +0000 (20:45 +0000)]
Moved gpif code out to separate source file

12 years agoUpdate README.
Uwe Hermann [Wed, 22 Feb 2012 23:26:10 +0000 (00:26 +0100)]
Update README.

12 years agoMove dscr.a51 to individual project subdirs.
Uwe Hermann [Wed, 22 Feb 2012 23:18:48 +0000 (00:18 +0100)]
Move dscr.a51 to individual project subdirs.

12 years agoMove individual firmware projects to hw/ subdir.
Uwe Hermann [Wed, 22 Feb 2012 23:16:44 +0000 (00:16 +0100)]
Move individual firmware projects to hw/ subdir.

12 years agoAdd saleae-logic/ subdir/project.
Uwe Hermann [Wed, 22 Feb 2012 23:13:26 +0000 (00:13 +0100)]
Add saleae-logic/ subdir/project.

12 years agoAdd top-level Makefile.
Uwe Hermann [Wed, 22 Feb 2012 22:54:30 +0000 (23:54 +0100)]
Add top-level Makefile.

Also, rename fx2lafw.mk to Makefile.include.

12 years agoVarious cosmetics and bugfixes.
Uwe Hermann [Wed, 22 Feb 2012 22:30:13 +0000 (23:30 +0100)]
Various cosmetics and bugfixes.

12 years agoMoved includes into a common include directory
Joel Holdsworth [Sat, 18 Feb 2012 17:08:25 +0000 (17:08 +0000)]
Moved includes into a common include directory

12 years agoMoved main() in cwav-usbeeax
Joel Holdsworth [Sat, 18 Feb 2012 17:05:42 +0000 (17:05 +0000)]
Moved main() in cwav-usbeeax

12 years agoAdded root as an include directory
Joel Holdsworth [Sat, 18 Feb 2012 17:06:14 +0000 (17:06 +0000)]
Added root as an include directory

12 years agoAdded autovector include to fx2lafw header. Software will crash without it
Joel Holdsworth [Sat, 18 Feb 2012 18:05:25 +0000 (18:05 +0000)]
Added autovector include to fx2lafw header. Software will crash without it

12 years agoAdded first device specific directory for the CWAV USBee AX
Joel Holdsworth [Sat, 18 Feb 2012 17:00:19 +0000 (17:00 +0000)]
Added first device specific directory for the CWAV USBee AX

12 years agoRearranged main() in preparation for split according to device versions
Joel Holdsworth [Sat, 18 Feb 2012 16:43:25 +0000 (16:43 +0000)]
Rearranged main() in preparation for split according to device versions

12 years agoImplemented _assert
Joel Holdsworth [Sat, 18 Feb 2012 09:29:34 +0000 (09:29 +0000)]
Implemented _assert

12 years agoAdded INFO, WARN and ERR macros
Joel Holdsworth [Sat, 18 Feb 2012 09:29:04 +0000 (09:29 +0000)]
Added INFO, WARN and ERR macros

12 years agoAdded a debug client
Joel Holdsworth [Sat, 18 Feb 2012 12:52:24 +0000 (12:52 +0000)]
Added a debug client