Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | next: generalized the GPS interface to any USRP device. just give it a ↵ | Nick Foster | 2011-01-17 | 1 | -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 next | Josh Blum | 2010-12-22 | 1 | -20/+22 |
|\ | | | | | | | | | Conflicts: host/lib/usrp/usrp2/CMakeLists.txt | ||||
| * | uhd: use the include subdir macro to simplify the lib subdirs cmakelists | Josh Blum | 2010-12-20 | 1 | -21/+23 |
| | | |||||
| * | uhd: implemented top-level component registry | Josh Blum | 2010-12-20 | 1 | -1/+1 |
| | | | | | | | | now docs, examples, utils, usb, are configurable components with dependencies | ||||
* | | usrp-n: removed serdes control, its not needed, fw must set this up | Josh Blum | 2010-12-11 | 1 | -2/+0 |
|/ | |||||
* | uhd: added macro to enable/disable components | Josh Blum | 2010-11-29 | 1 | -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 Foster | 2010-11-10 | 1 | -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 upstream | Nick Foster | 2010-11-10 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p | Nick Foster | 2010-09-15 | 1 | -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 usrp2 | Josh Blum | 2010-09-09 | 1 | -19/+40 |
| | | |||||
| * | usrp2: added codec impl for codec properties to usrp2 | Josh Blum | 2010-07-27 | 1 | -0/+1 |
| | | |||||
* | | first stab at a GPS driver in gps_ctrl.cpp. not the most expandable thing in ↵ | Nick Foster | 2010-08-13 | 1 | -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 Foster | 2010-07-27 | 1 | -0/+1 |
| | | |||||
* | | Host-side changes to work with the USRP2+. | Nick Foster | 2010-07-26 | 1 | -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 warnings | Josh Blum | 2010-05-18 | 1 | -0/+6 |
| | |||||
* | Added a place for serdes control on the host. | Josh Blum | 2010-05-10 | 1 | -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 Blum | 2010-05-10 | 1 | -1/+2 |
| | | | | The codec control powers down the chips on destruction. | ||||
* | moved uhd lib cmake contents into respective subdirectories | Josh Blum | 2010-05-06 | 1 | -0/+29 |