comedilib.git
2003-04-26 Frank Mori... STATUS_NONE is actually STATUS_UNKNOWN
2003-04-26 Frank Mori... removed bogus free()
2003-04-26 Frank Mori... init saved_calibration_t array for daqcard 6062e
2003-04-26 Frank Mori... fixed catching of unknown board name with NI drivers...
2003-04-26 Frank Mori... swapped pre/postgain offsets
2003-04-26 Frank Mori... made error message on failure to open device more infor...
2003-04-25 Frank Mori... fixed reading of argument for short option 'f' that...
2003-04-25 Frank Mori... tweaked include directives so gcc -MM generates better...
2003-04-25 Frank Mori... added some dependency generation to makefile
2003-04-25 Frank Mori... added some dependency file generation
2003-04-25 Frank Mori... added some white space to fix preprocessor weirdness...
2003-04-25 Frank Mori... initial pass at daqcard-6062e support, and got rid...
2003-04-24 Frank Mori... added multiple range calibration for measurement comput...
2003-04-22 Frank Mori... added multi-range calibration support for pci-das4020
2003-04-22 Frank Mori... added apply_cal demo
2003-04-21 Frank Mori... added ao calibration and multiple ai range calibration for
2003-04-21 Frank Mori... added --[no-]calibrate and --[no-]reset options
2003-04-21 Frank Mori... split off cb64.c from cb.c
2003-04-21 Frank Mori... made a bunch of functions static
2003-04-20 Frank Mori... made do_reset option work with multiple range calibrati...
2003-04-20 Frank Mori... added application of appropriate calibrations before...
2003-04-20 Frank Mori... fixed calibration of ai ranges != 0 (doh). Changed...
2003-04-19 Frank Mori... fix deprecation warning with gcc3.2
2003-04-19 Frank Mori... added analog output calibration for measurement computi...
2003-04-19 Frank Mori... fix initialization of line counter, some yytext ->...
2003-04-01 Frank Mori... changed some debugging fprintfs to stderr into DPRINTs
2003-03-19 Frank Mori... make flex stuff as reentrant as i can
2003-03-19 Frank Mori... comedi_apply_calibration() almost reentrant now
2003-03-19 Frank Mori... added -D_REENTRANT to library CFLAGS
2003-03-06 Frank Mori... added a couple comment lines to top of generated calibr...
2003-03-06 Frank Mori... made parsing slightly more forgiving with respect to...
2003-03-06 Frank Mori... stopped comments from getting printed
2003-03-06 Frank Mori... moved stderr output to use COMEDILIB_DEBUG()
2003-03-06 Frank Mori... added return value for comedi_apply_calibration()
2003-03-05 Frank Mori... set default n_scan value to 10 for insn demo, added...
2003-03-05 Frank Mori... a couple not so important tweaks to calibration file...
2003-03-05 Frank Mori... got rid of unneccessary yyrestart()
2003-03-05 Frank Mori... removed libperl dependency by switching to bison/flex...
2003-03-04 Frank Mori... Changed comedi_set_calibration() to comedi_apply_calibr...
2003-03-01 Frank Mori... added descriptions of some options, --save-file in...
2003-03-01 Frank Mori... added documentation for comedi_set_calibration()
2003-03-01 Frank Mori... catch errors from find_calibration()
2003-02-28 Frank Mori... fixed missing dollar signs, and "subdev" should have...
2003-02-28 Frank Mori... finished implementing comedi_set_calibration() (for...
2003-02-26 Frank Mori... fixed finding calibration based on subdevice. Ignore...
2003-02-26 Frank Mori... added subdevice to calibration file
2003-02-26 Frank Mori... finished implementing comedi_set_calibration() (untested)
2003-02-26 Frank Mori... fixed use of short option 's', got rid of semicolon...
2003-02-24 Frank Mori... beginnings of comedi_set_calibration()
2003-02-24 Frank Mori... added command line option for specifiying name of file...
2003-02-16 Frank Mori... fixed setting of __comedi_errno after ioctl
2003-02-05 Frank Mori... all analog input ranges are now calibrated for meas...
2003-02-05 Frank Mori... added a couple convenience functions
2003-02-05 Frank Mori... updated reference to old lineo cvs server
2003-02-05 Frank Mori... want to use ino_t to identify comedi device file instea...
2003-02-04 Frank Mori... removed some dead code
2003-02-04 Frank Mori... writing calibrations to a file should be useable now
2003-02-02 Frank Mori... initial support for writing a set of calibrations to...
2003-01-09 Frank Mori... added linefeed
2003-01-01 Frank Mori... better error message when reading calibration voltages...
2003-01-01 Frank Mori... include string.h for memset()
2003-01-01 Frank Mori... fixing includes for exit(), memset() for gcc 2.96 compi...
2003-01-01 Frank Mori... ignoring error so make install works when docs not...
2003-01-01 Frank Mori... analog output calibration for cb_pcidas boards, plus...
2003-01-01 Frank Mori... inactive support for reading calibration voltage from...
2002-12-31 Frank Mori... update status of pci-das1200
2002-12-31 Frank Mori... fix compiler warning
2002-12-31 Frank Mori... added cb_pcidas driver
2002-12-11 Frank Mori... new dev_info names for pcm-das08 and daqcard-1200 so...
2002-11-29 Frank Mori... added some comments about how internal voltage referenc...
2002-11-29 Frank Mori... added ability to adjust settling time used by new_sv_me...
2002-11-29 Frank Mori... 611x calibration works now
2002-11-29 Frank Mori... fixed comedi_nanosleep(), which did nothing before
2002-11-26 Frank Mori... added error check for mmap() call
2002-11-25 Frank Mori... rearranged order of 611x observables to deal with only...
2002-11-25 Frank Mori... I think we finally have 611x calibration right
2002-11-24 Frank Mori... correcting ao caldac channels after fixing caldac type...
2002-11-24 Frank Mori... 611x documentation was wrong, calibration sources do...
2002-11-24 Frank Mori... changed printing of "offset , target" to "reading ...
2002-11-23 Frank Mori... 611x calibration doesn't like 5v-0v reference for gain...
2002-11-23 Frank Mori... fix calibration channels for 611x analog output
2002-11-23 Frank Mori... fixed 611x names to match ni_pcimio driver
2002-11-23 Frank Mori... added CR_ALT_SOURCE and CR_ALT_FILTER to observe_insn...
2002-11-22 Frank Mori... increased BUF_LEN, so demo works better with ni boards
2002-11-22 David Schleefupdate from comedi
2002-11-22 David SchleefFix for cases where the command doesn't allow source...
2002-11-22 David Schleeffix mmap testing
2002-11-20 Frank Mori... changed & to %, before it seemed to assume the buffer...
2002-11-18 Frank Mori... added documentation for comedi_data_read_delayed()...
2002-11-18 Frank Mori... 611x calibration support. More conversion to new CONFI...
2002-11-12 Frank Mori... updating status of 6023
2002-11-05 David SchleefFixes, add cb_das16_cs
2002-09-25 David Schleefinstall de LC_MESSAGES
2002-09-25 David Schleeflksjdf
2002-09-25 David SchleefFix i18n
2002-09-25 David Schleefremove some stuff that is in the lib now
2002-09-25 David Schleefadd some error checking
2002-09-25 David Schleeffix typo on comedi_open
2002-09-25 David SchleefLast log is bogus. Should be: disable AO0 on 6071e...
2002-09-25 David SchleefAdded help() and --help flag
next