summaryrefslogtreecommitdiffstats
path: root/host/docs
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* usrp1: set eob on md when shutting off receiver, because we canJosh Blum2011-01-181-2/+2
|
* usrp1: work on usrp1 hardware compat with the apiJosh Blum2011-01-171-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 featuresJosh Blum2011-01-131-8/+37
|
* uhd: update copyright datesJosh Blum2011-01-051-1/+1
|
* uhd: removed REQUIRED from find package calls to libusb and docutilsJosh Blum2011-01-041-1/+1
|
* Merge branch 'buffer_pool' into nextJosh Blum2011-01-041-17/+4
|\
| * uhd: create a find packages module for docutils, cleaned up some of the ↵Josh Blum2011-01-021-17/+4
| | | | | | | | other find package stuff
* | Merge branch 'uhd_master' into uhd_nextJosh Blum2010-12-271-8/+6
|\|
| * cmake: changes to finding python interp, some other tweaksJosh Blum2010-12-271-8/+6
| |
* | Merge branch 'udp_ports' into nextJosh Blum2010-12-221-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: firmware/microblaze/apps/txrx_uhd.c host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_impl.cpp host/lib/usrp/usrp2/usrp2_impl.hpp
| * | udp_ports: enable async recv in xport, set performance params in top level, ↵Josh Blum2010-12-221-1/+1
| | | | | | | | | | | | things working
* | | Merge branch 'master' into nextJosh Blum2010-12-222-5/+13
|\ \ \ | | |/ | |/| | | | | | | Conflicts: host/lib/usrp/usrp2/CMakeLists.txt
| * | uhd: implemented top-level component registryJosh Blum2010-12-202-5/+13
| |/ | | | | | | now docs, examples, utils, usb, are configurable components with dependencies
* | usrp2: added mimo_mode address arg and documented itJosh Blum2010-12-131-5/+52
| |
* | usrp2: added clocking notes to mimo cable docsJosh Blum2010-12-131-1/+2
| |
* | added docs for mimo cable usageJosh Blum2010-12-111-1/+13
|/
* usrp2: provided way to disable flow control updates by setting to zeroJosh Blum2010-12-111-1/+1
|
* usrp2: polished the multi-device addressing scheme and updated docsJosh Blum2010-12-093-253/+255
|
* uhd: added macro to enable/disable componentsJosh Blum2010-11-291-0/+3
| | | | | | libuhd prints summary of components added newline prints before config checks
* usrp2: added docs page for usrp2 that points to nxxx pageJosh Blum2010-11-292-0/+6
|
* Merge branch 'refclock_docs'Josh Blum2010-11-232-5/+35
|\
| * Updated refclock docs for USRP1, USRP2 and N2XXJason Abele2010-11-232-5/+35
| | | | | | | | | | Added power range limits Added external refclock notes for USRP1
* | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into flow_ctrlNick Foster2010-11-174-5/+80
|\| | | | | | | | | | | | | | | Conflicts: host/lib/transport/udp_simple.cpp host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_iface.cpp host/lib/usrp/usrp2/usrp2_regs.hpp
| * usrp-n: renamed docs and burner app, added burner app documentationJosh Blum2010-11-113-4/+37
| |
| * added warning about rfx classic boards and dboard notesJosh Blum2010-11-091-1/+43
| |
* | Merge branch 'master' into flow_ctrlJosh Blum2010-11-055-35/+113
|\| | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_impl.hpp
| * usrp2: led F documentation fixJosh Blum2010-11-051-1/+1
| |
| * usrp2: added notes about 3rd party sd cards to docsJosh Blum2010-11-051-3/+12
| |