aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* moved usrp_e specific build stuff into its own cmake fileJosh Blum2010-05-061-36/+1
|
* Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_eJosh Blum2010-05-061-121/+22
|\
| * moved uhd lib cmake contents into respective subdirectoriesJosh Blum2010-05-061-121/+22
| |
* | created codec control for ad9862, wipJosh Blum2010-05-041-0/+1
| |
* | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp_eJosh Blum2010-05-041-0/+6
|\|
| * Merge branch 'wbx' of git@ettus.sourcerepo.com:ettus/uhdprivJosh Blum2010-05-041-0/+6
| |\
| | * First pass WBX code, it compilesJason Abele2010-05-031-0/+1
| | |
| | * Added first wbx dboard codeJason Abele2010-04-261-0/+5
| | |
* | | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp_eJosh Blum2010-05-021-1/+2
|\| |
| * | Merge branch 'work' of git@ettus.sourcerepo.com:ettus/uhdprivJosh Blum2010-05-031-1/+2
| |\ \
| | * | Expanded the dboard id API to create dboard id types from strings and ints.Josh Blum2010-05-031-1/+2
| | |/ | | | | | | | | | | | | | | | And created utility functions to go between representations. Created to_pp_string for pretty print strings for dboard ids and device addrs. Minor changes to the various classes that call these utilities.
* | | work on clock control init, added dummy spi slaves: must fixJosh Blum2010-04-291-0/+1
| | |
* | | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp_eJosh Blum2010-04-291-0/+10
|\| |
| * | added ad9522 reg map, minor fixesJosh Blum2010-04-291-0/+5
| | |
| * | added reg map for ad9862Josh Blum2010-04-291-0/+5
| |/
* | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp_eJosh Blum2010-04-281-3/+33
|\|
| * Got eeprom read/write dboard ids working.Josh Blum2010-04-261-0/+1
| | | | | | | | | | Moved named prop implementation into cpp, and made named prop a struct (tuples are trouble).
| * Moved reading the eeprom (dboard ids) onto the host.Josh Blum2010-04-231-0/+1
| | | | | | | | | | Created a eeprom parser for the format in the dboard. Removed the support from the microblaze code.
| * added regs for max2829Josh Blum2010-04-221-0/+5
| |
| * xcvr work, skeleton layoutJosh Blum2010-04-211-2/+9
| |
| * added comments to cmakelists, makedir in file generation script so python ↵Josh Blum2010-04-191-0/+7
| | | | | | | | doesnt have to
| * added support for aux dac and adc control in hostJosh Blum2010-04-191-0/+9
| |
| * Created a docs directory to house restructured text documentation.Josh Blum2010-04-181-1/+1
| | | | | | | | | | Moved doxygen build rules into the docs build directory. Created rst docs for building and burning usrp2.
* | pulled in master and got usrp-e code compilingJosh Blum2010-04-161-1/+2
| |
* | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp_eJosh Blum2010-04-161-3/+73
|\| | | | | | | | | Conflicts: .gitignore
| * Created a usrp2 interface class with the control, spi, peek/poke functionality.Josh Blum2010-04-131-1/+2
| | | | | | | | Its used in all the implementation level code
| * added ad9777 register mapJosh Blum2010-04-131-0/+6
| |
| * Moved clock control into abstraction clock control class.Josh Blum2010-04-131-6/+13
| |
| * reg map for ad9510Josh Blum2010-04-121-0/+5
| |
| * Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into usrp2Josh Blum2010-04-121-7/+0
| |\
| | * removed dummy placeholderJosh Blum2010-04-121-7/+0
| | |
| * | Merge branch 'rfx' of git@ettus.sourcerepo.com:ettus/uhd into ioJosh Blum2010-04-121-2/+52
| |\ \ | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/io_impl.cpp
| | * | moved regs generator to ic reg maps folder, others will go there as wellJosh Blum2010-04-101-10/+4
| | | |
| | * | generate the register file, added lib include dirJosh Blum2010-04-091-5/+17
| | | |
| | * | added python+cheetah build requirement, generating vrt.cppJosh Blum2010-04-091-1/+45
| | | |
| | * | Reworked the spi part of the dboard interface.Josh Blum2010-04-071-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | It turns out to be more complicated. The integer type is better for holding the bits. The edges can be different, so the spi config hold 2 edge setting for mosi and miso.
| | * | some work on rfx board codeJosh Blum2010-04-021-0/+1
| | |/
| * / Added data type conversion routines to transport api.Josh Blum2010-04-121-0/+1
| |/
* | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into usrp_eJosh Blum2010-04-011-2/+2
|\| | | | | | | | | Conflicts: host/include/uhd/usrp/CMakeLists.txt
| * Moved usrp specific things into usrp directories and namespaces.Josh Blum2010-04-011-2/+2
| | | | | | | | | | Renamed simple device to simple usrp (it was usrp specific). Moved tune helper to usrp dir for same reason.
* | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into usrp_eJosh Blum2010-03-301-1/+1
|\|
| * removed masks for ddr and gpio write in dboard interfaceJosh Blum2010-03-301-1/+1
| |
* | tweak usrp-e cmake configJosh Blum2010-03-301-9/+9
| |
* | compiling with master merge, renamed usrp1e to usrp_eJosh Blum2010-03-301-9/+11
| |
* | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into usrp_eJosh Blum2010-03-301-10/+29
|\| | | | | | | | | | | Conflicts: host/include/uhd/usrp/dboard_id.hpp host/lib/usrp/usrp2/usrp2_impl.cpp
| * Added tune helper to utils.Josh Blum2010-03-291-0/+1
| | | | | | | | | | | | | | Takes a subdevice and dxc properties object and tunes them. Made use of tune helper in simple device. Moved gain handler into utils header dir.
| * refactored types.hpp into types directoryJosh Blum2010-03-271-3/+0
| |
| * get interface addresses on windowsJosh Blum2010-03-261-1/+5
| |
| * library loading on windows, status message tweaks, warning tweaksJosh Blum2010-03-261-8/+12
| |
| * added interface address discoveryJosh Blum2010-03-261-1/+14
| |