comedilib.git
22 years agousbdux update from bernd porr:
Frank Mori Hess [Mon, 29 Mar 2004 01:43:27 +0000 (01:43 +0000)]
usbdux update from bernd porr:
The new hotplug script uses comedi/usbdux.c for firmware upload and not fxload
any more. fxload is too unreliable and seems to be missing or different among
different distros. All users of usbdux boards report problems which are fxload
related. The new hotplug script simply uses comedi_config -i firmware.hex. This
fix also removes problems with the usbdevfs (race in 2.6, sleep, ...). The
usbdevfs is no longer needed.

22 years agoupdate to ruby binding from steven jenkins:
Frank Mori Hess [Mon, 29 Mar 2004 01:39:36 +0000 (01:39 +0000)]
update to ruby binding from steven jenkins:

Better exception handling. More consistent handling of return values. Updated
documentation.

22 years agoadded daqcard 6036e support
Frank Mori Hess [Mon, 29 Mar 2004 01:34:15 +0000 (01:34 +0000)]
added daqcard 6036e support

22 years agonew calibration results
Frank Mori Hess [Wed, 24 Mar 2004 21:26:02 +0000 (21:26 +0000)]
new calibration results

22 years agoni pci-6711 calibration works now
Frank Mori Hess [Thu, 11 Mar 2004 23:29:58 +0000 (23:29 +0000)]
ni pci-6711 calibration works now

22 years agodowngrade status of 67xx boards to STATUS_UNKNOWN, since they don't
Frank Mori Hess [Sun, 7 Mar 2004 22:21:10 +0000 (22:21 +0000)]
downgrade status of 67xx boards to STATUS_UNKNOWN, since they don't
work

22 years agopatch from Steven Jenkins -------
Frank Mori Hess [Sat, 6 Mar 2004 22:13:37 +0000 (22:13 +0000)]
patch from Steven Jenkins  -------

The attached patch updates files in comedilib/swig/ruby. lib/comedi.rb is
updated to raise Ruby exceptions as indicated by the comedilib API
documentation. README and demo/cmd are updated accordingly.

22 years agofix equality test
Frank Mori Hess [Wed, 3 Mar 2004 03:14:03 +0000 (03:14 +0000)]
fix equality test

22 years agobeginnings of scxi convenience library from Caleb Tennis
Frank Mori Hess [Sun, 29 Feb 2004 16:52:17 +0000 (16:52 +0000)]
beginnings of scxi convenience library from Caleb Tennis

22 years agoadd serial dio subdevice type
Frank Mori Hess [Sun, 29 Feb 2004 16:49:29 +0000 (16:49 +0000)]
add serial dio subdevice type

22 years agoguess reference eeprom address again
Frank Mori Hess [Tue, 24 Feb 2004 13:09:26 +0000 (13:09 +0000)]
guess reference eeprom address again

22 years agonew results
Frank Mori Hess [Tue, 24 Feb 2004 01:20:06 +0000 (01:20 +0000)]
new results

22 years agofix eeprom address for voltage reference on 6033e
Frank Mori Hess [Tue, 24 Feb 2004 01:16:25 +0000 (01:16 +0000)]
fix eeprom address for voltage reference on 6033e

22 years agomake sure ground isn't out of range during unipolar gain calibration
Frank Mori Hess [Sat, 21 Feb 2004 14:34:08 +0000 (14:34 +0000)]
make sure ground isn't out of range during  unipolar gain calibration
for 6033e

22 years agosync with comedi
Frank Mori Hess [Wed, 18 Feb 2004 00:14:30 +0000 (00:14 +0000)]
sync with comedi

22 years agoenabling support for pci-6033e
Frank Mori Hess [Mon, 16 Feb 2004 14:30:45 +0000 (14:30 +0000)]
enabling support for pci-6033e

22 years agoUpdate from Bernd Porr. Sleeps only if the file is not there.
Frank Mori Hess [Mon, 16 Feb 2004 14:02:19 +0000 (14:02 +0000)]
Update from Bernd Porr. Sleeps only if the file is not there.

22 years agoadd support for 67xx boards. Doesn't work yet, due to unknown reference
Frank Mori Hess [Sun, 15 Feb 2004 22:24:57 +0000 (22:24 +0000)]
add support for 67xx boards.  Doesn't work yet, due to unknown reference
of internal calibration adc.  On my board, it's input seems to be about
2% off from +-10V.

