diff options
author | JohnOrlando | 2010-05-17 16:15:49 -0500 |
---|---|---|
committer | JohnOrlando | 2010-05-17 16:15:49 -0500 |
commit | 22a3ed8955a9d40796d58e83993b5f56f117a27a (patch) | |
tree | 75d0fc204ba9692b8a6396d6fd9c94765df5d2ec /usrp2/firmware/apps | |
parent | 7dba4b4a3cf9b2f0fab397494d84c948a3bf85d1 (diff) | |
download | gnuradio-22a3ed8955a9d40796d58e83993b5f56f117a27a.tar.gz gnuradio-22a3ed8955a9d40796d58e83993b5f56f117a27a.tar.bz2 gnuradio-22a3ed8955a9d40796d58e83993b5f56f117a27a.zip |
-Updated to allow BURX support to be built into standard txrx.bin
image
-Also corrected db_bitshark_rx.c to the current version (previous
git push error) that includes the needed delays after I2C commands
Diffstat (limited to 'usrp2/firmware/apps')
-rw-r--r-- | usrp2/firmware/apps/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usrp2/firmware/apps/Makefile.am b/usrp2/firmware/apps/Makefile.am index 2cbadd1ff..1dc8b0a73 100644 --- a/usrp2/firmware/apps/Makefile.am +++ b/usrp2/firmware/apps/Makefile.am @@ -47,7 +47,6 @@ noinst_PROGRAMS = \ txrx \ txrx_wbx \ txrx_xcvr \ - txrx_bitshark_rx \ factory_test \ burnrev30 \ burnrev31 \ @@ -65,7 +64,6 @@ noinst_PROGRAMS = \ # tx_drop2_SOURCES = tx_drop2.c app_common.c txrx_SOURCES = txrx.c app_common_v2.c txrx_wbx_SOURCES = txrx.c app_common_v2.c -txrx_bitshark_rx_SOURCES = txrx.c app_common_v2.c txrx_xcvr_SOURCES = txrx.c app_common_v2.c factory_test_SOURCES = factory_test.c app_common_v2.c eth_serdes_SOURCES = eth_serdes.c app_passthru_v2.c @@ -77,7 +75,6 @@ txrx_wbx_LDADD = ../lib/libu2fw_wbx.a txrx_xcvr_LDADD = ../lib/libu2fw_xcvr.a -txrx_bitshark_rx_LDADD = ../lib/libu2fw_burx.a noinst_HEADERS = \ app_common_v2.h \ |