From c34543fbb48133ea5e8cd177a5c6a28e0114c22b Mon Sep 17 00:00:00 2001 From: Cahit Ugur Date: Mon, 30 Nov 2015 10:10:48 +0100 Subject: [PATCH] added broadcast address for HUB designs and corrected boardcast address for the TRB3sc designs --- zsh/completion/_trbcmd | 1 + zsh/completion/_trbflash | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/zsh/completion/_trbcmd b/zsh/completion/_trbcmd index fc9dc22..469277d 100644 --- a/zsh/completion/_trbcmd +++ b/zsh/completion/_trbcmd @@ -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}')"} diff --git a/zsh/completion/_trbflash b/zsh/completion/_trbflash index 4817a3b..652d027 100644 --- a/zsh/completion/_trbflash +++ b/zsh/completion/_trbflash @@ -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}')"} -- 2.43.0