Commit graph

985 commits

Author SHA1 Message Date
Frank Mori Hess
8db3fa8f47 Added brief description of choose_routing demo. 2007-01-05 21:15:00 +00:00
Frank Mori Hess
daf810a110 Added gpct_pulse_generator demo. 2007-01-05 21:09:28 +00:00
Frank Mori Hess
98b683b85d synced with comedi 2007-01-05 20:39:17 +00:00
Frank Mori Hess
c1995338a1 print max data value as unsigned value instead of signed, so 32 bit
counters show proper max value (instead of -1).
2007-01-05 19:35:14 +00:00
Frank Mori Hess
fbdf65b4f5 Made parse_options() write options to a struct instead of passing
them through global variables.
2007-01-03 21:14:53 +00:00
Frank Mori Hess
c7a581399a Added a sentence to ao_waveform description. 2007-01-03 15:44:51 +00:00
Frank Mori Hess
8ee6219b64 Removed some C99-isms (mixed code and declarations) 2007-01-03 15:43:06 +00:00
Frank Mori Hess
257bae2a11 Replaced deprecated AM_PROG_CC_STDC with AC_PROG_CC_STDC 2007-01-03 15:31:11 +00:00
Frank Mori Hess
2d38396fcb Added a table with descriptions of a few configuration instructions. 2006-10-25 19:57:49 +00:00
Frank Mori Hess
01da122c40 Updated to docbook 4.2. Fixed broken </link> in tutorial.sgml 2006-10-25 18:53:42 +00:00
Frank Mori Hess
261de96d3a Sync'd with comedi 2006-10-24 20:36:33 +00:00
Frank Mori Hess
53747a7f0a Updated RTSI documentation to reflect my changes. 2006-10-24 15:07:41 +00:00
Frank Mori Hess
a31d71f349 Sync'ed with comedi. 2006-10-24 15:07:08 +00:00
Frank Mori Hess
4cdf1b09a9 Added choose_clock and choose_routing demo programs. Synced comedi.h
with comedi.  Made dio demo simply configure the line direction based
on the command line argument.
2006-10-23 19:35:24 +00:00
Frank Mori Hess
34b9800e40 Added const qualifiers to some char* return values. Added new
experimental comedi_dio_bitfield2() function which works with
> 32 channels.  Only works properly with ni_65xx currently.
Will post a request for review by any interested
parties to list before I bother making the rest of the drivers
work with it.
2006-10-17 18:19:29 +00:00
Frank Mori Hess
4ccca1c790 Added description of SDF_SOFT_CALIBRATED flag. 2006-09-11 13:55:22 +00:00
Frank Mori Hess
905b99fb60 Added brief description of enum comedi_conversion_direction 2006-09-08 19:40:15 +00:00
Frank Mori Hess
97ab81dcbc Added entries for comedi_to_physical() and comedi_from_physical(). 2006-09-08 18:38:07 +00:00
Frank Mori Hess
fe9d8704c2 sync with comedi 2006-09-08 15:41:05 +00:00
Frank Mori Hess
f4e592b4aa Added entries for comedi_get_hardcal_converter() and
comedi_get_softcal_converter().  Clairified comedi_apply_calibration()
a little.
2006-09-08 14:53:48 +00:00
Frank Mori Hess
1421d0919e Added some primative support for using software calibration in a way
that can be integrated with boards that don't use software calibrations.
2006-09-07 19:09:04 +00:00
Frank Mori Hess
881600a31e Fill in inverse polynomials for first order soft calibrations. 2006-08-31 18:09:27 +00:00
Frank Mori Hess
e48a8d91df Added flex and bison generated files to MAINTAINERCLEANFILES 2006-08-31 15:29:44 +00:00
Frank Mori Hess
a186b9a33c Fix parsing of floating point values in exponential notation, and numbers
with a leading + or - sign (untested).
2006-08-28 22:59:42 +00:00
Frank Mori Hess
29358e699f Fixed problem with keeping track of whether a software calibration
is for the from_phys or to_phys direction.
2006-08-22 20:19:19 +00:00
Frank Mori Hess
4f26b59efc Parsing of calibration file with soft calibration information works now. 2006-08-22 20:13:44 +00:00
Frank Mori Hess
d686d1278f First pass at parsing additional calibration file elements which
support software calibration.
2006-08-22 18:14:22 +00:00
Ian Abbott
c17577318d Applied patch from David MacMahon <davidm -at- astro -dot- berkeley -dot- edu>.
Adds physical units support to comedilib demo programs.
I changed one of the format strings to help line up values better in the
'cmd' example.
2006-07-20 11:51:54 +00:00
Ian Abbott
d349d2e12b Use comedi_perror to report error if comedi_open fails, and exit with exit
code 1.
2006-07-13 17:06:33 +00:00
Ian Abbott
5706893a20 Applied patch from David MacMahon <davidm -at- astro -dot- berkeley -dot- edu>.
Add leading zeroes to subdevice flag values.
2006-07-13 12:45:26 +00:00
Ian Abbott
761ffc3e90 Applied (slightly modified) patch from David MacMahon
<davidm -at- astro -dot- berkeley -dot- edu>.
Reports specific error string (strerror(errno)) if comedi_open fails (I
changed the format slightly from David's).
Displays subdevice flags as a hexadecimal number.
2006-07-13 12:43:14 +00:00
Ian Abbott
f149577d8a Added AC_PROG_LIBTOOL, as suggested by the autotools. 2006-07-13 12:33:58 +00:00
Frank Mori Hess
44d71a63cf Patch from abbotti@mev.co.uk (Ian Abbott):
Fixes compile error with gcc 2.96.
2006-05-02 02:09:02 +00:00
Frank Mori Hess
3e2bc0f15a synced with comedi 2006-05-02 01:25:35 +00:00
Frank Mori Hess
0abfdd0a0e RTSI documentation from terry1@beam.ltd.uk (Terry Barnaby) 2006-05-02 01:21:46 +00:00
Frank Mori Hess
c548e18087 sync with comedi 2006-03-03 01:00:50 +00:00
Frank Mori Hess
64d90d7f37 Removed comedi_calibrate from subdirs, as it has been split into
its own module.  Fix is from Ian Abbott <abbotti@mev.co.uk>.
2006-02-15 22:27:00 +00:00
Frank Mori Hess
c632d4e636 Removed comedi_calibrate from comedilib, it is now in its own
module.
2006-02-05 20:56:11 +00:00
Frank Mori Hess
d4fd5f7b08 Make sure fine caldacs are reset before attempting to recalibrate
coarse caldacs for unipolar ai.
2006-02-03 01:06:30 +00:00
Frank Mori Hess
adac86b5d9 synced with comedi 2006-01-08 16:37:59 +00:00
Frank Mori Hess
0b55b0435d Added beginnings of support for m-series calibration. So far, it just
reads various internal calibration sources.
2006-01-04 02:55:40 +00:00
Frank Mori Hess
caedc7bf15 Made cmd demo work with SDF_LSAMPL subdevices. 2005-12-28 17:11:35 +00:00
David Schleef
96fab11cad Change Kurt Müller's email address 2005-11-04 01:21:42 +00:00
Frank Mori Hess
7d743ff497 new results 2005-11-03 01:24:38 +00:00
Frank Mori Hess
85237bcd52 MC pci-das6014 calibration looks good. 2005-11-03 01:21:38 +00:00
Frank Mori Hess
8ff9586edb sync comedi.h with comedi 2005-11-02 00:18:27 +00:00
Frank Mori Hess
904da61cb4 Added entry for MC pci-das6014 2005-11-02 00:12:31 +00:00
Frank Mori Hess
4fa75441de Update 6024e status to STATUS_DONE, and update results for same. 2005-10-06 22:20:56 +00:00
Frank Mori Hess
43c7a043b7 Added outline of code for loading pci-6052 caldacs from eeprom
(doesn't work yet).
2005-09-10 22:20:43 +00:00
Frank Mori Hess
47f1100bf9 Set status of at-mio-16xe-50 back to STATUS_DONE, as it seems to be
fine after all.
2005-09-09 01:06:25 +00:00