aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/b100/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
* b100: moved usb wrapper class into b100 implJosh Blum2013-07-191-1/+2
| | | | * since its only used internally in b100
* b100: squashed host code for fifo control/timed commandsJosh Blum2012-07-021-2/+1
| | | | | This uses the new b100/e100 common core and FIFO control modules. Subsequent commit will be the compatible FPGA merge.
* b100: got b100 into the properties tree like usrp2Josh Blum2011-06-291-13/+2
|
* b100: support for dual dspJosh Blum2011-06-161-1/+1
|
* b100: removed usrp prefix from filesJosh Blum2011-06-151-0/+47