Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adf435x: run clang-format | Mark Meserve | 2019-05-07 | 1 | -146/+251 |
| | |||||
* | adf435x: add low spur tuning mode | Mark Meserve | 2019-05-07 | 1 | -5/+56 |
| | | | | | - adds a new mode to the adf435x driver which provides general spur performance improvements | ||||
* | adf435x: add charge pump with double parameter | Mark Meserve | 2019-05-02 | 1 | -0/+34 |
| | |||||
* | adf435x: enhance logging messages | Mark Meserve | 2019-05-02 | 1 | -10/+13 |
| | |||||
* | uhd: Move internal headers to uhdlib/ | Martin Braun | 2018-03-14 | 1 | -0/+422 |
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> |