diff options
author | jcorgan | 2008-01-05 04:35:41 +0000 |
---|---|---|
committer | jcorgan | 2008-01-05 04:35:41 +0000 |
commit | 93a3a8624a3b82f55042ced8232f4d9805e87448 (patch) | |
tree | cdc16a394f9783e604913373f39caf7ca0463f0d /usrp | |
parent | ce16514534e5d7ebbc4fe46e2b09a25ccc5fdafd (diff) | |
download | gnuradio-93a3a8624a3b82f55042ced8232f4d9805e87448.tar.gz gnuradio-93a3a8624a3b82f55042ced8232f4d9805e87448.tar.bz2 gnuradio-93a3a8624a3b82f55042ced8232f4d9805e87448.zip |
Merged r7323:7349 from jcorgan/xcvr2450 into trunk. Ads XCVR 2450 daughterboard code. Not fully tested.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7352 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp')
-rwxr-xr-x | usrp/host/apps/burn-db-eeprom | 1 | ||||
-rw-r--r-- | usrp/host/lib/legacy/usrp_dbid.dat | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/usrp/host/apps/burn-db-eeprom b/usrp/host/apps/burn-db-eeprom index fa9d7230a..54e40cefa 100755 --- a/usrp/host/apps/burn-db-eeprom +++ b/usrp/host/apps/burn-db-eeprom @@ -64,6 +64,7 @@ daughterboards = { 'lftx' : ((LF_TX, 0x0000), None), 'lfrx' : (None, (LF_RX, 0x0000)), 'wbx_lo' : ((WBX_LO_TX, 0x0000), (WBX_LO_RX, 0x0000)), + 'xcvr2450' : ((XCVR2450_TX, 0x0000), (XCVR2450_RX, 0x0000)), 'experimental_tx' : ((EXPERIMENTAL_TX, 0x0000), None), 'experimental_rx' : (None, (EXPERIMENTAL_RX, 0x0000)), } diff --git a/usrp/host/lib/legacy/usrp_dbid.dat b/usrp/host/lib/legacy/usrp_dbid.dat index cd2933d93..956c9786a 100644 --- a/usrp/host/lib/legacy/usrp_dbid.dat +++ b/usrp/host/lib/legacy/usrp_dbid.dat @@ -73,5 +73,8 @@ "WBX LO TX" 0x0050 "WBX LO RX" 0x0051 +"XCVR2450 Tx" 0x0060 +"XCVR2450 Rx" 0x0061 + "Experimental Tx" 0xfffe "Experimental Rx" 0xffff |