Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fifo ctrl: implement timed command feature detection | Josh Blum | 2012-03-23 | 1 | -0/+3 |
| | |||||
* | usrp2: implementation of timed commands working | Josh Blum | 2012-03-23 | 1 | -4/+16 |
| | |||||
* | usrp: fix typo for user setting reg | Josh Blum | 2012-03-21 | 1 | -1/+1 |
| | |||||
* | usrp: fix wildcard set for time/clock source | Josh Blum | 2012-03-12 | 1 | -2/+2 |
| | |||||
* | gen2: added user setting regs api and user core | Josh Blum | 2012-01-31 | 1 | -0/+11 |
| | |||||
* | usrp: added mboard param to set time next pps | Josh Blum | 2011-12-12 | 1 | -3/+7 |
| | |||||
* | uhd: basically usable cal sweep for wbx | Josh Blum | 2011-11-10 | 1 | -3/+8 |
| | |||||
* | usrp: multi usrp API tweak | Josh Blum | 2011-11-03 | 1 | -1/+5 |
| | |||||
* | usrp: added called to query bw range as well | Josh Blum | 2011-11-03 | 1 | -0/+8 |
| | |||||
* | usrp: reorganize frontend paths in tree for correction stuff | Josh Blum | 2011-11-03 | 1 | -5/+17 |
| | |||||
* | usrp: placeholder for potential set_next_command_time call | Josh Blum | 2011-11-03 | 1 | -0/+4 |
| | |||||
* | usrp: docs tweaks and renames to multi-usrp | Josh Blum | 2011-11-03 | 1 | -5/+0 |
| | |||||
* | usrp: prefer name iq_balance for api call | Josh Blum | 2011-11-03 | 1 | -6/+6 |
| | |||||
* | usrp: add api call to adjust phase/mag imbalance | Josh Blum | 2011-11-03 | 1 | -0/+20 |
| | |||||
* | usrp: add api control for tx/rx dc offset control | Josh Blum | 2011-11-03 | 1 | -0/+30 |
| | |||||
* | usrp: added get_tx/rx_rates | Josh Blum | 2011-11-03 | 1 | -0/+8 |
| | |||||
* | usrp: deprecated clock config, added time/clock source calls | Josh Blum | 2011-11-03 | 1 | -21/+51 |
| | |||||
* | usrp: also use the new API to get the property tree in multi-usrp | Josh Blum | 2011-09-14 | 1 | -1/+1 |
| | |||||
* | usrp: fix string mapping for PPS_NEG clock config | Josh Blum | 2011-09-14 | 1 | -1/+1 |
| | |||||
* | usrp: preserve sub-ranges when calculating overall tune range | Josh Blum | 2011-08-29 | 1 | -5/+9 |
| | |||||
* | usrp: use the frontend BW to clip the overall tune range | Josh Blum | 2011-08-18 | 1 | -6/+22 |
| | |||||
* | uhd: replaced boost filesystem path with fs_path in property tree | Josh Blum | 2011-07-22 | 1 | -5/+5 |
| | |||||
* | uhd: added subtree capability to property tree | Josh Blum | 2011-07-08 | 1 | -35/+33 |
| | |||||
* | usrp: renamed ref_source to clock_source (terminology) | Josh Blum | 2011-07-02 | 1 | -7/+7 |
| | |||||
* | usrp: renamed sma source option to external | Josh Blum | 2011-07-01 | 1 | -3/+3 |
| | |||||
* | usrp: deleted a bunch on obsoleted files in usrp directory | Josh Blum | 2011-06-29 | 1 | -1/+0 |
| | |||||
* | uhd: make sure things are initialized | Josh Blum | 2011-06-29 | 1 | -1/+1 |
| | |||||
* | usrp: filled in the to pp string method | Josh Blum | 2011-06-29 | 1 | -1/+48 |
| | |||||
* | uhd: loopback working on usrp2 | Josh Blum | 2011-06-29 | 1 | -21/+109 |
| | |||||
* | uhd: work getting multi-usrp working | Josh Blum | 2011-06-28 | 1 | -152/+157 |
| | |||||
* | 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 | -7/+7 |
| | | | | | The message api can support warnings, error, and status messages. The default handler is to stdio, but the user can change this. | ||||
* | usrp: moved wrapper utils into multi-usrp | Josh Blum | 2011-03-10 | 1 | -2/+43 |
| | |||||
* | Generalized mboard_iface and added a SPI convenience class a la I2C | Nick Foster | 2011-03-03 | 1 | -0/+5 |
| | |||||
* | uhd: replaced instanced of std::exception with the uhd exceptions | Josh Blum | 2011-02-24 | 1 | -2/+1 |
| | |||||
* | 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 | ||||
* | uhd: got all compiling w/ changes, changes to channel calculation in multi usrp | Josh Blum | 2011-02-17 | 1 | -28/+51 |
| | |||||
* | usrp: support for multiple dsps in props and implemented in usrp1 | Josh Blum | 2011-02-17 | 1 | -11/+11 |
| | | | | | | | usrp1 previously had 1 rx and 1 tx dsp with multiple freq params, it now has N and M dsps each with one freq param. This is more consistent with the multi-dsp model. The hack here is to only apply stream commands and sample rate changes to dsp0. | ||||
* | Merge branch 'sensors' into usrp2_dual_dsp | Josh Blum | 2011-02-17 | 1 | -12/+24 |
|\ | | | | | | | | | | | Conflicts: host/include/uhd/usrp/dsp_props.hpp host/include/uhd/usrp/mboard_props.hpp | ||||
| * | usrp: implement sensors in all the dboards, deprecated read rssi and get lo ↵ | Josh Blum | 2011-02-11 | 1 | -12/+0 |
| | | | | | | | | locked | ||||
| * | usrp: added get sensors api to multi usrp for rx/tx subdevs and mboard | Josh Blum | 2011-02-11 | 1 | -0/+24 |
| | | |||||
* | | uhd: work on multiple dsp in host wrapper | Josh Blum | 2011-02-17 | 1 | -33/+41 |
|/ | |||||
* | usrp: added mboard param to get time now and last pps | Josh Blum | 2011-02-11 | 1 | -4/+4 |
| | |||||
* | usrp: added set and get master clock rates to usrp API | Josh Blum | 2011-01-31 | 1 | -0/+14 |
| | | | | | | implemented set and get rates in usrp1 (its all soft) implemented set and get rates in usrp2 (only 100MHz) | ||||
* | uhd: remove single usrp (leave a typedef), multi-usrp is a superset now | Josh Blum | 2011-01-27 | 1 | -1/+12 |
| | |||||
* | uhd: update copyright dates on host code | Josh Blum | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | uhd: replace all the instances of float not pertaining to io types with ↵ | Josh Blum | 2011-01-11 | 1 | -6/+6 |
| | | | | double, simplifies life | ||||
* | usrp: change wording on pps error message in multi usrp | Josh Blum | 2011-01-07 | 1 | -2/+3 |
| | |||||
* | uhd: removed SOB always from tx examples, | Josh Blum | 2010-12-30 | 1 | -1/+1 |
| | | | | use the multi usrp set unknown pps in the test app | ||||
* | usrp2: implemented get time last pps | Josh Blum | 2010-12-30 | 1 | -12/+17 |
| | | | | | | | | | renamed the enum for the pps time added calls to single and multi wrappers set time unknown pps now simpler removed peek64 stuff from host + fw please test |