Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added uhd_config_info utility | Nicholas Corgan | 2015-12-30 | 3 | -0/+57 |
| | |||||
* | uhd: Moving from UHD_INLINE to UHD_FORCE_INLINE for clarity | Martin Braun | 2015-12-23 | 1 | -0/+4 |
| | |||||
* | error.h: added missing UHD_API | Nicholas Corgan | 2015-12-18 | 1 | -1/+1 |
| | |||||
* | Use UHD_INLINE macro instead of inline | Nicholas Corgan | 2015-12-09 | 6 | -54/+54 |
| | |||||
* | docs: Remove some doxygen warnings by minor refactorings | Martin Braun | 2015-11-11 | 2 | -6/+10 |
| | |||||
* | cmake: Added missing include (gpio_defs.hpp) | Martin Braun | 2015-10-16 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into ashish/gpio_atr_redux | Ashish Chaudhari | 2015-10-15 | 1 | -4/+4 |
|\ | |||||
| * | Merge branch 'maint' | Martin Braun | 2015-10-09 | 1 | -4/+4 |
| |\ | |||||
| | * | docs: Removed some Doxygen warnings | Martin Braun | 2015-10-08 | 1 | -4/+4 |
| | | | |||||
* | | | usrp3: Added new GPIO ATR 3000 core | Ashish Chaudhari | 2015-09-29 | 3 | -10/+75 |
|/ / | | | | | | | | | | | | | | | - Refactored GPIO ATR definitions - Added new 3000 core with a more efficient API - Added a separate db_gpio_atr core to control the ATR bus - Ported b2xx, e3xx and x3xx to the new core - Minor cleanup | ||||
* | | Merge branch 'maint' | Martin Braun | 2015-09-24 | 1 | -1/+3 |
|\| | |||||
| * | uhd: C API wrapper, fix commit 30f87afcba71a07 | Moritz Fischer | 2015-09-24 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | The uhd/usrp_clock/usrp_clock.h doesn't get properly installed, which isn't a big deal if examples are built in tree, but if someone attempts to build a C application against libuhd, uhd.h pulls in <uhd/usrp/usrp_clock.h> and fails as follows: fatal error: uhd/usrp_clock/usrp_clock.h: No such file or directory Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
* | | uhd: Added stdint.hpp | Martin Braun | 2015-09-23 | 2 | -0/+54 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2015-09-01 | 3 | -8/+8 |
|\| | |||||
| * | Fixed minor warnings | Nicholas Corgan | 2015-09-01 | 3 | -8/+8 |
| | | | | | | | | | | | | * Unreferenced exceptions in try-catch statements * Incorrect function documentation * Unlabelled unused variables | ||||
* | | Updated version strings on master branch (3.10) | Martin Braun | 2015-08-31 | 1 | -2/+2 |
|/ | |||||
* | Updated version strings + fpga-src for 3.9.0 release | Martin Braun | 2015-08-18 | 1 | -1/+1 |
| | |||||
* | nirio: Changes to kernel proxy to work with RIO 15.0 on linux | Ashish Chaudhari | 2015-08-14 | 4 | -672/+66 |
| | | | | | - Implemented IOCTL macro for linux and macosx - Refactored v1 and v2 proxy code | ||||
* | C API: added soft register API | Nicholas Corgan | 2015-08-14 | 1 | -0/+40 |
| | |||||
* | uhd: Fixes to build with MSVC | Ashish Chaudhari | 2015-08-13 | 1 | -0/+1 |
| | | | | | - Included list header in soft_reg header - Fixed typo in x300_impl | ||||
* | Merge branch 'master' into ashish/register_api | Ashish Chaudhari | 2015-08-12 | 8 | -262/+150 |
|\ | |||||
| * | C API cleanup, feature additions | Nicholas Corgan | 2015-08-12 | 7 | -257/+145 |
| | | | | | | | | | | | | * Cleaned up usage of handles vs. handle pointers * Store global string for last error thrown * Removed uhd::device_addr_t handle, added std::vector<std::string> handle | ||||
| * | paths: consistency in usage of string parameters | Nicholas Corgan | 2015-08-12 | 1 | -5/+5 |
| | | |||||
* | | soft_reg: Added better inline documentation | Ashish Chaudhari | 2015-08-12 | 2 | -12/+34 |
| | | |||||
* | | uhd: Fixed initialization of members in dirty_tracked | Ashish Chaudhari | 2015-08-11 | 1 | -1/+1 |
| | | |||||
* | | uhd: Added capability defs for register and filter API | Ashish Chaudhari | 2015-08-11 | 1 | -0/+2 |
| | | | | | | | | | | - Added UHD_USRP_MULTI_USRP_REGISTER_API - Added UHD_USRP_MULTI_USRP_FILTER_API | ||||
* | | Merge branch 'master' into ashish/register_api | Ashish Chaudhari | 2015-08-10 | 28 | -29/+3172 |
|\| | |||||
| * | C API: feature additions, bugfixes | Nicholas Corgan | 2015-08-07 | 5 | -4/+115 |
| | | | | | | | | | | | | * Wrapped uhd::device_addrs_t, added find functions for multi_usrp, multi_usrp_clock * Replaced getopt with public domain implementation * Minor bugfixes | ||||
| * | uhd: C API wrapper | Nicholas Corgan | 2015-08-06 | 22 | -20/+3041 |
| | | | | | | | | | | | | | | * multi_usrp, multi_usrp_clock, and associated classes accessible through C * Added Doxygen documentation explaining structure and API * Simple RX and TX streaming examples * Unit tests for different parts of C interface and C++ error conversion | ||||
| * | image_loader: force user to specify device | Nicholas Corgan | 2015-08-05 | 1 | -1/+2 |
| | | | | | | | | | | * On utility level, force user to use --args=type=foo * In each loader, throw an error if args are ambiguous | ||||
| * | Merge branch 'maint' | Martin Braun | 2015-08-05 | 3 | -6/+8 |
| |\ | |||||
| | * | Fixed .ipp include behavior | Nicholas Corgan | 2015-08-05 | 3 | -6/+8 |
| | | | | | | | | | | | | | | | * Use full include path in public headers, not quotes * Install .ipp files alongside corresponding .hpp | ||||
| | * | nirio: fixed defines for OS X vs. other unsupported platforms | Nicholas Corgan | 2015-07-20 | 1 | -3/+5 |
| | | | |||||
| * | | uhd: Added usb_error exception type | Balint Seeber | 2015-08-03 | 1 | -0/+8 |
| | | | |||||
| * | | x300: nirio: Fix compiler warnings | Moritz Fischer | 2015-07-31 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The old code used a non standard (though very common) way to determine the size of an array. In order to avoid warnings, pass another parameter to indicate the size. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
* | | | uhd: Added dirty tracking support to soft_register | Ashish Chaudhari | 2015-08-10 | 1 | -17/+38 |
| | | | |||||
* | | | uhd: Added dirty tracking wrapper class | Ashish Chaudhari | 2015-08-10 | 1 | -0/+132 |
| | | | | | | | | | | | | | | | - Useful for tracking changes to a data type - dirty_tracked serves as a wrapper for a data type with the changed flag embedded | ||||
* | | | uhd: Register API enhancements | Ashish Chaudhari | 2015-08-06 | 1 | -7/+20 |
| | | | | | | | | | | | | | | | - Added get_register_info function to get bitwidth and R/W access for a registers - Better error reporting | ||||
* | | | uhd: Removed dependency on boost/lockfree | Ashish Chaudhari | 2015-08-05 | 1 | -2/+23 |
| | | | |||||
* | | | uhd: Added APIs to multi_usrp to read/write device registers | Ashish Chaudhari | 2015-08-04 | 2 | -24/+364 |
|/ / | | | | | | | | | | | - Added regmap object to soft_register library - Added a regmap_db object to hold multiple regmaps/dbs - Multiple soft_register enhancements | ||||
* | | MSVC 2015 compatibility | Nicholas Corgan | 2015-07-30 | 2 | -3/+3 |
| | | |||||
* | | Fixed minor warnings | Nicholas Corgan | 2015-07-24 | 1 | -1/+1 |
| | | |||||
* | | nirio: fixed defines for OS X vs. other unsupported platforms (master) | Nicholas Corgan | 2015-07-20 | 1 | -2/+4 |
| | | |||||
* | | Added uhd::image_loader class and uhd_image_loader utility | Nicholas Corgan | 2015-07-15 | 1 | -0/+89 |
| | | | | | | | | | | | | * Single class for loading firmware/FPGA images onto devices instead of multiple utilities * Loading functions are registered for each device, corresponding to their --args="type=foo" name * Deprecation warnings added to all product-specific image loading utilities | ||||
* | | octoclock: fixed install directory for relevant headers | Nicholas Corgan | 2015-07-14 | 1 | -2/+2 |
| | | |||||
* | | uhd: Added soft_register header-only util library | Ashish Chaudhari | 2015-06-29 | 1 | -0/+312 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2015-06-23 | 2 | -3/+4 |
|\| | |||||
| * | docs: added missing parameter descriptions | Nicholas Corgan | 2015-06-22 | 2 | -3/+4 |
| | | |||||
* | | multi_usrp: doxygen fixes | Nicholas Corgan | 2015-06-22 | 1 | -4/+2 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2015-06-11 | 1 | -0/+1 |
|\| | | | | | | | | | Conflicts: host/include/uhd/usrp/multi_usrp.hpp |