aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into frontend_workJosh Blum2011-06-171-4/+4
|\ | | | | | | | | Conflicts: host/lib/usrp/usrp_e100/io_impl.cpp
| * uhd: re-worded the fast-path thread app notesJosh Blum2011-06-161-4/+4
| |
* | usrp: use dboard name A or single slot boardsJosh Blum2011-06-161-2/+2
| |
* | Merge branch 'usrp_e100_aux_spi' into frontend_workJosh Blum2011-06-151-15/+0
|\ \ | |/ |/|
| * usrp-e100: removed clockgen config stuff and docsJosh Blum2011-06-061-15/+0
| |
* | b100: added b100 host (squashed)Josh Blum2011-06-143-0/+78
| |
* | uhd: under/over flow app notesJosh Blum2011-06-141-0/+54
| |
* | uhd: added information in reference sources to sync docsJosh Blum2011-06-111-13/+26
|/
* uhd: pseudocode tweaks for sync docsJosh Blum2011-06-011-7/+5
|
* Merge branch 'sync_docs'Josh Blum2011-06-015-1/+240
|\
| * updated sync doc for clarity & examplesNick Foster2011-06-011-42/+64
| |
| * uhd: added app notes to docs on tuningJosh Blum2011-05-311-1/+61
| |
| * usrp2: added app notes on multi channel RXJosh Blum2011-05-311-0/+17
| |
| * uhd: notes on LO calibration, and tweaksJosh Blum2011-05-311-11/+31
| |
| * uhd: work on sync docsJosh Blum2011-05-293-0/+120
| |
* | Merge branch 'gpsdo_ant_power_docs'Josh Blum2011-06-011-0/+4
|\ \ | |/ |/|
| * Added GPSDO antenna specsJason Abele2011-06-011-0/+4
| |
* | tvrx2: fix docs formatting typoJosh Blum2011-05-231-0/+1
|/
* usrp2: turn on ups_per_sec to avoid timeout issues on low sample ratesJosh Blum2011-05-201-1/+1
|
* Added TVRX2 supportJason Abele2011-05-131-0/+25
|
* usrp-e100: created device address arg for master clock rate, removed eeprom hackJosh Blum2011-05-121-9/+6
|
* Merge branch 'rfx_rssi'Josh Blum2011-05-021-0/+1
|\
| * Added RSSI sensor for RFX series (not rfx400)Jason Abele2011-05-021-0/+1
| |
* | Added docs for sbxJason Abele2011-05-021-0/+39
|/
* USRP1: added support for setting clock rate from EEPROMJosh Blum2011-05-012-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 EEPROMJosh Blum2011-05-011-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 EEPROMJosh Blum2011-04-291-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 calculationJason Abele2011-04-142-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 clarityJosh Blum2011-04-057-17/+17
|
* uhd: install dlls into runtime path, updated docsJosh Blum2011-04-012-6/+2
|
* usb: tweaks to the build guide (libusb + windows)Josh Blum2011-03-291-3/+4
|
* usrp2: created net burner gui wrapper for N seriesJosh Blum2011-03-261-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 installersJosh Blum2011-03-211-3/+3
|
* uhd: thread safety notes and moved some docs to generalJosh Blum2011-03-082-29/+28
|
* Update USRP1 External Clocking docs for set_master_clock()Jason Abele2011-03-031-5/+2
|
* Hopefully the last typo in external clock mod for usrp1Jason Abele2011-02-281-1/+1
|
* Fix typo in usrp1 external clock modification docsJason Abele2011-02-281-1/+1
|
* udp: update docs for transport, create common header for wait implementationJosh Blum2011-02-201-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 generalJosh Blum2011-02-162-57/+36
|
* uhd: added some minor images docs for E and N seriesJosh Blum2011-02-131-0/+2
|
* Merge branch 'usrp_e100_devel' into nextJosh Blum2011-02-103-1/+69
|\ | | | | | | | | Conflicts: host/lib/usrp/usrp_e100/io_impl.cpp
| * usrp-e100: notes on unbricking/clock reoveryJosh Blum2011-02-081-0/+14
| |
| * usrp-e100: added app notes for fpga loading and reclockingJosh Blum2011-02-013-1/+55
| |
* | udp: removed asio implementation, created custom managed buffer classes to ↵Josh Blum2011-02-091-3/+2
| | | | | | | | re-use
* | Merge branch 'multi_usrp_only' into convert_fc64Josh Blum2011-02-031-32/+2
|\|
| * uhd: remove single usrp (leave a typedef), multi-usrp is a superset nowJosh Blum2011-01-271-32/+2
| |
* | usrp1: added to emulated features docs Transmitting a specific number of samplesJosh Blum2011-02-021-0/+1
|/
* usrp2: added to the doc notes on communication problemsJosh Blum2011-01-241-12/+34
|
* uhd: added docs on usrp2/n, removed empty n2xx doc page, miscJosh Blum2011-01-244-14/+22
|
* uhd: correct msvc terminal commands for buildingJosh Blum2011-01-201-2/+2
|