| Commit message (Expand) | Author | Age | Files | Lines |
* | uhd: various tweaks to log and msg, replaced a few remaining stdio | Josh Blum | 2011-05-04 | 1 | -1/+1 |
* | uhd: removed more iostream stuff from usrp* implementations | Josh Blum | 2011-05-04 | 1 | -5/+6 |
* | usrp2: added REF_MIMO and PPS_MIMO for USRP2 clock config | Josh Blum | 2011-05-03 | 1 | -15/+23 |
* | usrp2: added support for GPSDO configuration bits in EEPROM | Josh Blum | 2011-04-29 | 1 | -5/+15 |
* | GPS parser fixes for get_time. | Nick Foster | 2011-04-29 | 1 | -2/+0 |
* | USRP2: enable GPS by default | Nick Foster | 2011-04-29 | 1 | -3/+3 |
* | USRP2: Added GPS time support to the sensors interface. gps_time sensor retur... | Nick Foster | 2011-04-29 | 1 | -1/+5 |
* | N210: implemented mboard sensors for ref lock and MIMO lock | Nick Foster | 2011-04-29 | 1 | -0/+22 |
* | usrp2: improve the compatibility error messages | Josh Blum | 2011-04-19 | 1 | -2/+4 |
* | usrp2: support fw protos with older compats for various parts | Josh Blum | 2011-04-08 | 1 | -0/+10 |
* | usrp2: created safe call macro and handle usrp2 ~mboard throwing | Josh Blum | 2011-03-10 | 1 | -2/+11 |
* | usrp2: work on mtu discovery | Josh Blum | 2011-03-03 | 1 | -4/+4 |
* | Merge branch 'master' into next | Josh Blum | 2011-03-03 | 1 | -0/+1 |
|\ |
|
| * | usrp2: only include fw_common when needed, remove virtual send/recv, not exposed | Josh Blum | 2011-03-02 | 1 | -0/+1 |
* | | uhd: replaced instanced of std::exception with the uhd exceptions | Josh Blum | 2011-02-24 | 1 | -6/+6 |
* | | uhd: renamed the assert header to assert has | Josh Blum | 2011-02-24 | 1 | -1/+1 |
* | | usrp2: move buffer resize code and add rule for bsd/mac | Josh Blum | 2011-02-22 | 1 | -13/+2 |
* | | usrp2: 2nd dsp working, tweaks regs map and other bugs | Josh Blum | 2011-02-21 | 1 | -0/+2 |
* | | uhd: moved indexed device addr routines into api | Josh Blum | 2011-02-21 | 1 | -7/+6 |
* | | usrp2: code working again in a completed form but did not test dual dsp | Josh Blum | 2011-02-20 | 1 | -13/+11 |
* | | usrp2: lot of work on dual dsp, grep for TODOs before continuing | Josh Blum | 2011-02-19 | 1 | -21/+77 |
* | | usrp2: moved all dsp related code into dsp_impl and split for multiple dsps | Josh Blum | 2011-02-18 | 1 | -67/+14 |
* | | usrp2: added indexed regs for rx dsp and ctrl | Josh Blum | 2011-02-18 | 1 | -27/+12 |
* | | uhd: got all compiling w/ changes, changes to channel calculation in multi usrp | Josh Blum | 2011-02-17 | 1 | -7/+4 |
* | | uhd: work on multiple dsp in host wrapper | Josh Blum | 2011-02-17 | 1 | -3/+6 |
* | | usrp2: prefix the dsp and ctrl registers with 0 in preparation for 2nd dsp | Josh Blum | 2011-02-17 | 1 | -11/+11 |
|/ |
|
* | usrp2: fix for lingering packet problem | Josh Blum | 2011-02-08 | 1 | -0/+8 |
* | usrp: added set and get master clock rates to usrp API | Josh Blum | 2011-01-31 | 1 | -0/+8 |
* | usrp2: dont set the time for slave devices, they always take from mimo cable | Josh Blum | 2011-01-27 | 1 | -0/+3 |
* | N210: longer GPS timeout, removed try/catch in safe_recv loop (since it can't... | Nick Foster | 2011-01-25 | 1 | -3/+3 |
* | next: generalized the GPS interface to any USRP device. just give it a functi... | Nick Foster | 2011-01-17 | 1 | -1/+4 |
* | next: fngets() fixed for GPS driver. polling/timeout moved to host side. smal... | Nick Foster | 2011-01-17 | 1 | -1/+1 |
* | usrp2: different clock delays for usrp2 and usrp-n210 | Josh Blum | 2011-01-13 | 1 | -2/+6 |
* | usrp2: calibrated mimo clock delay for n210 (same as usrp2 classic) | Josh Blum | 2011-01-13 | 1 | -9/+3 |
* | usrp2: clock_sync_delay_cycles adjustment for the image size | Josh Blum | 2011-01-12 | 1 | -1/+1 |
* | uhd: replace all the instances of float not pertaining to io types with doubl... | Josh Blum | 2011-01-11 | 1 | -1/+1 |
* | uhd: use internal() to default clock configs, dont use PPS_INT, theres no suc... | Josh Blum | 2011-01-11 | 1 | -11/+4 |
* | uhd: update copyright dates | Josh Blum | 2011-01-05 | 1 | -1/+1 |
* | Merge branch 'cordic_policy' into next | Josh Blum | 2011-01-04 | 1 | -9/+15 |
|\ |
|
| * | usrp2: implemented get time last pps | Josh Blum | 2010-12-30 | 1 | -9/+15 |
* | | usrp2: print mimo master/slave mode on init | Josh Blum | 2010-12-22 | 1 | -0/+2 |
* | | Merge branch 'udp_ports' into next | Josh Blum | 2010-12-22 | 1 | -1/+6 |
|\ \ |
|
| * | | usrp2: brought err0 transports into device and mboard constructors | Josh Blum | 2010-12-16 | 1 | -1/+6 |
| * | | usrp2: pulled some changes from the next branch to make merging easier | Josh Blum | 2010-12-15 | 1 | -8/+4 |
| |/ |
|
* | | usrp2: added mimo_mode address arg and documented it | Josh Blum | 2010-12-13 | 1 | -5/+19 |
* | | usrp2: set time over serdes when slave, added constants to top of cpp file | Josh Blum | 2010-12-11 | 1 | -6/+13 |
* | | usrp2: configured clock delay over mimo cable | Josh Blum | 2010-12-11 | 1 | -1/+18 |
* | | usrp-n: configure clocking over the serdes cable | Josh Blum | 2010-12-11 | 1 | -3/+10 |
* | | usrp-n: removed serdes control, its not needed, fw must set this up | Josh Blum | 2010-12-11 | 1 | -1/+0 |
|/ |
|
* | usrp2: provided way to disable flow control updates by setting to zero | Josh Blum | 2010-12-11 | 1 | -10/+13 |