diff options
author | Nick Foster <nick@ettus.com> | 2011-09-08 16:42:21 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-09-28 10:32:05 -0700 |
commit | 18a3f03c06c65d79e5c4b7ac1076077c4b9fd8ff (patch) | |
tree | a8ff89d12c47a658d1f66055d70395beb84bc819 /host/lib | |
parent | c2122833e25ffe6e8e6918874afe7a3c9a92bc87 (diff) | |
download | uhd-18a3f03c06c65d79e5c4b7ac1076077c4b9fd8ff.tar.gz uhd-18a3f03c06c65d79e5c4b7ac1076077c4b9fd8ff.tar.bz2 uhd-18a3f03c06c65d79e5c4b7ac1076077c4b9fd8ff.zip |
ZPU/USRP2: first stab at UDP UART firmware
Diffstat (limited to 'host/lib')
-rw-r--r-- | host/lib/usrp/usrp2/fw_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp2/fw_common.h b/host/lib/usrp/usrp2/fw_common.h index 35d128054..2da4e1e48 100644 --- a/host/lib/usrp/usrp2/fw_common.h +++ b/host/lib/usrp/usrp2/fw_common.h @@ -44,6 +44,7 @@ extern "C" { #define USRP2_UDP_RX_DSP0_PORT 49156 #define USRP2_UDP_TX_DSP0_PORT 49157 #define USRP2_UDP_RX_DSP1_PORT 49158 +#define USRP2_UDP_UART_BASE_PORT 49170 // Map for virtual firmware regs (not very big so we can keep it here for now) #define U2_FW_REG_LOCK_TIME 0 |