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/host/apps/burn-db-eeprom | |
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/host/apps/burn-db-eeprom')
-rwxr-xr-x | usrp/host/apps/burn-db-eeprom | 1 |
1 files changed, 1 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)), } |