Commit graph

1010 commits

Author SHA1 Message Date
Ian Abbott
fc1be39d47 Add closing tags for <glosssee> and <glossseealso>. 2007-07-24 13:06:40 +00:00
Frank Mori Hess
c8ff80779b Synced with comedi. 2007-07-16 15:01:06 +00:00
Frank Mori Hess
50f11c17b8 Added some sanity checks, and made it use the read subdev by default
if no "-s" command line option is given.
2007-07-16 15:00:28 +00:00
Frank Mori Hess
5868ebdb99 Corrected comments describing read_subdevice and write_subdevice members
of comedi_devinfo
2007-07-16 14:01:40 +00:00
Frank Mori Hess
a7d0851c85 Forgot to add file for new demo. 2007-07-16 12:46:38 +00:00
Frank Mori Hess
23acd1d5bd Sync with comedi. 2007-07-13 20:32:43 +00:00
Frank Mori Hess
ecceacdc81 Added NI GPCT buffered counting example. 2007-07-13 20:31:50 +00:00
Frank Mori Hess
81d55d2a52 New demo program. 2007-07-12 14:57:08 +00:00
Frank Mori Hess
c5bd91e4c8 sync with comedi 2007-07-12 14:56:21 +00:00
Frank Mori Hess
1a4e7fe192 Initialize counter value to zero. 2007-07-11 18:26:53 +00:00
Frank Mori Hess
1299e25cf4 Added a comment. 2007-07-11 18:26:32 +00:00
Frank Mori Hess
44d6175e7c Removed unused variable. 2007-07-10 14:26:30 +00:00
Frank Mori Hess
7e3d88314b Cleaned up mixing of spaces/tabs for indentation probably done by emacs. 2007-07-10 14:11:32 +00:00
Frank Mori Hess
a78711414a Removed some dead code. 2007-07-10 14:08:07 +00:00
Frank Mori Hess
9804a8c81d Demo program for quadrature encoder counting with NI GPCT, from
Anders Blomdell <anders.blomdell@control.lth.se>
2007-06-28 01:22:38 +00:00
Bernd Porr
5698f4a372 Added a line which sets the permissions to 0666 for all /dev/comedi devices. 2007-05-24 10:51:17 +00:00
Frank Mori Hess
9d36f4e886 Removed autogenerated file from cvs. 2007-04-29 18:40:28 +00:00
Bernd Porr
408d1e24cd Used AC_ARG_WITH for udev as suggested by frank. 2007-04-28 00:24:42 +00:00
Frank Mori Hess
cad8c4c6c1 Silenced automake 1.10 warning. 2007-04-24 20:22:53 +00:00
Bernd Porr
6277f54e12 Added udev support. 2007-04-23 22:20:09 +00:00
Frank Mori Hess
c80870a4a6 Fixed compile warning under gcc 4.1.2 2007-04-18 14:04:39 +00:00
Frank Mori Hess
88d88b1f41 synced with comedi. 2007-02-26 17:24:24 +00:00
Frank Mori Hess
a5cbc369a1 synced with comedi. 2007-01-08 21:54:15 +00:00
Frank Mori Hess
6a0fc4a5e5 Added new gpct_simple_counting demo (shares some code with
gpct_pulse_generator demo through common.c).
2007-01-08 21:53:59 +00:00
Frank Mori Hess
f80c83a1d0 Print large unsigned values correctly (not as negative numbers) for
subdevice with 32 bit values.
2007-01-08 20:56:24 +00:00
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