Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'maint34' into maint | Nicholas Corgan | 2012-11-16 | 1 | -5/+0 |
|\ | | | | | | | | | | | Conflicts: host/lib/usrp/b100/b100_impl.cpp host/lib/usrp/usrp1/usrp1_impl.hpp | ||||
| * | lib/cmake: CPack source work | Nicholas Corgan | 2012-11-16 | 1 | -6/+1 |
| | | | | | | | | | | * Removed all host code dependencies on firmware headers * Put in CMake settings for CPack source | ||||
* | | lfrx: disable dc offset correction when using LFRX | Josh Blum | 2012-09-28 | 1 | -0/+3 |
| | | |||||
* | | usrp1: added hook to poke user regs | Josh Blum | 2012-09-20 | 1 | -0/+11 |
| | | |||||
* | | utils: UHD Image Downloader - downloads firmware/FPGA images compatible with ↵ | Nicholas Corgan | 2012-06-07 | 1 | -5/+1 |
| | | | | | | | | the current host code and places them in the images directory | ||||
* | | usrp: mboard eeprom map use string as key | Josh Blum | 2012-05-14 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'maint' | Josh Blum | 2012-05-14 | 1 | -0/+2 |
|\| | |||||
| * | usrp1: ensure frontend specs are init'd to something | Josh Blum | 2012-05-11 | 1 | -0/+2 |
| | | | | | | | | | | This helps the case of 4x DDC no DUC for example, that way at least something empty is set to the property. | ||||
* | | mboard id's are now more concise (codenames are separated, for example), and ↵ | Nicholas Corgan | 2012-04-20 | 1 | -2/+2 |
|/ | | | | dboard subdev names are more descriptive (RFX RX is now RFX1200 RX, etc) | ||||
* | usrp1: stop threads in deconstructor | Josh Blum | 2012-03-29 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | Its important to stop the threads before we let the other smart point objects naturally deconstruct to avoid thread-based race conditions. The attempt to deconstruct the tree and soft time ctrl had a bug because the tree had references in subtrees within the dboard manager class. Rather than continue to fix this method and deconstruct the tree to free up soft time ctrl, it seems simpler to just stop the thread in soft time ctrl, and then let it naturally deconstruct later by ref count. | ||||
* | usrp1: fix for cordic init, cant do it that way on tx | Josh Blum | 2012-02-29 | 1 | -3/+0 |
| | |||||
* | usrp: reset cordics on init after tick rate update | Josh Blum | 2012-02-28 | 1 | -0/+9 |
| | |||||
* | b100/usrp1: various tweaks for compiler warns and valgrind | Josh Blum | 2012-02-09 | 1 | -0/+1 |
| | |||||
* | usrp1/b100: reenumeration loop with timeout only when found | Josh Blum | 2012-01-27 | 1 | -1/+3 |
| | |||||
* | usrp1/b100: handle longer reenumerations with loop and timeout | Josh Blum | 2012-01-26 | 1 | -17/+25 |
| | |||||
* | usrp1: initialize tick_rate prop (fixes readback) | Josh Blum | 2012-01-05 | 1 | -1/+2 |
| | |||||
* | usrp1: fix typo when calculating rx_dc_offset register | Josh Blum | 2011-11-08 | 1 | -1/+1 |
| | |||||
* | usrp: work on dboard code to use subtrees to populate frontend props | Josh Blum | 2011-11-07 | 1 | -17/+4 |
| | |||||
* | usrp: reorganize frontend paths in tree for correction stuff | Josh Blum | 2011-11-03 | 1 | -2/+3 |
| | |||||
* | usrp1: implement rx dc offset control hooks | Josh Blum | 2011-11-03 | 1 | -7/+34 |
| | |||||
* | usrp: added get_tx/rx_rates | Josh Blum | 2011-11-03 | 1 | -2/+6 |
| | |||||
* | usrp1: support variable clock rate through API | Josh Blum | 2011-11-03 | 1 | -8/+28 |
| | |||||
* | usrp1: got the 16Msps working (needed non hb-filter image) | Josh Blum | 2011-11-03 | 1 | -6/+0 |
| | |||||
* | usrp1: various tweaks related to streaming | Josh Blum | 2011-11-03 | 1 | -2/+0 |
| | |||||
* | usrp1: type conversions and 8-bit work | Josh Blum | 2011-11-03 | 1 | -2/+2 |
| | |||||
* | usrp1: did work for stream interface on usrp1 | Josh Blum | 2011-11-03 | 1 | -8/+3 |
| | |||||
* | B100/USRP1: pass in VID/PID from args string so you can specify where to ↵ | Nick Foster | 2011-10-10 | 1 | -2/+10 |
| | | | | look for devices if you like | ||||
* | usb: added interface args to usb abstractions | Josh Blum | 2011-09-19 | 1 | -5/+5 |
| | |||||
* | usrp1: reset control objects in this order to avoid race conditions | Josh Blum | 2011-09-02 | 1 | -1/+3 |
| | |||||
* | usrp1: handle special case of no rx or no tx dsps | Josh Blum | 2011-08-08 | 1 | -2/+6 |
| | |||||
* | uhd: replaced boost filesystem path with fs_path in property tree | Josh Blum | 2011-07-22 | 1 | -5/+5 |
| | |||||
* | uspr1: shutdown thread in deconstructor (not automatically) | Josh Blum | 2011-07-19 | 1 | -4/+7 |
| | |||||
* | uhd: added subtree capability to property tree | Josh Blum | 2011-07-08 | 1 | -2/+2 |
| | |||||
* | usrp1: tweaks + implemented other features to mimic async and inline messages | Josh Blum | 2011-07-02 | 1 | -2/+2 |
| | | | | | | | Moved the underflow/overflow polling into a thread and out of the fast-path. Added an inline and async message queue into soft time control. Error and status messages are actually generated now and enqueued. Passes the async message test... | ||||
* | usrp: renamed ref_source to clock_source (terminology) | Josh Blum | 2011-07-02 | 1 | -2/+2 |
| | |||||
* | usrp1: implemented properties interface on usrp1 | Josh Blum | 2011-07-01 | 1 | -83/+271 |
| | |||||
* | usrp1: super packet handler support squashed | Josh Blum | 2011-06-14 | 1 | -3/+3 |
| | |||||
* | usrp1: moved fx2 control into its own directory | Josh Blum | 2011-06-14 | 1 | -5/+4 |
| | |||||
* | uhd: added more SAFE_CALL macros to hardware wrapper dtors | Josh Blum | 2011-06-10 | 1 | -14/+4 |
| | | | | And removed the calls on the sptr resets (not needed now). | ||||
* | usrp1: apply conditional disables/enables to rx and tx | Josh Blum | 2011-05-14 | 1 | -0/+2 |
| | | | | | | | | Scapped the old gnuradio code for information about VRQ_FPGA_SET_XX_ENABLE. It turns out that we should disabled + restore state when changing muxes or rates. The USRP seems to stream properly when receiving single and dual channel. Prior to this commit, tx was accicentally always disabled from a few commits ago. | ||||
* | uhd: various tweaks to log and msg, replaced a few remaining stdio | Josh Blum | 2011-05-04 | 1 | -0/+1 |
| | |||||
* | uhd: removed more iostream stuff from usrp* implementations | Josh Blum | 2011-05-04 | 1 | -3/+3 |
| | |||||
* | uhd: replaced warning post with calls to UHD_MSG(warning) | Josh Blum | 2011-05-04 | 1 | -2/+2 |
| | | | | | The message api can support warnings, error, and status messages. The default handler is to stdio, but the user can change this. | ||||
* | usrp1: ignore claimed interfaces, avoids the problem of discovery when one ↵ | Josh Blum | 2011-03-29 | 1 | -2/+10 |
| | | | | device is claimed | ||||
* | usrp1: safe destruction for usrp1 device | Josh Blum | 2011-03-10 | 1 | -1/+11 |
| | |||||
* | Merge branch 'master' into next | Josh Blum | 2011-03-03 | 1 | -14/+14 |
|\ | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_impl.cpp | ||||
| * | usrp1: check for fw images only for uninitialized devices | Josh Blum | 2011-03-02 | 1 | -14/+14 |
| | | | | | | | | this prevents excessive warnings when usrp1 is not attached | ||||
* | | uhd: renamed the assert header to assert has | Josh Blum | 2011-02-24 | 1 | -1/+1 |
|/ | | | | | | | | only the assert has implementation is in this header uhd assert throw moved to the exception header updated code base includes to match | ||||
* | usrp1: work on usrp1 hardware compat with the api | Josh Blum | 2011-01-17 | 1 | -7/+1 |
| | | | | | | today we added shutoff the DAC when not transmitting using EOB as an indicator added various other features and cleaned up code for soft time control | ||||
* | uhd: update copyright dates on host code | Josh Blum | 2011-01-13 | 1 | -1/+1 |
| |