diff options
| author | Josh Blum <josh@joshknows.com> | 2011-02-24 11:00:49 -0800 | 
|---|---|---|
| committer | Josh Blum <josh@joshknows.com> | 2011-02-24 11:00:49 -0800 | 
| commit | d588314b6f6205e0ea7051d8fc7836bdf9a6b16b (patch) | |
| tree | 93ca181b6fb98cae67a639637b6911b7ebebbd73 /host/lib/usrp/usrp2/fw_common.h | |
| parent | 76ebda895cae3bd0014a5e428b07440445f3b631 (diff) | |
| parent | 57b779c5103d25a94c90fd6ac465c6f7f8add9b1 (diff) | |
| download | uhd-d588314b6f6205e0ea7051d8fc7836bdf9a6b16b.tar.gz uhd-d588314b6f6205e0ea7051d8fc7836bdf9a6b16b.tar.bz2 uhd-d588314b6f6205e0ea7051d8fc7836bdf9a6b16b.zip  | |
Merge branch 'usrp2_dual_dsp' into next
Conflicts:
	host/include/uhd/usrp/mboard_props.hpp
Diffstat (limited to 'host/lib/usrp/usrp2/fw_common.h')
| -rw-r--r-- | host/lib/usrp/usrp2/fw_common.h | 7 | 
1 files changed, 4 insertions, 3 deletions
diff --git a/host/lib/usrp/usrp2/fw_common.h b/host/lib/usrp/usrp2/fw_common.h index a22f805e1..6eb047454 100644 --- a/host/lib/usrp/usrp2/fw_common.h +++ b/host/lib/usrp/usrp2/fw_common.h @@ -30,8 +30,8 @@ extern "C" {  #endif  //fpga and firmware compatibility numbers -#define USRP2_FPGA_COMPAT_NUM 4 -#define USRP2_FW_COMPAT_NUM 8 +#define USRP2_FPGA_COMPAT_NUM 5 +#define USRP2_FW_COMPAT_NUM 9  //used to differentiate control packets over data port  #define USRP2_INVALID_VRT_HEADER 0 @@ -40,8 +40,9 @@ extern "C" {  // Dynamic and/or private ports: 49152-65535  #define USRP2_UDP_CTRL_PORT 49152  //#define USRP2_UDP_UPDATE_PORT 49154 -#define USRP2_UDP_DATA_PORT 49156 +#define USRP2_UDP_DSP0_PORT 49156  #define USRP2_UDP_ERR0_PORT 49157 +#define USRP2_UDP_DSP1_PORT 49158  ////////////////////////////////////////////////////////////////////////  // I2C addresses  | 
