Daniel Krebs
fe302f9649
comedi: implement ADC and DAC directions, only DAC tested
...
The write / DAC direction has been tested with two output signals, see
etc/comedi.conf for reference. For now, the buffer size may not be
(considerably) smaller than 32kB, Comedi stops working for unknown
reasons. To compensate for the latency (always approx. one buffer size)
if only small sample rates are required, configure the path for
upsampling (sample-and-hold via rate parameter) at the same rate as
the out direction of the comedi node.
2018-06-15 15:47:10 +02:00
63a4634d57
refactor: log_{start,stop} -> log_{open,close}
2018-05-12 18:14:24 +02:00
04509a4a2a
log: improve handling of terminal width
2017-09-16 15:00:42 +02:00
b27a4ba652
log: add support for logging to syslogd
2017-09-16 11:32:04 +02:00
61de3b3274
a bunch of smaller changes and bug fixes
2017-08-23 16:51:15 +02:00
b59a989278
cleanup trailing whitespaces
2017-07-25 12:07:06 +02:00
cc6f6a6132
log: added new module to print fancy tables and use it for histograms as well as periodc stats
2017-07-12 12:19:49 +02:00
94ae566091
utils: renamed macros for color output
2017-07-12 12:18:43 +02:00
7beb874020
advio: add some missing includes
2017-06-17 18:55:37 +02:00
49054eef9f
cleanup: removed trailing whitespaces in code
2017-05-05 19:24:16 +00:00
5be1853649
added GPL license to file headers
2017-04-27 12:56:43 +02:00
Georg Reinke
f5aba31045
remove libconfig references from libvillas-ext
2017-04-26 11:58:12 +02:00
27f86f11ed
added new option to redirect log output to a file
2017-03-14 01:49:22 -03:00
607be1dd99
minor bugfixes and improvements
2017-03-13 23:51:38 -03:00
1ed9663532
added two new log classes for interfaces and traffic control
2017-03-12 17:06:00 -03:00
cdd5a2ca90
refactoring: unified states of common objects: nodes, paths, node-types, plugins, hooks, etc..
2017-03-11 23:50:30 -03:00
aa62c8af99
reworked new logging facilities and added a unit test for it
2017-03-07 07:13:27 -04:00
9c40931a04
Merge branch 'feature-mpmc-queue' into feature-curlio
2017-03-05 10:06:32 -04:00
e27f0b699f
several fixes for clean compilation
2017-03-03 20:21:33 -04:00
3e7c855526
updated licence and copyright info in file headers
2017-03-03 20:20:13 -04:00
7ec6aee288
Merge remote-tracking branch 'rwth/develop' into feature-curlio
2017-02-18 11:05:11 -05:00
9b2b287584
log: OOP refactoring
2017-02-16 09:29:04 -03:00
32186d8426
log: support more debug log facilities
2017-02-16 09:28:16 -03:00
7cab0538ab
use #pragma once instead of #ifdef
2017-02-16 09:04:27 -03:00
84ebfda4e1
refactored log faciltity macros
2017-02-12 14:12:35 -03:00
1dba01a8ae
Re-license source code to LGPLv2.1 ( closes #56 )
2016-11-22 11:14:25 -05:00
b37d3df332
moved cfg_parse_{hook, node, path} to {hooks, node, path}.c
2016-11-20 12:59:37 -05:00
5de7e7c77d
add debug statements to memory functions
2016-10-20 08:36:49 -04:00
6e13d5a895
add debug statements to memory functions
2016-10-19 01:34:27 -04:00
c67af15a2c
fixed all major bugs in FPGA code
2016-06-19 19:30:00 +02:00
0fa5f5b976
introduced new directory structure for source and header files
2016-06-14 01:17:58 +02:00