diff options
author | Josh Blum <josh@joshknows.com> | 2011-07-18 11:09:10 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-07-18 11:09:10 -0700 |
commit | 0e788f77514cf33b0ff178bc7e72287d9e086ba2 (patch) | |
tree | d4d24d608720bf93cec847cd3e9101ddbfcff08d /host/lib/usrp/usrp2/fw_common.h | |
parent | 6d47818032de6f05aa74d17e50363df292c50aac (diff) | |
download | uhd-0e788f77514cf33b0ff178bc7e72287d9e086ba2.tar.gz uhd-0e788f77514cf33b0ff178bc7e72287d9e086ba2.tar.bz2 uhd-0e788f77514cf33b0ff178bc7e72287d9e086ba2.zip |
usrp2: added fw minor and moved ICMP dest error handling to txrx app
Diffstat (limited to 'host/lib/usrp/usrp2/fw_common.h')
-rw-r--r-- | host/lib/usrp/usrp2/fw_common.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp2/fw_common.h b/host/lib/usrp/usrp2/fw_common.h index d47725e1f..83f4a1048 100644 --- a/host/lib/usrp/usrp2/fw_common.h +++ b/host/lib/usrp/usrp2/fw_common.h @@ -32,6 +32,7 @@ extern "C" { //fpga and firmware compatibility numbers #define USRP2_FPGA_COMPAT_NUM 7 #define USRP2_FW_COMPAT_NUM 10 +#define USRP2_FW_VER_MINOR 1 //used to differentiate control packets over data port #define USRP2_INVALID_VRT_HEADER 0 @@ -44,6 +45,11 @@ extern "C" { #define USRP2_UDP_TX_DSP0_PORT 49157 #define USRP2_UDP_RX_DSP1_PORT 49158 +// Map for virtual firmware regs (not very big so we can keep it here for now) +#define U2_FW_REG_LOCK_TIME 0 +#define U2_FW_REG_LOCK_GPID 1 +#define U2_FW_REG_VER_MINOR 7 + //////////////////////////////////////////////////////////////////////// // I2C addresses //////////////////////////////////////////////////////////////////////// |