summaryrefslogtreecommitdiff
path: root/usrp2
Commit message (Collapse)AuthorAgeFilesLines
* Fix tuning issue above 2.2 GHz, and use DDCs for fine tuning now.JohnOrlando2011-04-141-4/+34
|
* Merge remote branch 'gnuradio/next'Johnathan Corgan2011-03-164-5/+7
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnuradio/next: (806 commits) gruel: added missing ignores gruel: fixed swig interface file to dereference pmt_t. qtgui: fix distcheck error gruel: fixing structure. Passes make check. gruel: SWIGing Gruel into Python to access PMTs. gnuradio-examples: add C++ audio examples using new gr-audio created gruel/attributes.h to house compiler specific attribute macros audio: remove obsoleted individual top-level components gr-audio: added README and default config fix volk: simplify the get new method for the aligned pool grc: moved all usrp1 and usrp2 stuff out of grc and into gr-usrp*/grc grc: swap store the subprocess object rather than the pid when executing qtgui: removed python directory that was added, never used uhd: use %ignore to hide warnings and fix errors Added/updated ignore files. Fixing gr_filter_design program to import from gnuradio Python package. audio: high prio for platform specific audio osx audio: added windows and osx audio source files audio: added config checks for other audios, added jack and port audio: make prefs look like old audio, removed old audio.py ...
| * gruel thread simplification:Josh Blum2011-02-271-2/+4
| | | | | | | | | | | | | | | | | | | | Removed get_new_timeout from thread.h (usrp2_vrt carryover) Basically it was created because of a misunderstanding of the time types; and its only ever called once. This also removes thread.cc Call posix_time::milliseconds in usrp2 control.cc. Notice that it passes a time_duration rather than a ptime (aka system time). Added #include <deque> to gr_buffer.h. It turns out that boost posix_time.hpp implicitly included the deque header which was missing from gr_buffer.h Replaced the include for thread.hpp with only the includes for the boost thread types mentioned in gruel/thread.h. Also, making use of the scoped_lock typedef that comes with boost thread locks. boost 3.5 safe.
| * Major Makefile.am housecleaning. Passes distcheck.Eric Blossom2010-11-243-3/+3
| | | | | | | | | | | | | | | | | | Move all occurrences of swig_built_sources out of Makefile.am's. Move all SWIG related use of BUILT_SOURCES out of Makefile.am's. Clean up 'if PYTHON' conditionalization in gr-* Still left to do: fix Makefile.swig CLEANFILES and no_dist_files such that they remove exactly the generated files.
* | Adding test to use free or munmap to USRP2 ethernet buffer.Tom Rondeau2011-03-131-1/+5
|/
* rearrange includes to always be: internal GR, external, with GR.Michael Dickens2010-10-092-6/+6
|
* 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
|