mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-16 21:10:10 +00:00
and made use of it in the dboard manager so it intercepts the sets and gets. While doing this, fixed something with nested links in wax obj. Added some useful macros and templates to the utils. |
||
|---|---|---|
| .. | ||
| apps | ||
| include | ||
| lib | ||
| test | ||
| .gitignore | ||
| AUTHORS | ||
| cmake_uninstall.cmake.in | ||
| CMakeLists.txt | ||
| LICENSE | ||
| README | ||
| uhd.pc.in | ||
######################################################################## # Ettus Research - Universal Hardware Driver ######################################################################## The hardware driver for Ettus Research products. ######################################################################## # Supported USRP Motherboards ######################################################################## USRP2 - gigabit ethernet ######################################################################## # Supported USRP Daughterboards ######################################################################## Basic RX Basic TX ######################################################################## # CMake Instructions ######################################################################## cd <uhd_src_dir> mkdir build cd build cmake ../ make make test sudo make install