summaryrefslogtreecommitdiff
path: root/usrp/host
AgeCommit message (Collapse)Author
2010-12-03Regenerated Makefile.swig.gen'sEric Blossom
2010-11-24Update .gitignore'sEric Blossom
2010-11-24Major Makefile.am housecleaning. Passes distcheck.Eric Blossom
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.
2010-11-19regeneratedRob Savoye
2010-11-17Merge remote branch 'gnuradio.org/next' into testEric Blossom
* gnuradio.org/next: distcheck fix for gr-uhd Keep doxygen 1.7.1 from crashing. uhd: swig changes for templated ranges
2010-11-17Keep doxygen 1.7.1 from crashing.Eric Blossom
2010-11-16Fix guile related problem with gr-usrpEric Blossom
2010-11-16regeneratedEric Blossom
2010-11-10regeneratedEric Blossom
2010-11-10regeneratedRob Savoye
2010-11-10additional regenerated filesEric Blossom
2010-11-10regenerateEric Blossom
2010-11-10Rengenerate Makefile.swig.gen'sEric Blossom
2010-11-10gitignore swig generated filesEric Blossom
2010-11-10Update generated filesEric Blossom
2010-11-10regenerated after changes to the templateRob Savoye
2010-10-09rearrange includes to always be: internal GR, external, with GR.Michael Dickens
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-04formatting change: move break statementsEric Blossom
2010-08-04Fix unitialized variable pointed to by compiler warningEric Blossom
2010-06-21Add RFX2200 to burn-db-eepromJason Abele
2010-06-21Copy paste for RFX2200 in USRP1Jason Abele
2010-06-04Fixed WBX RX PLL enableJason Abele
2010-06-04Refactor WBX and adf4350 to avoid passing usrp pointerJason Abele
2010-06-04Clean up annoying class structure in wbxJason Abele
2010-06-04Fixing wbx to use _refclk_freq()Jason Abele
2010-06-04Typo in error messageJason Abele
2010-05-28Make C++ shared libraries versionedJohnathan Corgan
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-11usrp: Cleanup for merge of bitshark daughterboard codeJohnathan Corgan
Removed unused variable Set default bandwidth to 8M in constructor
2010-04-19initial move from mld_threads to gruel:: namespace threads and suchMichael Dickens
2010-04-16Fix WBX tuning to allow DDC use in reaching 50MHzJason Abele
2010-03-30Add support for the Bitshark USRP RX (BURX) daughterboard for the USRP1.JohnOrlando
2010-02-19Clarified copyright and licensingJason Abele
2010-01-18Remove unnecessary implementation of flexrf::refclk_freq.Eric Blossom
Apply patch from Alexander Chemeris <alexander.chemeris@gmail.com>
2010-01-18Remove assert(dac_rate() == 128000000).Eric Blossom
Applied patch from Alexander Chemeris <alexander.chemeris@gmail.com> that allows non 64MHz clocking on USRP1.
2010-01-05Remove wbxng tx gain dependence on pga gainJason Abele
2010-01-04Added antenna select support for new board revJason Abele
2010-01-04Fixing bad tuning range codeJason Abele
2010-01-04WBXNG: Can not enable/disable ADF4350 from set_enable()Jason Abele
Incorrect powerdown in RX deconstructor Expanded range of frequencies to attempt locking
2010-01-04WBXNG: power on/off TXMOD and Synth/VCO with set_enableJason Abele
No similar function on RX, so RX is always on?
2010-01-04WBXNG: set ADF4350 to low spur modeJason Abele
2009-12-01usrp: Corrected error messageThomas Tsou
2009-11-26same bug as on the U2, found by Stephen LaiMatt Ettus
2009-11-02usrp: Cleanup of usrp_basicThomas Tsou
Version specific libusb calls are pushed out of usrp_basic into usrp_prims where they belong. This leads to a single usrp_basic file. A new function in usrp_prims, usrp_deinit(), handles shutdown specific to version 1.0.
2009-11-02usrp: Check return value in fusb_libusb1 _reap()Thomas Tsou
The old fusb_libusb1 _reap() call always returned true except on error. With this commit it checks that a transfer is actually reaped and returns false otherwise.
2009-10-29Fixing prescaler and disable aux synth output on wbxngJason Abele
2009-10-19Merge branch 'osx_10.6_64_fixes' of http://gnuradio.org/git/michaelldJohnathan Corgan
This merge adds support for OSX 10.6 in gr-audio-osx and usrp. Conflicts: usrp/host/lib/usrp_prims_libusb0.cc
2009-10-19moved all 'fprintf (stderr, ...)' calls to std::cerr, for 'universal' OSX ↵Michael
printing of long and pointer types
2009-10-15usrp: Fixed firmware load regressionThomas Tsou
This fixes a bug from "Applied libusb-1.0 patch set from Thomas Tsou <ttsou@vt.edu>" b5aa407ec2b1bdebc1c950a9428789fe50327776 The bus rescan after firmware load was stomped with the addition of libusb-1.0 support causing the subsequent device open to fail. libusb-1.0 doesn't (appear to) require the bus to be explicity rescanned. The rescan is added back for libusb-0.1. For libusb-1.0 the rescan nops.