22 years agousbdux firmware update from Bernd Porr:
Frank Mori Hess [Sat, 7 Feb 2004 22:20:16 +0000 (22:20 +0000)]
usbdux firmware update from Bernd Porr:
Bugfix version of the firmware. When running ./cmd and ./ao_waveform at the same
time I got CRC errors on the USB. Reason: some registers in the FX2 need a
syncdelay. After a write to a register no other write is allowed to any other
register for a certain time. This is called "Syncdelay". Introduced syncdelays
for all EP registers. Now the CRC errors are gone.
Another bugfix: the byte for the CPUCS register was wrong (shifted one bit to
the left). This resulted in undefined processor speed. The speed was chosen just
by chance at power up (12Mhz,24Mhz,48Mhz).

22 years agopatch form Bernd Porr:
Frank Mori Hess [Sat, 7 Feb 2004 21:42:49 +0000 (21:42 +0000)]
patch form Bernd Porr:
added a "sleep 1" just before fxload to eliminate race condition betwwen hotplug and usbdevfs in the preemptive 2.6 kernel

22 years agosync with comedi
Frank Mori Hess [Sat, 31 Jan 2004 22:19:47 +0000 (22:19 +0000)]
sync with comedi

22 years agoupdate for usbdux driver form Bernd Porr who says:
Frank Mori Hess [Sat, 31 Jan 2004 21:57:02 +0000 (21:57 +0000)]
update for usbdux driver form Bernd Porr who says:

Had to change the USB 2.0 transfer protocol from IRQ transfer to ISO transfer.
Reason: IRQ transfer is still not stable (2.4/2.6). However, ISO transfer has
been rewritten in the kernel and works (just now in 2.6 but will be backported
sooner or later)!
I supply new firmware and a new version of the driver which now uses ISO
transfer throughout (1.1 / 2.0).

22 years agoadded description of comedi_command_test() return values
Frank Mori Hess [Sun, 18 Jan 2004 21:35:50 +0000 (21:35 +0000)]
added description of comedi_command_test() return values

22 years agofixed typo
Frank Mori Hess [Sun, 18 Jan 2004 21:35:19 +0000 (21:35 +0000)]
fixed typo

22 years agodon't make comedi_command arg INOUT
Frank Mori Hess [Sun, 18 Jan 2004 20:26:47 +0000 (20:26 +0000)]
don't make comedi_command arg INOUT

22 years agofix check for ruby.h
Frank Mori Hess [Sat, 17 Jan 2004 20:23:07 +0000 (20:23 +0000)]
fix check for ruby.h

22 years agoadd check for ruby header
Frank Mori Hess [Sat, 17 Jan 2004 20:12:17 +0000 (20:12 +0000)]
add check for ruby header

22 years agoadded configure options for disabling python and ruby bindings
Frank Mori Hess [Sat, 17 Jan 2004 19:39:54 +0000 (19:39 +0000)]
added configure options for disabling python and ruby bindings

22 years agoclean up object files
Frank Mori Hess [Sat, 17 Jan 2004 19:18:08 +0000 (19:18 +0000)]
clean up object files

22 years agoupdate README to reflect automake support for compilation/installation
Frank Mori Hess [Sat, 17 Jan 2004 19:17:42 +0000 (19:17 +0000)]
update README to reflect automake support for compilation/installation

22 years agomore autoconf support for ruby binding
Frank Mori Hess [Sat, 17 Jan 2004 19:08:46 +0000 (19:08 +0000)]
more autoconf support for ruby binding

22 years agopass arguments to configure
Frank Mori Hess [Sat, 17 Jan 2004 19:08:17 +0000 (19:08 +0000)]
pass arguments to configure

22 years agostart of automake support for ruby extension
Frank Mori Hess [Sat, 17 Jan 2004 17:11:17 +0000 (17:11 +0000)]
start of automake support for ruby extension

22 years agoruby binding and example from Steven Jenkins. I still need to tweak
Frank Mori Hess [Sat, 17 Jan 2004 16:33:09 +0000 (16:33 +0000)]
ruby binding and example from Steven Jenkins.  I still need to tweak
the Makefiles a bit to integrate it properly

22 years agoinclude typemaps.i
Frank Mori Hess [Mon, 12 Jan 2004 22:41:40 +0000 (22:41 +0000)]
include typemaps.i

