Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmake: Register components earlier | Martin Braun | 2015-11-16 | 1 | -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 Corgan | 2015-08-11 | 1 | -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 usrp1 | Josh Blum | 2011-07-01 | 1 | -9/+0 |
| | |||||
* | usrp1: moved fx2 control into its own directory | Josh Blum | 2011-06-14 | 1 | -4/+0 |
| | |||||
* | uhd: update copyright dates on host code | Josh Blum | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | usrp1: implement soft time ctrl for send at, recv at | Josh Blum | 2011-01-13 | 1 | -0/+1 |
| | |||||
* | uhd: use the include subdir macro to simplify the lib subdirs cmakelists | Josh Blum | 2010-12-20 | 1 | -17/+19 |
| | |||||
* | uhd: implemented top-level component registry | Josh Blum | 2010-12-20 | 1 | -6/+1 |
| | | | | now docs, examples, utils, usb, are configurable components with dependencies | ||||
* | 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 | ||||
* | Merge branch 'good_stuff' into mb_eeprom | Josh Blum | 2010-11-05 | 1 | -1/+1 |
| | | | | | Conflicts: firmware/fx2/include | ||||
* | uhd: added enable flags for usrp1 and usrp2 | Josh Blum | 2010-09-09 | 1 | -12/+20 |
| | |||||
* | usrp1: compiling off next branch | Josh Blum | 2010-08-15 | 1 | -19/+37 |
| | | | | | | | | made usb checking changes implemented named_prop_t::extract change copied the remainder of the codec pga gain control | ||||
* | usrp1: Add usrp1 implementation | Thomas Tsou | 2010-08-13 | 1 | -0/+39 |