[DAQ-drivers] driver/fadc branch, devel, updated. 75ef17e2965a8fcf55752b1e1a232a9ed1484fd6
Bryan Moffit
moffit at jlab.org
Wed Feb 19 14:09:32 EST 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "driver/fadc".
The branch, devel has been updated
via 75ef17e2965a8fcf55752b1e1a232a9ed1484fd6 (commit)
from 353f6b4394c3e1e65d9999fcef78628602014c6c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 75ef17e2965a8fcf55752b1e1a232a9ed1484fd6
Author: Bryan Moffit <moffit at jlab.org>
Date: Wed Feb 19 14:06:29 2014 -0500
fadcFirmwareTools.c
- Fixed filename in comments
fadcLib.{c,h}
- Added and implemented macros for initialization flags
FA_INIT_SOFT_SYNCRESET (0<<0)
FA_INIT_EXT_SYNCRESET (1<<0)
FA_INIT_SOFT_TRIG (0<<1)
FA_INIT_FP_TRIG (1<<1)
FA_INIT_VXS_TRIG (1<<2)
FA_INIT_INT_CLKSRC (0<<4)
FA_INIT_FP_CLKSRC (1<<4)
FA_INIT_VXS_CLKSRC (1<<5)
FA_INIT_P2_CLKSRC ((1<<4) | (1<<5))
FA_INIT_SKIP (1<<16)
FA_INIT_USE_ADDRLIST (1<<17)
FA_INIT_SKIP_FIRMWARE_CHECK (1<<18)
- Fix error messages on Linux when the Block read is not
terminated by the last board with a bus error.
- When checking for block ready, always check the bit that
indicates that the block is ready for readout, and not just
accepted (last event of block received).
-----------------------------------------------------------------------
Summary of changes:
v2.0/fadcFirmwareTools.c | 2 +-
v2.0/fadcLib.c | 39 +++++++++++++++++----------------------
v2.0/fadcLib.h | 14 ++++++++++++++
3 files changed, 32 insertions(+), 23 deletions(-)
hooks/post-receive
--
driver/fadc
More information about the Daq-drivers
mailing list