[DAQ-drivers] driver/td branch, devel, updated. v7.1-25-g41f062f
Bryan Moffit
moffit at jlab.org
Tue Mar 25 19:49:29 EDT 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/td".
The branch, devel has been updated
via 41f062f0503970896a141eaa6084b1e07c9efa13 (commit)
via a24d8b553b3c3dd3011402a257d14ac3bf058fd5 (commit)
via 3a6ed9b2fab913d35eb5cf11bcd3ff9eb7b67c76 (commit)
via 3b50ae61412ec9989199845f65836baafbe4e5f3 (commit)
via a220ec689adb040b6629fafb9e4fdb478a5de9cb (commit)
via f4e1f0dab665f6391ad1e5415e25d120f979ba0a (commit)
via b3d69d19ca607f974490485a586767db0eb848fc (commit)
via b04ffbff0958d49e4039cee2786324b265d36bf3 (commit)
via 3467e32648c648e40155f44b9fbbc1bfc94123f2 (commit)
via d5da557799a3e0451555613a26473f9cbed9d2a4 (commit)
via d3af05e5f1ac8bc42f03f439dc5ae188131a4f08 (commit)
from 72b76f54eff5a06e3a116160715c0afacb4c5234 (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 41f062f0503970896a141eaa6084b1e07c9efa13
Merge: 72b76f5 a24d8b5
Author: Bryan Moffit <moffit at jlab.org>
Date: Tue Mar 25 19:49:04 2014 -0400
Merge branch 'release-coda3.1' into devel
commit a24d8b553b3c3dd3011402a257d14ac3bf058fd5
Merge: 3b50ae6 3a6ed9b
Author: Bryan Moffit <moffit at jlab.org>
Date: Mon Mar 24 16:05:17 2014 -0400
Merge branch 'feature-v10.2' into release-coda3.1
commit 3a6ed9b2fab913d35eb5cf11bcd3ff9eb7b67c76
Author: Bryan Moffit <moffit at jlab.org>
Date: Mon Mar 24 15:59:48 2014 -0400
Supported Firmware Version 10.2
firmware/.currentfw
firmware/td102.svf
firmware/td_current_firmware.svf
- Update to current firmware
tdLib.{c,h}
- Updated register macros 0xd0-0xec to get blocklevel from
connected TI slaves
- New routine to get block level from connected slaves
- Updated tdSlaveStatus
tdFirmwareUpdate.c
- BUG: TD pointer not pointed to the initialized TD.
commit 3b50ae61412ec9989199845f65836baafbe4e5f3
Author: Bryan Moffit <moffit at jlab.org>
Date: Tue Mar 18 15:06:42 2014 -0400
tdLib.{c,h}
- Redefine initialization flag mask bits to be closer to those
defined in ti and ts libraries.
- Add init flag bit to ignore firmware version
firmware/tdFirmwareUpdate.c
- Remove tdEMInit in favor of using tdInit with the skip firmware check flag
commit a220ec689adb040b6629fafb9e4fdb478a5de9cb
Author: Bryan Moffit <moffit at jlab.org>
Date: Tue Mar 11 21:12:34 2014 -0400
tdLib.{c,h}
- Add routine to reset MGT
- Do this at tdInit
- Remove errorneous error message
commit f4e1f0dab665f6391ad1e5415e25d120f979ba0a
Author: Bryan Moffit <moffit at jlab.org>
Date: Wed Feb 26 15:30:36 2014 -0500
tdLib.h
- Fix typo in supported firmware version
commit b3d69d19ca607f974490485a586767db0eb848fc
Author: Bryan Moffit <moffit at jlab.org>
Date: Wed Feb 26 15:15:30 2014 -0500
Supported Firmware v9.1
firmware/.currentfw
firmware/td91.svf
firmware/td_current_firmware.svf
tdLib.h
- Update files for firmware version 9.1
commit b04ffbff0958d49e4039cee2786324b265d36bf3
Merge: 72b76f5 3467e32
Author: Bryan Moffit <moffit at jlab.org>
Date: Wed Feb 26 14:14:08 2014 -0500
Merge branch 'feature-v8.1' into release-coda3.1
commit 3467e32648c648e40155f44b9fbbc1bfc94123f2
Author: Bryan Moffit <moffit at jlab.org>
Date: Wed Feb 26 14:10:51 2014 -0500
tdLib.c
- Add in using tdID[0] if id=0 to a few routines.
- Add slot number to printout on tdSlaveStatus
commit d5da557799a3e0451555613a26473f9cbed9d2a4
Author: Bryan Moffit <moffit at jlab.org>
Date: Mon Feb 24 12:48:01 2014 -0500
tdLib.c
- Fix bug in disabling wrong busy bits when removing a slave.
commit d3af05e5f1ac8bc42f03f439dc5ae188131a4f08
Author: Bryan Moffit <moffit at jlab.org>
Date: Fri Feb 21 15:08:57 2014 -0500
Supported firmware version 8.1
firmware/.currentfw
- Point to current firmware 8.1
firmware/td81.svf
- Current firmware
tdLib.{c,h}
- Remove registers that are not used in the TD (or are not listed in
the current TD Manual)
- New register map includes ROC IDs of connected slaves
- New routines to support ROC IDs of connected slaves
tdGetCrateID(..)
tdGetPortTrigSrcEnabled(..)
tdSlaveStatus(..)
-----------------------------------------------------------------------
Summary of changes:
firmware/.currentfw | 2 +-
firmware/{td71.svf => td102.svf} |42908 +++++++++++++++++++-------------------
firmware/{td71.svf => td81.svf} |43582 +++++++++++++++++++-------------------
firmware/{td71.svf => td91.svf} |42574 +++++++++++++++++++-------------------
firmware/tdFirmwareUpdate.c | 138 +-
firmware/td_current_firmware.svf | 1 +
notes.txt | 43 -
tdLib.c | 335 +-
tdLib.h | 92 +-
9 files changed, 64898 insertions(+), 64777 deletions(-)
copy firmware/{td71.svf => td102.svf} (92%)
mode change 100755 => 100644
mode change 100755 => 100644 firmware/td71.svf
copy firmware/{td71.svf => td81.svf} (92%)
mode change 100755 => 100644
copy firmware/{td71.svf => td91.svf} (92%)
mode change 100755 => 100644
create mode 120000 firmware/td_current_firmware.svf
delete mode 100644 notes.txt
hooks/post-receive
--
driver/td
More information about the Daq-drivers
mailing list