aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'package'Josh Blum2010-07-161-0/+6
|\ | | | | | | | | | | | | Also tweaked pkg config file Conflicts: host/CMakeLists.txt
| * uhd: time for version minor, path tweaks, notes on windows command line ↵Josh Blum2010-07-131-0/+6
| | | | | | | | compilation
* | uhd: add lib64 to boost library path when it exists (helps fedora 64)Josh Blum2010-07-131-1/+0
|/
* usrp2: added notes on multiple device network setup, improved warnings for ↵Josh Blum2010-07-081-3/+22
| | | | buff size stuff
* uhd: added mimo notes, misc spellcheck and tweaksJosh Blum2010-07-054-15/+71
|
* usrp2: increased transport buffer minimum size, and added warningJosh Blum2010-07-051-12/+16
| | | | | | added more notes on buffer size to the manual pulled in some firmware fixes from the mimo work, just to have them in here
* uhd: added build notes for fedora 64 boost not foundJosh Blum2010-06-281-1/+4
|
* uhd: removed hackery to set performance flags, use release mode.Josh Blum2010-06-261-0/+1
| | | | | | The correct optimization flags are added when the build type is set to release. Made a change to set built type to release if not specified, and added build guide notes. For MSVC, one must set release mode from the visual studio IDE.
* usrp2: updated fpga build notesJosh Blum2010-06-181-1/+1
|
* uhd: work on thread priority schedulingJosh Blum2010-06-161-5/+3
|
* uhd: added ability to boost rt priority, added general app notesJosh Blum2010-06-153-1/+82
|
* Updated documentationJason Abele2010-06-011-1/+15
|
* mac os x card burner support and documentation notesJosh Blum2010-05-212-6/+27
|
* some wbx series notesJosh Blum2010-05-201-0/+11
|
* split the card burner into two python apps, one command line app with ↵Josh Blum2010-05-201-2/+2
| | | | implementation, and the other a gui only app, updated docs as well
* card burner notesJosh Blum2010-05-141-2/+14
|
* notes on usrp2 card burnerJosh Blum2010-05-121-9/+8
|
* Added card burner python app with gui and windows support.Josh Blum2010-05-121-1/+1
|
* Removed the boost exception stuff, replaced it with macro that formats the ↵Josh Blum2010-05-051-1/+1
| | | | | | | throw site information. SWIG didnt handle the boost exception stuff, even with custom exception wrappers. Now the boost requirement can be lowered back to 3.6.
* notes about ping and firewallJosh Blum2010-05-031-0/+11
|
* setting size of buffers from device argsJosh Blum2010-04-271-0/+35
|
* Merge branch 'eeprom' of git@ettus.sourcerepo.com:ettus/uhdprivJosh Blum2010-04-261-1/+1
|\
| * Work on exceptions.Josh Blum2010-04-251-1/+1
| | | | | | | | | | Added props exception macro to make the set/get prop switch statements easier. Made use of boost throw exception macro for throw-site information in throw assert.
* | renamed the firmware main image to txrx_uhd.binJosh Blum2010-04-251-1/+1
|/
* pulled in some dboard docs and fixesJosh Blum2010-04-225-12/+80
|
* added coding docsJosh Blum2010-04-203-0/+65
|
* added comments to cmakelists, makedir in file generation script so python ↵Josh Blum2010-04-191-7/+23
| | | | doesnt have to
* added some documentation and links to the indexJosh Blum2010-04-191-1/+23
|
* added usrp2 networking notes, tweaked style and buildJosh Blum2010-04-183-7/+89
|
* Created a docs directory to house restructured text documentation.Josh Blum2010-04-186-0/+1880
Moved doxygen build rules into the docs build directory. Created rst docs for building and burning usrp2.