aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs
Commit message (Collapse)AuthorAgeFilesLines
* usrp: add documentation for front-panel leds (needs FPGA update)Josh Blum2011-10-122-0/+34
|
* uhd: doc tweak for udp transport notesJosh Blum2011-09-261-2/+2
|
* usb: added interface args to usb abstractionsJosh Blum2011-09-191-1/+1
|
* uhd: updated to images documentationJosh Blum2011-09-121-21/+8
|
* uhd: updated docs usb post-install, added uhd-usrp.rulesJosh Blum2011-09-054-51/+34
|
* uhd: added docs on FPGA images for n-series hw revsJosh Blum2011-08-311-2/+6
|
* uhd: more doc tweaks and added gpsdo notes to indexJosh Blum2011-08-292-2/+3
|
* uhd: fixed formatting on gpsdo doc, added time sync docs on mimo cableJosh Blum2011-08-292-7/+24
|
* uhd: fix sync docs typo for pps detect method1Josh Blum2011-08-101-1/+1
|
* Added documentation for subdevice specificationsJason Abele2011-08-053-56/+89
|
* 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
|