Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: Move internal headers to uhdlib/ | Martin Braun | 2018-03-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | To avoid the proliferation of additional include directories and multiple ways of including project-local headers, we now default to moving all headers that are used across UHD into the uhdlib/ subdirectory. Some #include statements were also reordered as they were modified for closer compliance with the coding guidelines. Internal cpp source files should now include files like this: #include <uhdlib/rfnoc/ctrl_iface.hpp> Reviewed-by: Ashish Chaudhari <ashish.chaudhari@ettus.com> | ||||
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 1 | -1/+2 |
| | | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0. | ||||
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 1 | -12/+1 |
| | |||||
* | uhd: wb_iface is now a public interface | Josh Blum | 2013-10-04 | 1 | -3/+4 |
| | |||||
* | lib/cmake: CPack source work | Nicholas Corgan | 2012-11-16 | 1 | -0/+13 |
| | | | | | * Removed all host code dependencies on firmware headers * Put in CMake settings for CPack source | ||||
* | usrp: moved fx2 stuff into common folder | Josh Blum | 2011-07-01 | 1 | -1/+1 |
| | |||||
* | usrp1: implemented properties interface on usrp1 | Josh Blum | 2011-07-01 | 1 | -19/+3 |
| | |||||
* | usb: fix for fx2_ctrl include issuerelease_003_001_002 | Josh Blum | 2011-06-14 | 1 | -1/+1 |
| | |||||
* | usrp1: moved fx2 control into its own directory | Josh Blum | 2011-06-14 | 1 | -2/+2 |
| | |||||
* | uhd: update copyright headers with automated script | Josh Blum | 2011-03-23 | 1 | -1/+1 |
| | |||||
* | uhd: removed mb_eeprom from mboard iface (already exposed in property) | Josh Blum | 2011-03-03 | 1 | -0/+3 |
| | | | | also fixed some warnings with unused parameters | ||||
* | Generalized the mboard_iface into mboard_iface.hpp and made each of the USRP ↵ | Nick Foster | 2011-03-01 | 1 | -34/+2 |
| | | | | devices inherit from it. | ||||
* | usrp: implement name checking on dicovery (all platforms), separate usb ↵ | Josh Blum | 2010-11-05 | 1 | -0/+3 |
| | | | | serial from serial (for now) | ||||
* | usrp1: replace byteswap with htonx (it was wrong to just swap) | Josh Blum | 2010-09-30 | 1 | -14/+0 |
| | | | | also removed unused poke and peek 16 bit calls | ||||
* | usrp1: Add usrp1 implementation | Thomas Tsou | 2010-08-13 | 1 | -0/+100 |