uhd/host
Abhishek Verma b2f7a87b0f host: utils: Fixed python script paths under utils for windows
When uhd_usrp_probe is executed with incompatible UHD and FPGA images,
we get the expected incompat error. The problem is that on windows,
this error messages prints an incorrect file path to uhd_images_downloader.py.
It mentions folder "bin" but the python script is located under "lib".

For example:
current behavior "C:\Program Files\UHD\bin\uhd\utils\uhd_images_downloader.py"
expected behavior "C:\Program Files\UHD\lib\uhd\utils\uhd_images_downloader.py"

This fix is addressed by updating find_utility() function. Since, the dll in
windows is present under /bin, the get_lib_path() returns this path and
not the /lib path. To get the correct path, get_lib_path() is replaced by
get_pkg_path() and the rest of the file path is contructed using /lib/.
2025-02-07 14:49:34 +01:00
..
cmake cmake: Require NumPy component in FindPython3 2025-01-31 10:19:30 +01:00
docs x300: allow for reading FPGA temperature sensor 2025-01-31 08:27:00 +01:00
examples Use /dev/zero for disk rate check 2025-02-07 11:00:36 +01:00
include lib: Replace uhd::math::gcd,lcm with std::gcd,lcm 2025-02-07 11:00:36 +01:00
lib host: utils: Fixed python script paths under utils for windows 2025-02-07 14:49:34 +01:00
python image builder: grc import: Improve clock connection identification 2025-02-07 11:00:36 +01:00
tests host: pytest: allow dut_type to be all lowercase 2025-02-07 11:00:36 +01:00
utils rfnoc_modtool: Remove reliance on @CONFIG_PATH@ 2025-01-31 08:02:51 +01:00
.gitignore
CMakeLists.txt cmake: Set build type before package find 2025-01-27 15:58:15 +01:00
LICENSE
README.md host: fixed mailing list URL in readme 2025-01-21 08:08:56 +01:00
uhd.pc.in

Host UHD™ Software Source Code

This directory tree contains the source code that builds the UHD software library on your host computer. This library contains the drivers for all Ettus Research products, and the framework and API that make them usable to application-level programs. The UHD library runs entirely in user-space.

Documentation

For documentation, please refer to the following resources:

For technical documentation related to our devices and UHD check out the UHD and USRP Manual.

Additionally, be sure to check out the Ettus Research FAQ, and the Knowledge Base for useful application notes and tutorials.

Support

If you have purchased an Ettus Research USRP™ product and need technical support using the device or using this UHD™ software, please e-mail the USRP-Users mailing list, which is where Ettus Research, and our community, provide support to users.

Note that you must be subscribed to the list in order to post a message to the list. This is to prevent spammers from just sending garbage messages out over the listserve.