aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into nextJosh Blum2011-07-181-3/+39
|\ | | | | | | | | Conflicts: host/lib/convert/convert_fc64_with_sse2.cpp
| * udp: squashed the wsa work and added documentation workJosh Blum2011-07-171-12/+30
| |
| * Added notes on latency and through put tuning for UDPJason Abele2011-07-171-0/+18
| |
* | usrp1: tweaks + implemented other features to mimic async and inline messagesJosh Blum2011-07-021-4/+4
| | | | | | | | | | | | | | 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: updated documentation for various changes (mimo mode, subdevice spec ↵Josh Blum2011-07-012-45/+19
| | | | | | | | defaults)
* | usrp: created core controllers for i2c and spi on 100 seriesJosh Blum2011-06-261-0/+1
| |
* | Merge branch 'master' into nextJosh Blum2011-06-254-19/+75
|\|
| * Refactor GPS code to duplicate way less stuff, make members privateNick Foster2011-06-172-2/+3
| |
| * Add GPSDO documentationNick Foster2011-06-172-0/+67
| |
| * UHD: implemented gps_locked sensor. usrp2 mboard doesn't init VITA time if ↵Nick Foster2011-06-172-18/+6
| | | | | | | | time not valid.
* | 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
|