Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: pseudocode tweaks for sync docs | Josh Blum | 2011-06-01 | 1 | -7/+5 |
| | |||||
* | Merge branch 'sync_docs' | Josh Blum | 2011-06-01 | 5 | -1/+240 |
|\ | |||||
| * | updated sync doc for clarity & examples | Nick Foster | 2011-06-01 | 1 | -42/+64 |
| | | |||||
| * | uhd: added app notes to docs on tuning | Josh Blum | 2011-05-31 | 1 | -1/+61 |
| | | |||||
| * | usrp2: added app notes on multi channel RX | Josh Blum | 2011-05-31 | 1 | -0/+17 |
| | | |||||
| * | uhd: notes on LO calibration, and tweaks | Josh Blum | 2011-05-31 | 1 | -11/+31 |
| | | |||||
| * | uhd: work on sync docs | Josh Blum | 2011-05-29 | 3 | -0/+120 |
| | | |||||
* | | Merge branch 'gpsdo_ant_power_docs' | Josh Blum | 2011-06-01 | 1 | -0/+4 |
|\ \ | |/ |/| | |||||
| * | Added GPSDO antenna specs | Jason Abele | 2011-06-01 | 1 | -0/+4 |
| | | |||||
* | | tvrx2: fix docs formatting typo | Josh Blum | 2011-05-23 | 1 | -0/+1 |
|/ | |||||
* | usrp2: turn on ups_per_sec to avoid timeout issues on low sample rates | Josh Blum | 2011-05-20 | 1 | -1/+1 |
| | |||||
* | Added TVRX2 support | Jason Abele | 2011-05-13 | 1 | -0/+25 |
| | |||||
* | usrp-e100: created device address arg for master clock rate, removed eeprom hack | Josh Blum | 2011-05-12 | 1 | -9/+6 |
| | |||||
* | Merge branch 'rfx_rssi' | Josh Blum | 2011-05-02 | 1 | -0/+1 |
|\ | |||||
| * | Added RSSI sensor for RFX series (not rfx400) | Jason Abele | 2011-05-02 | 1 | -0/+1 |
| | | |||||
* | | Added docs for sbx | Jason Abele | 2011-05-02 | 1 | -0/+39 |
|/ | |||||
* | USRP1: added support for setting clock rate from EEPROM | Josh Blum | 2011-05-01 | 2 | -6/+11 |
| | | | | | Basically, same deal as the previous changeset but for USRP1. Modified previous changes so that the key is shorter (mcr = master_clock_rate) | ||||
* | usrp-e100: add ability to set/get default master clock rate from EEPROM | Josh Blum | 2011-05-01 | 1 | -5/+11 |
| | | | | | | | | | Mboard eeprom map class can parse the setting (4 byte float). The clock control will try to set the eeprom rate if present, otherwise or under failure condition, it sets the default. Updated docs, example, and provided helpful verbose. I would prefer that users burn the desired rate to the eeprom (and they may too). | ||||
* | usrp2: added support for GPSDO configuration bits in EEPROM | Josh Blum | 2011-04-29 | 1 | -0/+48 |
| | | | | | | | Added instructions to install and burn eeprom to documentation. Made gps_ctrl and gps_time sensor optional. Added sensors for motherboard to documentation | ||||
* | Updated documentation and improved XCVR RSSI calculation | Jason Abele | 2011-04-14 | 2 | -24/+133 |
| | | | | | | | | | | Documented dboard sensors Documented DBSRX2 Added description of direct conversion vs low IF for each dboard Added E1xx docs for adding refclock and pps connectors XCVR rssi calculation was in unscaled dB units Used chart in datasheet (pg 16) to rescale to dBm | ||||
* | uhd: replace <prefix> with <install-path> in docs for clarity | Josh Blum | 2011-04-05 | 7 | -17/+17 |
| | |||||
* | uhd: install dlls into runtime path, updated docs | Josh Blum | 2011-04-01 | 2 | -6/+2 |
| | |||||
* | usb: tweaks to the build guide (libusb + windows) | Josh Blum | 2011-03-29 | 1 | -3/+4 |
| | |||||
* | usrp2: created net burner gui wrapper for N series | Josh Blum | 2011-03-26 | 1 | -4/+7 |
| | | | | | | | | | | | The gui looks and works much like the card burner gui. However, the possible devices are not enumerated. Handles errors, resetting, and showing progress. Added hooks to net burner for progress callbacks (progress meter). Changed --ip option to --addr (any resolvable address will work). Fixes issue with "timeout" on reset, by catching socket.timeout. Updated the manual to reflect using the gui app and --addr option. | ||||
* | uhd: setup cpack components for component based installers | Josh Blum | 2011-03-21 | 1 | -3/+3 |
| | |||||
* | uhd: thread safety notes and moved some docs to general | Josh Blum | 2011-03-08 | 2 | -29/+28 |
| | |||||
* | Update USRP1 External Clocking docs for set_master_clock() | Jason Abele | 2011-03-03 | 1 | -5/+2 |
| | |||||
* | Hopefully the last typo in external clock mod for usrp1 | Jason Abele | 2011-02-28 | 1 | -1/+1 |
| | |||||
* | Fix typo in usrp1 external clock modification docs | Jason Abele | 2011-02-28 | 1 | -1/+1 |
| | |||||
* | udp: update docs for transport, create common header for wait implementation | Josh Blum | 2011-02-20 | 1 | -8/+8 |
| | | | | | | | Reimplemented simple udp transport with one impl class. Moved wait for ready/select implementation into common header. Important note on select, timeval should have usecs < 1 second or it may error on some platforms. Fixed in this implementation. | ||||
* | uhd: work on identification docs, moved duplicated notes in general | Josh Blum | 2011-02-16 | 2 | -57/+36 |
| | |||||
* | uhd: added some minor images docs for E and N series | Josh Blum | 2011-02-13 | 1 | -0/+2 |
| | |||||
* | Merge branch 'usrp_e100_devel' into next | Josh Blum | 2011-02-10 | 3 | -1/+69 |
|\ | | | | | | | | | Conflicts: host/lib/usrp/usrp_e100/io_impl.cpp | ||||
| * | usrp-e100: notes on unbricking/clock reovery | Josh Blum | 2011-02-08 | 1 | -0/+14 |
| | | |||||
| * | usrp-e100: added app notes for fpga loading and reclocking | Josh Blum | 2011-02-01 | 3 | -1/+55 |
| | | |||||
* | | udp: removed asio implementation, created custom managed buffer classes to ↵ | Josh Blum | 2011-02-09 | 1 | -3/+2 |
| | | | | | | | | re-use | ||||
* | | Merge branch 'multi_usrp_only' into convert_fc64 | Josh Blum | 2011-02-03 | 1 | -32/+2 |
|\| | |||||
| * | uhd: remove single usrp (leave a typedef), multi-usrp is a superset now | Josh Blum | 2011-01-27 | 1 | -32/+2 |
| | | |||||
* | | usrp1: added to emulated features docs Transmitting a specific number of samples | Josh Blum | 2011-02-02 | 1 | -0/+1 |
|/ | |||||
* | usrp2: added to the doc notes on communication problems | Josh Blum | 2011-01-24 | 1 | -12/+34 |
| | |||||
* | uhd: added docs on usrp2/n, removed empty n2xx doc page, misc | Josh Blum | 2011-01-24 | 4 | -14/+22 |
| | |||||
* | uhd: correct msvc terminal commands for building | Josh Blum | 2011-01-20 | 1 | -2/+2 |
| | |||||
* | usrp1: set eob on md when shutting off receiver, because we can | Josh Blum | 2011-01-18 | 1 | -2/+2 |
| | |||||
* | usrp1: work on usrp1 hardware compat with the api | Josh Blum | 2011-01-17 | 1 | -1/+2 |
| | | | | | | 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 | ||||
* | usrp1: added docs on missing and emulated features | Josh Blum | 2011-01-13 | 1 | -8/+37 |
| | |||||
* | uhd: update copyright dates | Josh Blum | 2011-01-05 | 1 | -1/+1 |
| | |||||
* | uhd: removed REQUIRED from find package calls to libusb and docutils | Josh Blum | 2011-01-04 | 1 | -1/+1 |
| | |||||
* | Merge branch 'buffer_pool' into next | Josh Blum | 2011-01-04 | 1 | -17/+4 |
|\ | |||||
| * | uhd: create a find packages module for docutils, cleaned up some of the ↵ | Josh Blum | 2011-01-02 | 1 | -17/+4 |
| | | | | | | | | other find package stuff | ||||
* | | Merge branch 'uhd_master' into uhd_next | Josh Blum | 2010-12-27 | 1 | -8/+6 |
|\| |