David Schleef
19442d5d06
Ugh, fix the soname problem
2005-04-07 22:36:05 +00:00
David Schleef
fb04c82005
Update from Comedi.
2005-04-07 22:33:36 +00:00
Frank Mori Hess
17b0ebbf7d
sync with comedi
2005-03-22 02:05:11 +00:00
Frank Mori Hess
051314ac61
add description of --init-data options
2005-03-19 18:51:13 +00:00
Frank Mori Hess
e91b12f54d
cleanup file pointers with fclose()
2005-03-19 00:57:00 +00:00
Bernd Porr
7c0ab8f2ac
Fixed a segfault. The fopen command needs a string and not an integer
...
as flag. Every entry in the filename arrary is initally initialised
with "NULL".
2005-03-19 00:42:05 +00:00
Frank Mori Hess
de651eaca0
add support for multiple firmware files, and uploading firmware
...
on 64 bit arches
2005-03-17 17:28:19 +00:00
Frank Mori Hess
111541c2d3
sync with comedi
2005-03-17 17:27:12 +00:00
Frank Mori Hess
ceeb49162b
added table for subdevice flags to comedi_get_subdevice_flags()
...
documentation
2005-03-16 22:34:38 +00:00
Frank Mori Hess
933be9aae4
use SDF_RUNNING flag to test for completion of ao command
2005-03-16 19:05:34 +00:00
Frank Mori Hess
4d7d679826
updated version of comedi_get_subdevice_flags() which is capable of
...
returning dynamic flags like SDF_RUNNING or SDF_BUSY
2005-03-16 19:04:59 +00:00
Frank Mori Hess
55147aef5c
info is board_info now
2005-03-13 17:04:47 +00:00
Frank Mori Hess
8e115ae15b
fix name collision with automake 1.9
2005-03-12 21:11:01 +00:00
Frank Mori Hess
2a720182e4
added comedi_dio_get_config()
2005-03-06 17:42:56 +00:00
Frank Mori Hess
1e601cbd3f
sync with comedi
2005-03-06 17:35:04 +00:00
Frank Mori Hess
8fdb92784a
patch from Ian Abbott <abbotti@mev.co.uk>:
...
I was running "comedi_test -v" on my new analog output driver and
noticed that it was getting stuck in a loop during the
"cmd_write_fast_1_chan" test.
It turned out that the test had written more data to the buffer than was
required to complete the acquisition (it was using cmd->stop_src =
TRIG_COUNT) and then got stuck in a loop waiting for the buffer to empty.
The attached patch stops the test_cmd_write_fast_1chan function writing
more data than is required to complete the acquisition.
2005-02-27 22:45:14 +00:00
Bernd Porr
0dc6fe9c33
Conterpart to the change in comedi: have taken out the
...
bufferoverflow packet. It has messed everything up. Just
restarting the gpif is the best option. Without any additional
packets.
2005-02-27 20:40:38 +00:00
Bernd Porr
3ed5c07df6
Set the ring buffer length to 512kB for usbduxfast. This is needed
...
for graphical software like qtscope. Otherwise we get always buffer
overflows.
2005-02-27 02:18:23 +00:00
Frank Mori Hess
545b9420d5
added some error checks
2005-02-24 20:46:56 +00:00
Frank Mori Hess
e3c958cf65
new results
2005-02-22 23:00:36 +00:00
Frank Mori Hess
f2eff57381
mc pci-das6024 calibration is good now.
2005-02-22 23:00:13 +00:00
Frank Mori Hess
61a12da72f
crank up delay for mc pci-das6034 still more.
2005-02-22 13:00:07 +00:00
Frank Mori Hess
d11da3c6fa
trying to fix calibration for meas. computing pci-das6034
2005-02-20 22:06:00 +00:00
Frank Mori Hess
7ed14c5b16
new results
2005-02-09 23:20:51 +00:00
Frank Mori Hess
68ec8cc184
calibration for pci-das1000 works now
2005-02-09 23:19:10 +00:00
Frank Mori Hess
def0e9bf8e
add license header to scxi.c, and caleb as author
2005-02-06 16:25:16 +00:00
Frank Mori Hess
cd07b7217b
fix license headers, and prevent multiple includes of comedilib_scxi.h
2005-02-06 16:22:41 +00:00
Frank Mori Hess
3a85b2d898
patch from beat.zahnd@phim.unibe.ch (Beat ZAHND), he says:
...
I extendended the SCXI support for the 1122 module and moved the
scxi_boards structure to scxi.c
2005-02-06 16:17:51 +00:00
Frank Mori Hess
1142536a23
fix entries for pcm-das08
2005-02-03 02:45:40 +00:00
Frank Mori Hess
5d4729b9ec
mmap works for output waveforms now.
2005-01-23 03:11:30 +00:00
Frank Mori Hess
8f06878f5d
mark initial buffer contents as written, remove some unused variables,
...
fixed buffer overrun
2005-01-22 14:31:20 +00:00
Frank Mori Hess
99c8d0b5f1
added memory mapped ao waveform demo (untested)
2005-01-17 20:20:26 +00:00
Frank Mori Hess
9f6b16e004
added comedi_mark_buffer_written() (untested)
2005-01-10 00:46:28 +00:00
Bernd Porr
22eea6221e
Transfer mode for data is now bulk. If a buffer overflow occurrs
...
the next packet has two 0xff at the begining.
2005-01-04 17:27:23 +00:00
Frank Mori Hess
ca83900fcf
patch from steven.jenkins@ieee.org (Steven Jenkins):
...
'setup.rb config' calls 'extconf.rb' in the ext directory to build the extension
Makefile. 'extconf.rb' looks for C source files in the directory when it runs,
so SWIG needs to run before 'setup.rb config'. The attached patch makes the
output of SWIG a prerequisite for ext/Makefile.
2004-12-04 18:12:35 +00:00
David Schleef
d0b58e51d0
change URL for RTLinux
2004-12-02 07:59:00 +00:00
Frank Mori Hess
0942349bb8
patch from Steven Jenkins <steven.jenkins@ieee.org>:
...
If configure attempts to build the Ruby extension on a system without a previous
installation of comedilib, compilation fails because gcc can't find comedilib.h.
The attached patch adds the distribution include directory to the gcc search
path when compiling the extension.
2004-11-23 01:18:14 +00:00
Frank Mori Hess
4cff0c973e
sync with comedi
2004-11-20 16:56:09 +00:00
Bernd Porr
2b058cf74e
Added path to the usbduxfast makefile
2004-11-02 00:21:21 +00:00
Bernd Porr
317ef9454d
Added usbduxfast to the makefile.am
2004-11-02 00:19:36 +00:00
Bernd Porr
e7f8fe4301
usbduxfast hotplug scripts and firmware.
2004-11-02 00:17:58 +00:00
Bernd Porr
c6463add66
For usbduxfast. Initial commit.
2004-11-02 00:15:47 +00:00
Frank Mori Hess
c3422f0c0f
changed a parameter name
2004-10-17 15:25:04 +00:00
Frank Mori Hess
ce991f80dd
docbook is not a binding
2004-10-17 15:24:24 +00:00
Frank Mori Hess
4e4c7e33f1
new scxi README from Caleb Tennis
2004-10-17 15:22:06 +00:00
Frank Mori Hess
f9e4eb07d7
moved Changelog to ChangeLog and added entry for 0.7.22
2004-10-10 17:03:58 +00:00
Frank Mori Hess
366b8b5da0
fix handling of swig so it is run at compile time instead of when
...
building tarball (due to possible dependence on swig library).
2004-09-27 03:27:43 +00:00
Bernd Porr
96e61f54e8
Added docbook disable.
...
If the binding is now disabled configure doesn't look for the program and is not complaining that the program is not there.
2004-09-22 22:54:04 +00:00
Frank Mori Hess
3f065e174d
add eeprom address for reference voltage on at-mio-64e-3
2004-09-09 21:43:16 +00:00
Frank Mori Hess
b956b0ceb4
add support for at-mio-64e-3
2004-08-31 00:09:27 +00:00