comedilib.git
2007-01-08 Frank Mori... Added new gpct_simple_counting demo (shares some code...
2007-01-08 Frank Mori... Print large unsigned values correctly (not as negative...
2007-01-05 Frank Mori... Added brief description of choose_routing demo.
2007-01-05 Frank Mori... Added gpct_pulse_generator demo.
2007-01-05 Frank Mori... synced with comedi
2007-01-05 Frank Mori... print max data value as unsigned value instead of signe...
2007-01-03 Frank Mori... Made parse_options() write options to a struct instead...
2007-01-03 Frank Mori... Added a sentence to ao_waveform description.
2007-01-03 Frank Mori... Removed some C99-isms (mixed code and declarations)
2007-01-03 Frank Mori... Replaced deprecated AM_PROG_CC_STDC with AC_PROG_CC_STDC
2006-10-25 Frank Mori... Added a table with descriptions of a few configuration...
2006-10-25 Frank Mori... Updated to docbook 4.2. Fixed broken </link> in tutori...
2006-10-24 Frank Mori... Sync'd with comedi
2006-10-24 Frank Mori... Updated RTSI documentation to reflect my changes.
2006-10-24 Frank Mori... Sync'ed with comedi.
2006-10-23 Frank Mori... Added choose_clock and choose_routing demo programs...
2006-10-17 Frank Mori... Added const qualifiers to some char* return values...
2006-09-11 Frank Mori... Added description of SDF_SOFT_CALIBRATED flag.
2006-09-08 Frank Mori... Added brief description of enum comedi_conversion_direction
2006-09-08 Frank Mori... Added entries for comedi_to_physical() and comedi_from_...
2006-09-08 Frank Mori... sync with comedi
2006-09-08 Frank Mori... Added entries for comedi_get_hardcal_converter() and
2006-09-07 Frank Mori... Added some primative support for using software calibra...
2006-08-31 Frank Mori... Fill in inverse polynomials for first order soft calibr...
2006-08-31 Frank Mori... Added flex and bison generated files to MAINTAINERCLEAN...
2006-08-28 Frank Mori... Fix parsing of floating point values in exponential...
2006-08-22 Frank Mori... Fixed problem with keeping track of whether a software...
2006-08-22 Frank Mori... Parsing of calibration file with soft calibration infor...
2006-08-22 Frank Mori... First pass at parsing additional calibration file eleme...
2006-07-20 Ian AbbottApplied patch from David MacMahon <davidm -at- astro...
2006-07-13 Ian AbbottUse comedi_perror to report error if comedi_open fails...
2006-07-13 Ian AbbottApplied patch from David MacMahon <davidm -at- astro...
2006-07-13 Ian AbbottApplied (slightly modified) patch from David MacMahon
2006-07-13 Ian AbbottAdded AC_PROG_LIBTOOL, as suggested by the autotools.
2006-05-02 Frank Mori... Patch from abbotti@mev.co.uk (Ian Abbott):
2006-05-02 Frank Mori... synced with comedi
2006-05-02 Frank Mori... RTSI documentation from terry1@beam.ltd.uk (Terry Barnaby)
2006-03-03 Frank Mori... sync with comedi
2006-02-15 Frank Mori... Removed comedi_calibrate from subdirs, as it has been...
2006-02-05 Frank Mori... Removed comedi_calibrate from comedilib, it is now...
2006-02-03 Frank Mori... Make sure fine caldacs are reset before attempting...
2006-01-08 Frank Mori... synced with comedi
2006-01-04 Frank Mori... Added beginnings of support for m-series calibration...
2005-12-28 Frank Mori... Made cmd demo work with SDF_LSAMPL subdevices.
2005-11-04 David SchleefChange Kurt Müller's email address
2005-11-03 Frank Mori... new results
2005-11-03 Frank Mori... MC pci-das6014 calibration looks good.
2005-11-02 Frank Mori... sync comedi.h with comedi
2005-11-02 Frank Mori... Added entry for MC pci-das6014
2005-10-06 Frank Mori... Update 6024e status to STATUS_DONE, and update results...
2005-09-10 Frank Mori... Added outline of code for loading pci-6052 caldacs...
2005-09-09 Frank Mori... Set status of at-mio-16xe-50 back to STATUS_DONE, as...
2005-08-27 Frank Mori... undo recent changes for AT-MIO-16XE-50, which were...
2005-08-25 Frank Mori... update at-mio-16de-10 to STATUS_DONE
2005-08-25 Frank Mori... new results
2005-08-24 Frank Mori... fix AT-MIO-16XE-50 calibration to take into account...
2005-08-22 Frank Mori... Added some diagnostics to try and figure out the 6052.
2005-08-14 Frank Mori... updated results for at-mio-16xe-50
2005-08-14 Frank Mori... update at-mio-16xe-50 status to STATUS_DONE
2005-07-28 Frank Mori... first try at at-mio-16de-10 calibration
2005-06-07 Bernd PorrChanged the path so that the .conf files are copied in
2005-06-07 Bernd PorrCreates the proper so-version defined in configure.ac.
2005-06-07 Bernd PorrDocumentation now goes in usr/share/doc/libcomedi0...
2005-06-07 Bernd PorrAdded variable for the documentation
2005-05-19 Frank Mori... add mention of defaults for --range, --subdevice, ...
2005-05-17 Frank Mori... add missing whitespace on description of --help option
2005-04-27 Frank Mori... removed debian files from cvs
2005-04-25 Frank Mori... return errors properly in comedi_mark_buffer_read(...
2005-04-25 Frank Mori... fix for comedi_get_generic_timed() from Jan Gukelberger...
2005-04-11 Frank Mori... update instructions for integrating new drivers
2005-04-07 David SchleefUgh, fix the soname problem
2005-04-07 David SchleefUpdate from Comedi.
2005-03-22 Frank Mori... sync with comedi
2005-03-19 Frank Mori... add description of --init-data options
2005-03-19 Frank Mori... cleanup file pointers with fclose()
2005-03-19 Bernd PorrFixed a segfault. The fopen command needs a string...
2005-03-17 Frank Mori... add support for multiple firmware files, and uploading...
2005-03-17 Frank Mori... sync with comedi
2005-03-16 Frank Mori... added table for subdevice flags to comedi_get_subdevice...
2005-03-16 Frank Mori... use SDF_RUNNING flag to test for completion of ao command
2005-03-16 Frank Mori... updated version of comedi_get_subdevice_flags() which...
2005-03-13 Frank Mori... info is board_info now
2005-03-12 Frank Mori... fix name collision with automake 1.9
2005-03-06 Frank Mori... added comedi_dio_get_config()
2005-03-06 Frank Mori... sync with comedi
2005-02-27 Frank Mori... patch from Ian Abbott <abbotti@mev.co.uk>:
2005-02-27 Bernd PorrConterpart to the change in comedi: have taken out the
2005-02-27 Bernd PorrSet the ring buffer length to 512kB for usbduxfast...
2005-02-24 Frank Mori... added some error checks
2005-02-22 Frank Mori... new results
2005-02-22 Frank Mori... mc pci-das6024 calibration is good now.
2005-02-22 Frank Mori... crank up delay for mc pci-das6034 still more.
2005-02-20 Frank Mori... trying to fix calibration for meas. computing pci-das6034
2005-02-09 Frank Mori... new results
2005-02-09 Frank Mori... calibration for pci-das1000 works now
2005-02-06 Frank Mori... add license header to scxi.c, and caleb as author
2005-02-06 Frank Mori... fix license headers, and prevent multiple includes...
2005-02-06 Frank Mori... patch from beat.zahnd@phim.unibe.ch (Beat ZAHND), he...
2005-02-03 Frank Mori... fix entries for pcm-das08
2005-01-23 Frank Mori... mmap works for output waveforms now.
next