]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
added broadcast address for HUB designs and corrected boardcast address for the TRB3s...
authorCahit Ugur <c.ugur@gsi.de>
Mon, 30 Nov 2015 09:10:48 +0000 (10:10 +0100)
committerCahit Ugur <c.ugur@gsi.de>
Mon, 30 Nov 2015 09:10:48 +0000 (10:10 +0100)
zsh/completion/_trbcmd
zsh/completion/_trbflash

index fc9dc223f6d811d24f048732fd7d92432f900f86..469277db87314e05dcd4ed1f18f7365ad9803fe4 100644 (file)
@@ -42,6 +42,7 @@ _broadcast_address=(
     '0xfe4f[broadcast Panda Straw Tube]'
     '0xfe50[broadcast CBM-Rich & CBM-TOF]'
     '0xfe62[broadcast TRB3sc]'
+    '0xfffe[broadcast HUB]'
 )
 _endpoint_address=(
        ${(f)"$(trbcmd i 0xffff | awk '{print $1}')"}
index 4817a3b7fbcf484be0570c555266f2b1f5d46dca..652d027618ae726ae1ac61e1598e858ae394829f 100644 (file)
@@ -25,7 +25,8 @@ _broadcast_address=(
     '0xfe4e[broadcast Hades Start Detector]'
     '0xfe4f[broadcast Panda Straw Tube]'
     '0xfe50[broadcast CBM-Rich & CBM-TOF]'
-    '0xfe60[broadcast TRB3sc]'
+    '0xfe62[broadcast TRB3sc]'
+    '0xfffe[broadcast HUB]'
 )
 _endpoint_address=(
        ${(f)"$(trbcmd i 0xffff | awk '{print $1}')"}