Commit graph

5 commits

Author SHA1 Message Date
Lane Kolbly
a2ce2facc7 uhd: Add missing include guards 2020-04-08 15:16:06 -05:00
Martin Braun
876d4150aa uhd: Apply clang-format against all .cpp and .hpp files in host/
Note: template_lvbitx.{cpp,hpp} need to be excluded from the list of
files that clang-format gets applied against.
2020-03-03 08:51:32 -06:00
michael-west
e9077d3452 Test: Add unit test for eeprom_utils 2018-10-25 09:57:16 -07:00
Michael West
adfd3d9598 X300: Prevent duplicate MAC and IP addresses from being programmed in MB
EEPROM
2018-10-25 09:57:16 -07:00
Martin Braun
6652eb4a03 uhd: Move internal headers to uhdlib/
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>
2018-03-14 15:17:44 -07:00
Renamed from host/lib/utils/eeprom_utils.hpp (Browse further)