22 years agoruby fix from steven jenkins
Frank Mori Hess [Mon, 12 Jan 2004 01:38:06 +0000 (01:38 +0000)]
ruby fix from steven jenkins

22 years agofix problem with html directory getting remade every time (at least
Frank Mori Hess [Mon, 12 Jan 2004 00:03:45 +0000 (00:03 +0000)]
fix problem with html directory getting remade every time (at least
with automake1.8)

22 years agoadded some m4 quoting to get rid of automake1.8 warnings
Frank Mori Hess [Sun, 11 Jan 2004 23:39:18 +0000 (23:39 +0000)]
added some m4 quoting to get rid of automake1.8 warnings

22 years agoadd some comments on obsolete sections
Frank Mori Hess [Sun, 11 Jan 2004 23:16:02 +0000 (23:16 +0000)]
add some comments on obsolete sections

22 years agorestore README.txt that got lost when I moved the python directory
Frank Mori Hess [Sun, 11 Jan 2004 23:14:44 +0000 (23:14 +0000)]
restore README.txt that got lost when I moved the python directory

22 years agoswig deprecated BOTH in favor of INOUT
Frank Mori Hess [Sun, 11 Jan 2004 23:04:35 +0000 (23:04 +0000)]
swig deprecated BOTH in favor of INOUT

22 years agomake cvs checkout compilable by people without swig
Frank Mori Hess [Thu, 8 Jan 2004 03:10:32 +0000 (03:10 +0000)]
make cvs checkout compilable by people without swig

22 years agofix typo
Frank Mori Hess [Sun, 4 Jan 2004 17:07:04 +0000 (17:07 +0000)]
fix typo

22 years agomoved SWIG code from python directory to new swig directory. Added
Frank Mori Hess [Sun, 4 Jan 2004 16:56:35 +0000 (16:56 +0000)]
moved SWIG code from python directory to new swig directory.  Added
beginnings of support for ruby swig binding

22 years agohtml_targets and man_targets not working out so hot
Frank Mori Hess [Sun, 4 Jan 2004 16:06:51 +0000 (16:06 +0000)]
html_targets and man_targets not working out so hot

22 years agodoing a retry for the preload write is useless, since the command
Frank Mori Hess [Fri, 2 Jan 2004 01:16:00 +0000 (01:16 +0000)]
doing a retry for the preload write is useless, since the command
hasn't started yet.  Print a useful error message and exit instead.

22 years agomade BUF_LEN larger, so boards with huge ao fifos (ni 67xx)
Frank Mori Hess [Fri, 2 Jan 2004 00:06:33 +0000 (00:06 +0000)]
made BUF_LEN larger, so boards with huge ao fifos (ni 67xx)
don't underrun when starting up.

22 years agotry to keep html_targets and man_targets up-to-date as automatically
Frank Mori Hess [Wed, 24 Dec 2003 16:09:30 +0000 (16:09 +0000)]
try to keep html_targets and man_targets up-to-date as automatically
as possible

22 years agouse files to keep track of html and man targets
Frank Mori Hess [Wed, 24 Dec 2003 15:46:55 +0000 (15:46 +0000)]
use files to keep track of html and man targets

22 years agofix possibility of incorrect bison invocation, when make tries to
Frank Mori Hess [Wed, 24 Dec 2003 15:40:31 +0000 (15:40 +0000)]
fix possibility of incorrect bison invocation, when make tries to
make calib_yacc.h before calib_yacc.c

22 years agoput gif back in EXTRA_DIST
Frank Mori Hess [Wed, 24 Dec 2003 15:00:47 +0000 (15:00 +0000)]
put gif back in EXTRA_DIST

22 years agoprovide prebuilt docs in distribution tarballs
Frank Mori Hess [Wed, 24 Dec 2003 01:48:51 +0000 (01:48 +0000)]
provide prebuilt docs in distribution tarballs

22 years agoadded some missing end tags, noted by Steven Jenkins
Frank Mori Hess [Sun, 21 Dec 2003 18:07:42 +0000 (18:07 +0000)]
added some missing end tags, noted by Steven Jenkins

22 years agoupdate from bernd porr to use fxload to load firmware
Frank Mori Hess [Sun, 21 Dec 2003 17:30:01 +0000 (17:30 +0000)]
update from bernd porr to use fxload to load firmware

22 years agomake dependency handling work for subdirs
Frank Mori Hess [Wed, 3 Dec 2003 02:43:47 +0000 (02:43 +0000)]
make dependency handling work for subdirs

22 years agotrying to improve calibration docs
Frank Mori Hess [Wed, 3 Dec 2003 02:43:22 +0000 (02:43 +0000)]
trying to improve calibration docs

22 years agotrying to improve calibration docs
Frank Mori Hess [Wed, 3 Dec 2003 01:47:39 +0000 (01:47 +0000)]
trying to improve calibration docs

22 years agoadd support for usb scripts/firmware
Frank Mori Hess [Sun, 30 Nov 2003 15:41:52 +0000 (15:41 +0000)]
add support for usb scripts/firmware

22 years agocomedilib support for new usbdux driver
Frank Mori Hess [Sun, 30 Nov 2003 15:41:14 +0000 (15:41 +0000)]
comedilib support for new usbdux driver

22 years agonew files
David Schleef [Thu, 20 Nov 2003 18:40:30 +0000 (18:40 +0000)]
new files

22 years agoAdd notes about compiling from CVS
David Schleef [Mon, 17 Nov 2003 20:13:42 +0000 (20:13 +0000)]
Add notes about compiling from CVS

22 years ago*** empty log message ***
Frank Mori Hess [Sat, 15 Nov 2003 14:35:20 +0000 (14:35 +0000)]
*** empty log message ***

22 years agoadd daqcard-6036e
Frank Mori Hess [Fri, 24 Oct 2003 00:56:30 +0000 (00:56 +0000)]
add daqcard-6036e

22 years agofix coarse/fine ai pregain offset caldacs for pci-6025e
Frank Mori Hess [Mon, 13 Oct 2003 19:22:07 +0000 (19:22 +0000)]
fix coarse/fine ai pregain offset caldacs for pci-6025e

22 years agofix path when creating calibration directory during install, bug noted
Frank Mori Hess [Mon, 13 Oct 2003 18:52:23 +0000 (18:52 +0000)]
fix path when creating calibration directory during install, bug noted
by Norbert Schmidt.

22 years agoadd ACLOCAL_AMFLAGS so automake calls aclocal correctly when necessary
Frank Mori Hess [Thu, 9 Oct 2003 14:59:44 +0000 (14:59 +0000)]
add ACLOCAL_AMFLAGS so automake calls aclocal correctly when necessary

22 years agohack so we don't rebuild docs with every make
Frank Mori Hess [Wed, 3 Sep 2003 03:54:06 +0000 (03:54 +0000)]
hack so we don't rebuild docs with every make

22 years agotypo
Frank Mori Hess [Wed, 3 Sep 2003 03:49:12 +0000 (03:49 +0000)]
typo

22 years agoadded a -release option for libtool, so it names the library with
Frank Mori Hess [Wed, 3 Sep 2003 02:59:00 +0000 (02:59 +0000)]
added a -release option for libtool, so it names the library with
the version instead of libcomedi-0.0.0.so

22 years agoadd id to glossary so it doesn't produce a randomly named html file
Frank Mori Hess [Wed, 3 Sep 2003 02:18:52 +0000 (02:18 +0000)]
add id to glossary so it doesn't produce a randomly named html file

22 years agolocalstatedir should be /var, thus we need append a lib/ here
David Schleef [Sat, 30 Aug 2003 04:21:50 +0000 (04:21 +0000)]
localstatedir should be /var, thus we need append a lib/ here

22 years agocoarse and fine pregain offsets were switched for pci-6024e
Frank Mori Hess [Sat, 30 Aug 2003 02:08:21 +0000 (02:08 +0000)]
coarse and fine pregain offsets were switched for pci-6024e

22 years agoadd stub for daqcard-6036e
Frank Mori Hess [Sat, 23 Aug 2003 03:26:39 +0000 (03:26 +0000)]
add stub for daqcard-6036e

22 years agoadd calib_yacc.h to BUILT_SOURCES
Frank Mori Hess [Thu, 21 Aug 2003 16:10:56 +0000 (16:10 +0000)]
add calib_yacc.h to BUILT_SOURCES

22 years agouse 'ue' instead of 'u' for uumlat
Frank Mori Hess [Thu, 21 Aug 2003 15:11:34 +0000 (15:11 +0000)]
use 'ue' instead of 'u' for uumlat

22 years agofix warnings r0_7_21
David Schleef [Sat, 16 Aug 2003 23:18:07 +0000 (23:18 +0000)]
fix warnings

22 years agoversion bump
David Schleef [Sat, 16 Aug 2003 23:11:18 +0000 (23:11 +0000)]
version bump

22 years agoforce aux dir
David Schleef [Sat, 16 Aug 2003 22:55:40 +0000 (22:55 +0000)]
force aux dir

22 years agonew makefiles
David Schleef [Sat, 16 Aug 2003 22:19:35 +0000 (22:19 +0000)]
new makefiles

22 years agorerefactor Makefile.am
David Schleef [Sat, 16 Aug 2003 22:18:05 +0000 (22:18 +0000)]
rerefactor Makefile.am

22 years agoadd Makefiles into etc/
David Schleef [Sat, 16 Aug 2003 22:17:30 +0000 (22:17 +0000)]
add Makefiles into etc/

22 years agoinstall a few more files
David Schleef [Sat, 16 Aug 2003 22:14:58 +0000 (22:14 +0000)]
install a few more files

22 years agonot needed
David Schleef [Sat, 16 Aug 2003 00:51:13 +0000 (00:51 +0000)]
not needed

22 years agoadd files
David Schleef [Sat, 16 Aug 2003 00:43:52 +0000 (00:43 +0000)]
add files

22 years agoupdates from debian package
David Schleef [Sat, 16 Aug 2003 00:42:41 +0000 (00:42 +0000)]
updates from debian package

22 years agoupdate
David Schleef [Sat, 16 Aug 2003 00:41:35 +0000 (00:41 +0000)]
update

22 years agodon't dist acq-seg.gif
David Schleef [Sat, 16 Aug 2003 00:20:54 +0000 (00:20 +0000)]
don't dist acq-seg.gif

22 years agomoved to html
David Schleef [Sat, 16 Aug 2003 00:20:41 +0000 (00:20 +0000)]
moved to html

22 years agorefactor build system for docs
David Schleef [Sat, 16 Aug 2003 00:20:02 +0000 (00:20 +0000)]
refactor build system for docs

22 years agocalibrations is installed in $localstatedir
David Schleef [Sat, 16 Aug 2003 00:18:46 +0000 (00:18 +0000)]
calibrations is installed in $localstatedir

22 years agodist generated lex and yacc sources
David Schleef [Sat, 16 Aug 2003 00:18:04 +0000 (00:18 +0000)]
dist generated lex and yacc sources

22 years agoremove flex and bison from build deps
David Schleef [Sat, 16 Aug 2003 00:16:32 +0000 (00:16 +0000)]
remove flex and bison from build deps

22 years agoInstall calibrations/ to localstatedir
David Schleef [Sat, 16 Aug 2003 00:15:58 +0000 (00:15 +0000)]
Install calibrations/ to localstatedir

22 years agoremove include from EXTRA_DIST
David Schleef [Sat, 16 Aug 2003 00:15:29 +0000 (00:15 +0000)]
remove include from EXTRA_DIST

22 years agoupdate version. switch back to using docbook2xxx, and test for
David Schleef [Sat, 16 Aug 2003 00:15:15 +0000 (00:15 +0000)]
update version.  switch back to using docbook2xxx, and test for
each one.  Jade/jw doesn't really have a way to test for backends.

22 years agoignore externally referenced ranges in get_bipolar_lowgain(), etc.
Frank Mori Hess [Fri, 15 Aug 2003 21:13:29 +0000 (21:13 +0000)]
ignore externally referenced ranges in get_bipolar_lowgain(), etc.

22 years agomarked sv_ functions as deprecated
Frank Mori Hess [Mon, 11 Aug 2003 20:05:06 +0000 (20:05 +0000)]
marked sv_ functions as deprecated

22 years agoignore install errors for manpages
Frank Mori Hess [Fri, 8 Aug 2003 18:41:20 +0000 (18:41 +0000)]
ignore install errors for manpages

22 years agoit's https instead of http
Frank Mori Hess [Fri, 8 Aug 2003 17:38:59 +0000 (17:38 +0000)]
it's https instead of http

22 years agoadded missing </para>
Frank Mori Hess [Sat, 2 Aug 2003 03:58:21 +0000 (03:58 +0000)]
added missing </para>