Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: revert VERSION setting for libuhd, macosx does not like patch level | Josh Blum | 2011-03-28 | 1 | -1/+1 |
| | |||||
* | uhd: various packing fixes (lib suffix, and library components) | Josh Blum | 2011-03-28 | 1 | -5/+4 |
| | | | | | 1) setup lib suffix for fedora 64 2) specify component for all library target types (should fix missing library files problem) | ||||
* | uhd: work on versioning technique for the releases | Josh Blum | 2011-03-27 | 1 | -1/+2 |
| | |||||
* | uhd: setup cpack components for component based installers | Josh Blum | 2011-03-21 | 1 | -0/+1 |
| | |||||
* | uhd: only specify BOOST_SP_USE_QUICK_ALLOCATOR for the lib, apps can be ↵ | Josh Blum | 2011-03-11 | 1 | -0/+4 |
| | | | | built without it | ||||
* | Merge branch 'master' into next | Josh Blum | 2011-03-03 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_impl.cpp | ||||
| * | uhd: make ic reg maps depend on common.py | Josh Blum | 2011-02-25 | 1 | -1/+1 |
| | | |||||
* | | uhd: moved exception to top level include | Josh Blum | 2011-02-24 | 1 | -0/+1 |
|/ | |||||
* | uhd: optional variable to specify a non-default name for uhd library | Josh Blum | 2011-02-16 | 1 | -0/+3 |
| | |||||
* | uhd: more useful prints for component macro | Josh Blum | 2011-01-14 | 1 | -21/+1 |
| | | | | | | made libuhd a component so we can just build the docs do the python tests in the top level cmakelists misc other tweaks | ||||
* | uhd: created sensors value, made lib/types and moved files | Josh Blum | 2011-01-06 | 1 | -2/+1 |
| | |||||
* | uhd: replaced templated ranges with one range thing using doubles only to ↵ | Josh Blum | 2011-01-05 | 1 | -0/+1 |
| | | | | avoid trouble with compiler portability | ||||
* | uhd: added new convert directory with type conversion registry (needs testing) | Josh Blum | 2011-01-04 | 1 | -1/+2 |
| | |||||
* | uhd: use -B option on python to prevent generation of bytecode files | Josh Blum | 2010-12-29 | 1 | -1/+1 |
| | |||||
* | cmake: moved module files into modules directory, set modules path | Josh Blum | 2010-12-27 | 1 | -0/+2 |
| | |||||
* | uhd: use the include subdir macro to simplify the lib subdirs cmakelists | Josh Blum | 2010-12-20 | 1 | -5/+27 |
| | |||||
* | uhd: implemented top-level component registry | Josh Blum | 2010-12-20 | 1 | -40/+0 |
| | | | | now docs, examples, utils, usb, are configurable components with dependencies | ||||
* | uhd: use the option function for the components | Josh Blum | 2010-12-14 | 1 | -1/+1 |
| | |||||
* | uhd: added macro to enable/disable components | Josh Blum | 2010-11-29 | 1 | -0/+40 |
| | | | | | | libuhd prints summary of components added newline prints before config checks | ||||
* | uhd: change python module check descriptions to use words | Josh Blum | 2010-10-28 | 1 | -2/+2 |
| | |||||
* | uhd: added to python module check macro, move check to lib dir | Josh Blum | 2010-10-28 | 1 | -0/+19 |
| | |||||
* | uhd: windows path escape fix | Josh Blum | 2010-08-18 | 1 | -0/+2 |
| | |||||
* | uhd: added the concept of installer path (along with local path) for package ↵ | Josh Blum | 2010-08-16 | 1 | -2/+8 |
| | | | | data | ||||
* | uhd: use cmake to convert the pkg data dir to native system format | Josh Blum | 2010-08-15 | 1 | -0/+3 |
| | |||||
* | uhd: created library code to handle paths for images and modules | Josh Blum | 2010-08-09 | 1 | -3/+5 |
| | | | | | | | | - read from environment variable paths - utility functions to get paths and search for images - modified load modules to call the utility functions - added private header constants.hpp to contain cmake variables of interest - modified version.cpp to use this constants file | ||||
* | uhd: moved utils specific cmake stuff into utils cmake file | Josh Blum | 2010-08-08 | 1 | -58/+5 |
| | |||||
* | uhd: moved utils cpp files into lib/utils directory | Josh Blum | 2010-08-04 | 1 | -6/+1 |
| | |||||
* | uhd: get the version string from the api | Josh Blum | 2010-07-22 | 1 | -0/+6 |
| | |||||
* | uhd: moved cpack stuff into config dir (work on cpack) | Josh Blum | 2010-07-13 | 1 | -26/+0 |
| | |||||
* | uhd: work on thread priority scheduling | Josh Blum | 2010-06-16 | 1 | -10/+31 |
| | |||||
* | uhd: added ability to boost rt priority, added general app notes | Josh Blum | 2010-06-15 | 1 | -0/+16 |
| | |||||
* | moved uhd lib cmake contents into respective subdirectories | Josh Blum | 2010-05-06 | 1 | -121/+22 |
| | |||||
* | Merge branch 'wbx' of git@ettus.sourcerepo.com:ettus/uhdpriv | Josh Blum | 2010-05-04 | 1 | -0/+6 |
|\ | |||||
| * | First pass WBX code, it compiles | Jason Abele | 2010-05-03 | 1 | -0/+1 |
| | | |||||
| * | Added first wbx dboard code | Jason Abele | 2010-04-26 | 1 | -0/+5 |
| | | |||||
* | | Merge branch 'work' of git@ettus.sourcerepo.com:ettus/uhdpriv | Josh Blum | 2010-05-03 | 1 | -1/+2 |
|\ \ | |||||
| * | | Expanded the dboard id API to create dboard id types from strings and ints. | Josh Blum | 2010-05-03 | 1 | -1/+2 |
| |/ | | | | | | | | | | | And created utility functions to go between representations. Created to_pp_string for pretty print strings for dboard ids and device addrs. Minor changes to the various classes that call these utilities. | ||||
* | | added ad9522 reg map, minor fixes | Josh Blum | 2010-04-29 | 1 | -0/+5 |
| | | |||||
* | | added reg map for ad9862 | Josh Blum | 2010-04-29 | 1 | -0/+5 |
|/ | |||||
* | Got eeprom read/write dboard ids working. | Josh Blum | 2010-04-26 | 1 | -0/+1 |
| | | | | | Moved named prop implementation into cpp, and made named prop a struct (tuples are trouble). | ||||
* | Moved reading the eeprom (dboard ids) onto the host. | Josh Blum | 2010-04-23 | 1 | -0/+1 |
| | | | | | Created a eeprom parser for the format in the dboard. Removed the support from the microblaze code. | ||||
* | added regs for max2829 | Josh Blum | 2010-04-22 | 1 | -0/+5 |
| | |||||
* | xcvr work, skeleton layout | Josh Blum | 2010-04-21 | 1 | -2/+9 |
| | |||||
* | added comments to cmakelists, makedir in file generation script so python ↵ | Josh Blum | 2010-04-19 | 1 | -0/+7 |
| | | | | doesnt have to | ||||
* | added support for aux dac and adc control in host | Josh Blum | 2010-04-19 | 1 | -0/+9 |
| | |||||
* | Created a docs directory to house restructured text documentation. | Josh Blum | 2010-04-18 | 1 | -1/+1 |
| | | | | | Moved doxygen build rules into the docs build directory. Created rst docs for building and burning usrp2. | ||||
* | Created a usrp2 interface class with the control, spi, peek/poke functionality. | Josh Blum | 2010-04-13 | 1 | -1/+2 |
| | | | | Its used in all the implementation level code | ||||
* | added ad9777 register map | Josh Blum | 2010-04-13 | 1 | -0/+6 |
| | |||||
* | Moved clock control into abstraction clock control class. | Josh Blum | 2010-04-13 | 1 | -6/+13 |
| | |||||
* | reg map for ad9510 | Josh Blum | 2010-04-12 | 1 | -0/+5 |
| |