summaryrefslogtreecommitdiff
path: root/usrp2
AgeCommit message (Collapse)Author
2010-08-04Merge branch 'maint'Johnathan Corgan
* maint: usrp2: fixes for gcc 4.5.0 compatibility formatting change: move break statements Fix unitialized variable pointed to by compiler warning
2010-08-04usrp2: fixes for gcc 4.5.0 compatibilityMoeller
2010-06-21Copy paste for RFX2200 in USRP2Jason Abele
2010-05-28Make C++ shared libraries versionedJohnathan Corgan
2010-05-25Refactor Makefile.am to move common files from 3 libraries into a single ↵Eric Blossom
variable.
2010-05-25usrp2-firmware: fix missing files in tarballJohnathan Corgan
2010-05-23Merge remote branch 'gnuradio/wip/udp_source_sink'Johnathan Corgan
* gnuradio/wip/udp_source_sink: gnuradio-core: update copyrights gnuradio-core: allow swig to handle exceptions in UDP source/sink grc: update UDP source and sink block wrappers Simplify USE_SELECT usage Return immediately when using d_residual. Defend against a peer that sends an invalid message length. Move initialization of select timeout Correct update of d_temp_offset (parallel construction) Identify memory leaks that occur on error conditions Use -1 as file descriptor "not open" value instead of 0 Add additional conditionalization of networking includes Flush pending errors in gr_udp_sink on disconnect() Rework UDP source and sink, with incompatible API changes Updates to udp source/sink (select(), wait, cleanup) Discard data in gr_udp_sink until receiver is started. Use getaddrinfo in gr_udp_{source,sink} Changes to gr_udp_{source,sink} for MinGW Ignore ENOPROTOOPT return from setsockopt(SO_LINGER)
2010-05-17-Updated to allow BURX support to be built into standard txrx.binJohnOrlando
image -Also corrected db_bitshark_rx.c to the current version (previous git push error) that includes the needed delays after I2C commands
2010-05-14Merge remote branch 'bitshark/burx_support' into wip/burx_supportJohnathan Corgan
* bitshark/burx_support: Once and for all, here is the properly updated Makefile.am for the apps Updated db_bitshark_rx.c to the proper version that includes the Conflicts: usrp2/firmware/lib/db_bitshark_rx.c
2010-05-13Once and for all, here is the properly updated Makefile.am for the appsJohnOrlando
directory...
2010-05-13Updated db_bitshark_rx.c to the proper version that includes theJohnOrlando
delays when sending back-to-back I2C commands, as well as the proper command when setting the bw (previous blunder with git resulted in the wrong version on this branch)
2010-05-11Merge branch 'master' into wip/burx_supportJohnathan Corgan
* master: (39 commits) Add gru.hexshort to deal with short hex constants Assign USB PID for Hans de Bok Add missing buffer allocator hint to gr_ofdm_sampler.cc Really fix the missing include for boost::bind gr-wxgui: Added additional color table entries Missed updates for omnithread/mblock removal Remove omnithreads library. Remove mblock library. We hardly knew 'ye. Convert gr-audio-portaudio to Boost via gruel Further updates for removing omnithreads Update build configuration for OSX omnithreads changeover Add missing include file for boost::bind Convert gcell to use boost::threads instead of omnithread. Fix sequence error indication after stopping then restarting streaming on USRP2. initial move from mld_threads to gruel:: namespace threads and such Initial changes to remove mld_thread and instead use gruel:: namespace classes Fixing doxygen warnings from arb_resampler. Also, removed set_taps from public Fixing doxygen warnings from channelizer block. Fixing documentation to get rid of doxygen warnings. Adding documentation for fff version of othe PFB clock sync algorithm. ...
2010-05-11Change default bandwidth to 25 MHz to match maximum USRP2 bandwidthJohnathan Corgan
2010-05-11Update incorrectly checked in Makefile.amJohn Orlando
2010-04-30Merge branch 'master' into udpDon Ward
2010-04-28Really fix the missing include for boost::bindJohnathan Corgan
2010-04-26Remove omnithreads library.Johnathan Corgan
2010-04-23Add missing include file for boost::bindJohnathan Corgan
2010-04-21Fix sequence error indication after stopping then restarting streaming on USRP2.Martin DvH
2010-04-20Discard data in gr_udp_sink until receiver is started.Don Ward
Also fixes warnings from gcc 4.3 and adds <boost/bind.hpp> for usrp2.
2010-04-17Applied patch from Srinivas Vutukuri to have tx_samples accept -gSrinivas Naga Vutukuri
Date: Tue, 19 Jan 2010 18:15:08 +0530 From: srinivas naga vutukuri <srinivas.vutukuri@gmail.com> To: discuss-gnuradio@gnu.org Subject: [Discuss-gnuradio] tx_samples.cc is not accepting the gain parameter input. Hi, I observed that tx_samples.cc is not accepting the gain input parameter (ie., -g option). I just changed like this in my code. Its working, so posting the changes. If it is acceptable please take it. best regards, srinivas.
2010-04-16Fix WBX tuning to allow DDC use in reaching 50MHzJason Abele
2010-04-11Removed omnithreads dependency from libusrp2Johnathan Corgan
2010-03-30Including bitshark_rx.h header file for USRP2 buildJohnOrlando
2010-03-30Fixed issue with with wrong Makefile.am files being copiedJohnOrlando
2010-03-30Add support for the Bitshark USRP RX (BURX) daughterboard for the USRP2.JohnOrlando
2010-03-02Merge branch 'usrp2_set_ant' of git://gnuradio.org/jblumJohnathan Corgan
2010-03-02Add README for new FPGA hosting locationJohnathan Corgan
2010-03-01set antenna defaults to 0Josh Blum
2010-02-28Remove usrp1 and usrp2 FPGA files. These are now hosted at:Johnathan Corgan
git://ettus.sourcerepo.com/ettus/fpga.git ...under the 'usrp1' and 'usrp2' top-level directories.
2010-02-25setting xcvr antennas through apiJosh Blum
2010-02-25Added call to set antenna. Split XCVR into new thing cuz size.Josh Blum
2010-02-21Merge branches 'wbx_usrp2' and 'wbx_usrp1' of git://gnuradio.org/jabeleJohnathan Corgan
2010-02-14remove reference to nonexistant includeMatt Ettus
2010-02-14test the ability to read default eeprom values, for D. SymeonidisMatt Ettus
2010-02-10First pass WBX USRP2 driverJason Abele
2010-01-17usrp2: fix for 'start_rx_streaming_at' hangJohnathan Corgan
The start_rx_streaming_at call was not clearing the d_dont_enqueue flag, resulting in the receiver loop discarding data packets.
2010-01-10fixed issue 387: removed uses of win.set for wx sinksJosh Blum
2009-12-08Disable support for tvrx rev 2 on usrp2. There are only a few of these in ↵Eric Blossom
existence.
2009-12-08Fix usrp2 tvrx so that it tunes monotonically.Eric Blossom
Use same (nasty) tactic used on usrp1. Get "free" inversion by lying about real value of 2nd IF.
2009-12-08change capitalizationEric Blossom
2009-12-03Use updated transmit commandJohnathan Corgan
Now compiles cleanly again.
2009-12-03Rebase on master, cleanup for mergeJohnathan Corgan
Trailing whitespace removal Copyright updates
2009-12-03Updated 'u2_rx_stream_at' to work with new_eth MAC (Douglas Geiger)Johnathan Corgan
2009-12-03Applied 'start streaming at' patch from Douglas GeigerJohnathan Corgan
2009-11-26Control bits for filter bandwidths had the wrong shifts. Found and fixed by ↵Matt Ettus
Stephen Lai of UCalgary
2009-11-08Fixes usrp2 firmware configure with mb-gcc on ubuntu 9.10/autoconf 2.64.Josh Blum
Disables the regression test for fopen since stdio is non-functional.
2009-11-04add new readback entries to memory map. Has irqs, priority encoded buffer ↵Matt Ettus
status, and performance counter
2009-11-04This branch is for porting from the quad radio, and minor text cleanupsMatt Ettus
The counter is for performance monitoring in firmware, priority encoder and new interrupt controller are from quad radio and speed up interrupts. This is tested and it works for me.
2009-10-11earliest beta files renamed to avoid confusionMatt Ettus