| Commit message (Expand) | Author | Age | Files | Lines |
* | uhd: use int() casts on enum constants to help swig2 parse it as int | Josh Blum | 2011-04-20 | 5 | -31/+31 |
* | uhd: specify msvc for implementations known only to work on msvc | Josh Blum | 2011-04-04 | 2 | -4/+4 |
* | uhd: disable visibility=hidden on non-dll platforms (cygwin) | Josh Blum | 2011-04-01 | 1 | -1/+1 |
* | uhd: update copyright headers with automated script | Josh Blum | 2011-03-23 | 4 | -4/+4 |
* | uhd: setup cpack components for component based installers | Josh Blum | 2011-03-21 | 5 | -1/+6 |
* | uhd: added comments/documentation to clock_config | Josh Blum | 2011-03-21 | 1 | -0/+7 |
* | usrp: dboard iface can inherit from i2c iface | Josh Blum | 2011-03-17 | 1 | -18/+1 |
* | uhd: whoops, spi convenience functions have 32 bit data | Josh Blum | 2011-03-17 | 1 | -2/+2 |
* | uhd: fix safe call header cuz it was moved on the next branch | Josh Blum | 2011-03-10 | 1 | -1/+1 |
* | Merge branch 'master' into next | Josh Blum | 2011-03-10 | 1 | -1/+1 |
|\ |
|
| * | uhd: fixed include in safe call, added quotes for SET_SOURCE_FILES_PROPERTIES | Josh Blum | 2011-03-10 | 1 | -1/+1 |
| * | usrp2: created safe call macro and handle usrp2 ~mboard throwing | Josh Blum | 2011-03-10 | 2 | -0/+46 |
* | | usrp2: created safe call macro and handle usrp2 ~mboard throwing | Josh Blum | 2011-03-10 | 2 | -0/+46 |
* | | Merge branch 'master' into next | Josh Blum | 2011-03-03 | 1 | -3/+3 |
|\| |
|
| * | Fixes inverted logic in sensors bool interface | Jason Abele | 2011-03-03 | 1 | -3/+3 |
| * | uhd: sensors header fix to make swig happy | Josh Blum | 2011-02-25 | 1 | -3/+6 |
* | | uhd: removed mb_eeprom from mboard iface (already exposed in property) | Josh Blum | 2011-03-03 | 1 | -2/+0 |
* | | Merge branch 'mb_iface' into next | Josh Blum | 2011-03-03 | 5 | -1/+150 |
|\ \ |
|
| * | | Generalized mboard_iface and added a SPI convenience class a la I2C | Nick Foster | 2011-03-03 | 5 | -19/+71 |
| * | | Generalized the mboard_iface into mboard_iface.hpp and made each of the USRP ... | Nick Foster | 2011-03-01 | 1 | -0/+103 |
|/ / |
|
* | | uhd: sensors header fix to make swig happy | Josh Blum | 2011-02-25 | 1 | -3/+6 |
* | | uhd: switch algorithm namespace to uhd | Josh Blum | 2011-02-24 | 2 | -58/+6 |
* | | uhd: replaced instanced of std::exception with the uhd exceptions | Josh Blum | 2011-02-24 | 3 | -11/+18 |
* | | uhd: renamed the assert header to assert has | Josh Blum | 2011-02-24 | 4 | -15/+19 |
* | | uhd: moved exception to top level include | Josh Blum | 2011-02-24 | 5 | -9/+7 |
* | | uhd: added a bunch of custom exceptions, not used yet | Josh Blum | 2011-02-24 | 3 | -25/+94 |
* | | Merge branch 'usrp2_dual_dsp' into next | Josh Blum | 2011-02-24 | 5 | -23/+30 |
|\ \
| |/
|/| |
|
| * | Merge branch 'usrp2_fw_clock_cleanup' into usrp2_dual_dsp | Josh Blum | 2011-02-22 | 1 | -1/+0 |
| |\ |
|
| * | | uhd: moved indexed device addr routines into api | Josh Blum | 2011-02-21 | 1 | -2/+8 |
| * | | usrp: support for multiple dsps in props and implemented in usrp1 | Josh Blum | 2011-02-17 | 2 | -11/+5 |
| * | | Merge branch 'sensors' into usrp2_dual_dsp | Josh Blum | 2011-02-17 | 2 | -11/+66 |
| |\ \ |
|
| * | | | uhd: work on multiple dsp in host wrapper | Josh Blum | 2011-02-17 | 7 | -68/+77 |
* | | | | uhd: switch dboard id prop to whole eeprom struct | Josh Blum | 2011-02-22 | 2 | -2/+2 |
* | | | | Merge branch 'sensors' into dboard_serial | Josh Blum | 2011-02-22 | 8 | -70/+127 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | uhd: added to_<type> calls to sensors to make it easy | Josh Blum | 2011-02-11 | 2 | -12/+14 |
| * | | | usrp: implement sensors in all the dboards, deprecated read rssi and get lo l... | Josh Blum | 2011-02-11 | 2 | -5/+10 |
| * | | | usrp: added get sensors api to multi usrp for rx/tx subdevs and mboard | Josh Blum | 2011-02-11 | 1 | -0/+46 |
| * | | | usrp: added sensors props to mboard and subdev (removed stupid = 'char' thing) | Josh Blum | 2011-02-11 | 7 | -60/+64 |
* | | | | uhd: simplify dboard eeprom code by passing iface into load/store | Josh Blum | 2011-02-22 | 1 | -15/+13 |
* | | | | uhd: added 9 byte serial to dboard eeprom class | Josh Blum | 2011-02-22 | 2 | -17/+4 |
| |_|/
|/| | |
|
* | | | uhd: replace header checks in cmake files with more robust compile checks for... | Josh Blum | 2011-02-21 | 1 | -1/+0 |
| |/
|/| |
|
* | | uhd: tweaks for windows msvc compiler warnings and errors | Josh Blum | 2011-02-16 | 2 | -2/+2 |
* | | usrp-e100: replaced safe managed buffers in usrp-e100 mmap with custom ones | Josh Blum | 2011-02-15 | 1 | -30/+0 |
* | | uhd: fix typo in ref vector docs | Josh Blum | 2011-02-15 | 1 | -1/+1 |
* | | uhd: reusable buffers for libusb zero copy implementation | Josh Blum | 2011-02-15 | 1 | -2/+2 |
|/ |
|
* | uhd: third iteration of the reference vector | Josh Blum | 2011-02-11 | 1 | -8/+32 |
* | usrp: added mboard param to get time now and last pps | Josh Blum | 2011-02-11 | 1 | -2/+4 |
* | uhd: reference vector fix revealed when building w/ debug | Josh Blum | 2011-02-10 | 1 | -15/+7 |
* | uhd: use ref vector class for the conversion routines I/O | Josh Blum | 2011-02-10 | 1 | -4/+4 |
* | uhd: tweaks to bounded buffer | Josh Blum | 2011-02-10 | 2 | -4/+28 |