aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* next: generalized the GPS interface to any USRP device. just give it a ↵Nick Foster2011-01-171-2/+0
| | | | | | | function to write/read strings to UART. not sure if i'm happy with the interface; maybe inheriting is cleaner. this works though. gps interface for usrp2 is disabled right now in mboard_impl.
* Merge branch 'master' into nextJosh Blum2010-12-221-20/+22
|\ | | | | | | | | Conflicts: host/lib/usrp/usrp2/CMakeLists.txt
| * uhd: use the include subdir macro to simplify the lib subdirs cmakelistsJosh Blum2010-12-201-21/+23
| |
| * uhd: implemented top-level component registryJosh Blum2010-12-201-1/+1
| | | | | | | | now docs, examples, utils, usb, are configurable components with dependencies
* | usrp-n: removed serdes control, its not needed, fw must set this upJosh Blum2010-12-111-2/+0
|/
* uhd: added macro to enable/disable componentsJosh Blum2010-11-291-15/+1
| | | | | | libuhd prints summary of components added newline prints before config checks
* U2P: Ripped out the mboard_rev_t structure in favor of an enum in ↵Nick Foster2010-11-101-2/+0
| | | | | | usrp2_regs.hpp and some logic. Also change ethernet.c to move generic code to eth_lib.
* 2+: moved mboard_rev to usrp2/ in preparation for merging upstreamNick Foster2010-11-101-0/+2
|
* Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2pNick Foster2010-09-151-22/+43
|\ | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/CMakeLists.txt host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_regs.hpp
| * uhd: added enable flags for usrp1 and usrp2Josh Blum2010-09-091-19/+40
| |
| * usrp2: added codec impl for codec properties to usrp2Josh Blum2010-07-271-0/+1
| |
* | first stab at a GPS driver in gps_ctrl.cpp. not the most expandable thing in ↵Nick Foster2010-08-131-0/+2
| | | | | | | | the world but there's only so many GPS interfaces out there.
* | This is a manual merge of codec_gains2 into usrp2py.Nick Foster2010-07-271-0/+1
| |
* | Host-side changes to work with the USRP2+.Nick Foster2010-07-261-0/+1
|/ | | | | | | Change summary: Added clock register selection between USRP2/USRP2+ Added memory map selection between USRP2/USRP2+ Added ADS62P44 support for USRP2+
* init values in dboards to remove gcc warningsJosh Blum2010-05-181-0/+6
|
* Added a place for serdes control on the host.Josh Blum2010-05-101-0/+1
| | | | | Fix bug in codec control. Comment out some clock control in fw code.
* Moved adc and dac control into codec control source file.Josh Blum2010-05-101-1/+2
| | | | The codec control powers down the chips on destruction.
* moved uhd lib cmake contents into respective subdirectoriesJosh Blum2010-05-061-0/+29