summaryrefslogtreecommitdiff
path: root/usrp2
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'maint'Johnathan Corgan2010-08-041-3/+3
|\ | | | | | | | | | | | | * maint: usrp2: fixes for gcc 4.5.0 compatibility formatting change: move break statements Fix unitialized variable pointed to by compiler warning
| * usrp2: fixes for gcc 4.5.0 compatibilityMoeller2010-08-041-3/+3
| |
* | Copy paste for RFX2200 in USRP2Jason Abele2010-06-211-0/+74
|/
* Make C++ shared libraries versionedJohnathan Corgan2010-05-282-1/+3
|
* Refactor Makefile.am to move common files from 3 libraries into a single ↵Eric Blossom2010-05-251-79/+21
| | | | variable.
* usrp2-firmware: fix missing files in tarballJohnathan Corgan2010-05-251-1/+1
|
* Merge remote branch 'gnuradio/wip/udp_source_sink'Johnathan Corgan2010-05-231-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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)
| * Merge branch 'master' into udpDon Ward2010-04-305-7/+19
| |\
| * | Discard data in gr_udp_sink until receiver is started.Don Ward2010-04-201-0/+1
| | | | | | | | | | | | Also fixes warnings from gcc 4.3 and adds <boost/bind.hpp> for usrp2.
* | | -Updated to allow BURX support to be built into standard txrx.binJohnOrlando2010-05-176-461/+67
| | | | | | | | | | | | | | | | | | image -Also corrected db_bitshark_rx.c to the current version (previous git push error) that includes the needed delays after I2C commands
* | | Merge remote branch 'bitshark/burx_support' into wip/burx_supportJohnathan Corgan2010-05-141-11/+24
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * | | Once and for all, here is the properly updated Makefile.am for the appsJohnOrlando2010-05-131-0/+4
| | | | | | | | | | | | | | | | directory...
| * | | Updated db_bitshark_rx.c to the proper version that includes theJohnOrlando2010-05-131-12/+24
| | | | | | | | | | | | | | | | | | | | | | | | 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)
* | | | Merge branch 'master' into wip/burx_supportJohnathan Corgan2010-05-1114-181/+88
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. ...
| * | | Really fix the missing include for boost::bindJohnathan Corgan2010-04-282-1/+1
| | | |
| * | | Remove omnithreads library.Johnathan Corgan2010-04-261-1/+1
| | | |
| * | | Add missing include file for boost::bindJohnathan Corgan2010-04-231-0/+1
| | | |
| * | | Fix sequence error indication after stopping then restarting streaming on USRP2.Martin DvH2010-04-211-0/+1
| | | |
| * | | Applied patch from Srinivas Vutukuri to have tx_samples accept -gSrinivas Naga Vutukuri2010-04-171-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | Fix WBX tuning to allow DDC use in reaching 50MHzJason Abele2010-04-162-6/+12
| | |/ | |/|
| * | Removed omnithreads dependency from libusrp2Johnathan Corgan2010-04-1110-174/+69
| | |
* | | Change default bandwidth to 25 MHz to match maximum USRP2 bandwidthJohnathan Corgan2010-05-111-1/+1
| | |
* | | Update incorrectly checked in Makefile.amJohn Orlando2010-05-111-0/+4
| |/ |/|
* | Including bitshark_rx.h header file for USRP2 buildJohnOrlando2010-03-301-0/+46
| |
* | Fixed issue with with wrong Makefile.am files being copiedJohnOrlando2010-03-302-193/+49
| |
* | Add support for the Bitshark USRP RX (BURX) daughterboard for the USRP2.JohnOrlando2010-03-303-12/+880
|/
* Merge branch 'usrp2_set_ant' of git://gnuradio.org/jblumJohnathan Corgan2010-03-0220-9/+589
|\
| * set antenna defaults to 0Josh Blum2010-03-018-0/+23
| |
| * setting xcvr antennas through apiJosh Blum2010-02-253-6/+31
| |
| * Added call to set antenna. Split XCVR into new thing cuz size.Josh Blum2010-02-2514-9/+541
| |
* | Add README for new FPGA hosting locationJohnathan Corgan2010-03-021-0/+3
| |
* | Remove usrp1 and usrp2 FPGA files. These are now hosted at:Johnathan Corgan2010-02-28642-1556862/+0
|/ | | | | | git://ettus.sourcerepo.com/ettus/fpga.git ...under the 'usrp1' and 'usrp2' top-level directories.
*-. Merge branches 'wbx_usrp2' and 'wbx_usrp1' of git://gnuradio.org/jabeleJohnathan Corgan2010-02-2111-2/+1117
|\ \
| * | First pass WBX USRP2 driverJason Abele2010-02-1011-2/+1127
| |/
* | remove reference to nonexistant includeMatt Ettus2010-02-141-1/+0
| |
* | test the ability to read default eeprom values, for D. SymeonidisMatt Ettus2010-02-142-1/+11
|/
* usrp2: fix for 'start_rx_streaming_at' hangJohnathan Corgan2010-01-171-0/+6
| | | | | | The start_rx_streaming_at call was not clearing the d_dont_enqueue flag, resulting in the receiver loop discarding data packets.
* fixed issue 387: removed uses of win.set for wx sinksJosh Blum2010-01-101-2/+2
|
* Disable support for tvrx rev 2 on usrp2. There are only a few of these in ↵Eric Blossom2009-12-082-0/+4
| | | | existence.
* Fix usrp2 tvrx so that it tunes monotonically.Eric Blossom2009-12-081-4/+4
| | | | | Use same (nasty) tactic used on usrp1. Get "free" inversion by lying about real value of 2nd IF.
* change capitalizationEric Blossom2009-12-081-11/+11
|
* Use updated transmit commandJohnathan Corgan2009-12-031-2/+2
| | | | Now compiles cleanly again.
* Rebase on master, cleanup for mergeJohnathan Corgan2009-12-0311-215/+215
| | | | | Trailing whitespace removal Copyright updates
* Updated 'u2_rx_stream_at' to work with new_eth MAC (Douglas Geiger)Johnathan Corgan2009-12-031-0/+1
|
* Applied 'start streaming at' patch from Douglas GeigerJohnathan Corgan2009-12-0311-1/+220
|
* Control bits for filter bandwidths had the wrong shifts. Found and fixed by ↵Matt Ettus2009-11-261-2/+2
| | | | Stephen Lai of UCalgary
* Fixes usrp2 firmware configure with mb-gcc on ubuntu 9.10/autoconf 2.64.Josh Blum2009-11-081-0/+6
| | | | Disables the regression test for fopen since stdio is non-functional.
* add new readback entries to memory map. Has irqs, priority encoded buffer ↵Matt Ettus2009-11-041-0/+4
| | | | status, and performance counter
* This branch is for porting from the quad radio, and minor text cleanupsMatt Ettus2009-11-044-15/+259
| | | | | | 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.
* earliest beta files renamed to avoid confusionMatt Ettus2009-10-116-0/+0
|