aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp1/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Register components earlierMartin Braun2015-11-161-2/+0
| | | | | | | | | | All device-specific CMake components are now registered in one place, before the host/lib/ subdirs are sourced. This way, there are no cyclic dependencies. This solves the issue where ENABLE_X300=Off could disable USB, but preserves the fix where ENABLE_X300=Off would still build some X300 codes.
* cmake: added variable to LIBUHD_REGISTER_COMPONENT macro to make required, ↵Nicholas Corgan2015-08-111-2/+2
| | | | | | set LibUHD to required * If required component's dependencies aren't met, CMake will throw an error unless user specifically disables it
* usrp1: implemented properties interface on usrp1Josh Blum2011-07-011-9/+0
|
* usrp1: moved fx2 control into its own directoryJosh Blum2011-06-141-4/+0
|
* uhd: update copyright dates on host codeJosh Blum2011-01-131-1/+1
|
* usrp1: implement soft time ctrl for send at, recv atJosh Blum2011-01-131-0/+1
|
* uhd: use the include subdir macro to simplify the lib subdirs cmakelistsJosh Blum2010-12-201-17/+19
|
* uhd: implemented top-level component registryJosh Blum2010-12-201-6/+1
| | | | now docs, examples, utils, usb, are configurable components with dependencies
* uhd: added macro to enable/disable componentsJosh Blum2010-11-291-15/+1
| | | | | | libuhd prints summary of components added newline prints before config checks
* Merge branch 'good_stuff' into mb_eepromJosh Blum2010-11-051-1/+1
| | | | | Conflicts: firmware/fx2/include
* uhd: added enable flags for usrp1 and usrp2Josh Blum2010-09-091-12/+20
|
* usrp1: compiling off next branchJosh Blum2010-08-151-19/+37
| | | | | | | | made usb checking changes implemented named_prop_t::extract change copied the remainder of the codec pga gain control
* usrp1: Add usrp1 implementationThomas Tsou2010-08-131-0/+39