Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | usb: fix 'submit' to return 'int' since that is what ↵ | Michael Dickens | 2016-08-01 | 1 | -7/+7 | |
| | | | | | | | | 'libusb_control_transfer' returns; otherwise 'submit' is used with the correct types internally. | |||||
* | | add specific configuration support for clang | Michael Dickens | 2016-08-01 | 2 | -0/+14 | |
| | | ||||||
* | | Merge branch 'maint' | Martin Braun | 2016-08-01 | 1 | -1/+3 | |
|\| | | | | | | | | | | | Conflicts: host/lib/usrp/dboard/db_wbx_version2.cpp host/lib/usrp/dboard/db_wbx_version3.cpp | |||||
| * | Octoclock: Fix firmware version compatibility | michael-west | 2016-06-27 | 1 | -1/+3 | |
| | | ||||||
* | | cmake: Fix compatibility with new versioning scheme | Nicolas Cuervo | 2016-08-01 | 1 | -1/+1 | |
| | | | | | | | | - Fixes init_usrp | |||||
* | | uhd: minor prop tree formatting | Martin Braun | 2016-07-29 | 1 | -1/+3 | |
| | | ||||||
* | | usrp3: Added SW muxer/demuxer for the zero_copy interface | Ashish Chaudhari | 2016-07-29 | 1 | -0/+72 | |
| | | | | | | | | | | | | | | - Can be used to share a single zero_copy_if object with multiple streams - Allows creating of virtual streams that are indistinguishable from low-level streams | |||||
* | | C API: wrapped multi_usrp functions for interacting with LO's | Nicholas Corgan | 2016-07-19 | 2 | -2/+79 | |
| | | ||||||
* | | multi_usrp: Added LO control API | Derek Kozel | 2016-07-19 | 1 | -0/+80 | |
| | | ||||||
* | | Changing UHD's versioning system | Nicholas Corgan | 2016-06-14 | 1 | -2/+3 | |
| | | | | | | | | * Version numbers now Major.API.ABI.Patch | |||||
* | | Merge branch 'maint' | Martin Braun | 2016-06-14 | 2 | -6/+6 | |
|\| | ||||||
| * | config: better platform detection | Nicholas Corgan | 2016-06-14 | 2 | -6/+6 | |
| | | ||||||
* | | dboard_iface: Added FE name input to set_fe_connection | Ashish Chaudhari | 2016-05-16 | 1 | -2/+7 | |
| | | | | | | | | | | - A dboard_base class can have multiple frontends (subdevs) and the set_fe_connection needs to be able to distinguish between them | |||||
* | | remove unnecessary 'explicit' from soft_register constructors | Brooks Prumo | 2016-05-13 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch 'maint' | Martin Braun | 2016-04-22 | 1 | -1/+1 | |
|\| | | | | | | | | | | | | | Conflicts: fpga-src host/cmake/Modules/UHDVersion.cmake host/lib/usrp/b200/b200_impl.cpp | |||||
| * | math: Fixed floating point comparison for custom delta | Martin Braun | 2016-04-22 | 1 | -1/+1 | |
| | | | | | | | | Reviewed-By: Derek Kozel <derek.kozel@ettus.com> | |||||
* | | transport optimize: Added a thread transport offload to share the workload | Paul David | 2016-04-18 | 1 | -0/+50 | |
| | | ||||||
* | | Added option for writes to specify a SPI speed | Derek Kozel | 2016-04-08 | 1 | -1/+7 | |
| | | ||||||
* | | Merge branch 'maint' | Martin Braun | 2016-04-07 | 17 | -28/+28 | |
|\| | | | | | | | | | Conflicts: host/lib/usrp/cores/gpio_core_200.cpp | |||||
| * | Fixed spelling errors, mostly in documentation | Derek Kozel | 2016-04-06 | 17 | -28/+28 | |
| | | ||||||
* | | dboard_iface: Added method to configure front connection and settings | Ashish Chaudhari | 2016-03-21 | 1 | -0/+9 | |
| | | ||||||
* | | usrp: Added fe_connection type and unit test | Ashish Chaudhari | 2016-03-21 | 2 | -0/+128 | |
| | | | | | | | | | | - Wraps a sampling mode and IF frequency - Built-in parser to deduce swap,invert,mode bits from string connection | |||||
* | | Updated code to work for new minimum dependencies | Nicholas Corgan | 2016-03-21 | 3 | -61/+3 | |
| | | | | | | | | | | * Removed code referencing now-unsupported versions of Boost * Added <stdint.h> includes where needed | |||||
* | | Merge branch 'maint' | Martin Braun | 2016-03-11 | 2 | -0/+2 | |
|\| | ||||||
| * | Added <cstddef> includes to support more platforms | Martin Braun | 2016-03-08 | 2 | -0/+2 | |
| | | ||||||
| * | docs: Remove some doxygen warnings by minor refactorings | Martin Braun | 2015-11-05 | 2 | -6/+10 | |
| | | ||||||
* | | dboards: Added APIs to get RX and TX frontend names | Ashish Chaudhari | 2016-02-26 | 1 | -0/+14 | |
| | | ||||||
* | | dboards: Added ability to register a per-dboard container class | Ashish Chaudhari | 2016-02-26 | 2 | -12/+25 | |
| | | | | | | | | | | | | | | | | | | | | - The typical dboard classes are actually "subdev" classes i.e. there is one instance per dboard subdev (front-end). This makes it hard to implement shared functionality between multiple front-ends. - This changes adds the ability to create a container class which is created per group of subdevs and each subdev gets a pointer to the container class for cross linkage. | |||||
* | | dboard: Made dboard class dtors virtual | Ashish Chaudhari | 2016-02-26 | 1 | -0/+4 | |
| | | | | | | | | | | - Interface and all base classes have virtual destructors - Wrapped UBX dtor in UHD_SAFE_CALL | |||||
* | | usrp: Refactored dboard_iface for all products | Ashish Chaudhari | 2016-02-16 | 1 | -38/+20 | |
| | | | | | | | | | | | | | | - Made dboard_iface an interface! Removed PIMPL - Added unit "BOTH" to dboard API and expanded GPIO API width to 32 - Removed gpio_debug_mux. No product ever used that - Refactored gpio_atr cores to work with new dboard_iface | |||||
* | | dboard: Added restricted dboard registration capability | Ashish Chaudhari | 2016-02-16 | 1 | -0/+34 | |
| | | | | | | | | | | | | - Moved dboard iface initialization to dboard_manager - Added a restricted register function. Restricted dboards don't expose their control iface in the property tree | |||||
* | | prop_tree: Added advanced coercion capability to property | Ashish Chaudhari | 2016-02-11 | 2 | -27/+129 | |
| | | | | | | | | | | | | - Added auto and manual coerce modes - Added set_coerced API for manual coercion - Added detailed doxy comments describing behavior of property class | |||||
* | | prop_tree: Multiple API enhancements to uhd::property | Ashish Chaudhari | 2016-02-11 | 2 | -20/+78 | |
| | | | | | | | | | | | | | | | | | | - Added desired and coerced values and accessors to property - Added support to register desired subscribers - set APIs don't reallocate storage for a property value - Renamed callback method registration APIs - Registering 2 coercers or publishers for a property will throw - Registering a coercer and a publisher for the same property will throw | |||||
* | | lib: Made sensor_value_t copyable | Ashish Chaudhari | 2016-02-11 | 1 | -4/+13 | |
| | | | | | | | | | | - Added copy ctor and assignment operator - Possibly ABI breaking | |||||
* | | Grab (u)intptr_t from the global namespace | Ashish Chaudhari | 2016-02-04 | 1 | -2/+2 | |
| | | | | | | | | - Boost only added it to it's namespace starting 1.55 | |||||
* | | math: Removed now superfluous constants. Removes a lot of compiler warnings | Martin Braun | 2016-02-04 | 1 | -13/+0 | |
| | | ||||||
* | | 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 | |
|\| |