diff options
author | Nick Foster <nick@nerdnetworks.org> | 2011-01-17 22:51:14 -0800 |
---|---|---|
committer | Nick Foster <nick@nerdnetworks.org> | 2011-01-17 22:51:14 -0800 |
commit | 330a014dfc32b34a7fe5555d3ae2d87a25dc2466 (patch) | |
tree | 5b744b8cdb13eda776028a046cf4e15dba0a668d /host/lib/usrp/CMakeLists.txt | |
parent | caa911aa270ee4aef7244f3159b9fd402a454069 (diff) | |
download | uhd-330a014dfc32b34a7fe5555d3ae2d87a25dc2466.tar.gz uhd-330a014dfc32b34a7fe5555d3ae2d87a25dc2466.tar.bz2 uhd-330a014dfc32b34a7fe5555d3ae2d87a25dc2466.zip |
next: generalized the GPS interface to any USRP device. just give it a function to write/read strings to UART.
not sure if i'm happy with the interface; maybe inheriting is cleaner. this works though.
gps interface for usrp2 is disabled right now in mboard_impl.
Diffstat (limited to 'host/lib/usrp/CMakeLists.txt')
-rw-r--r-- | host/lib/usrp/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/CMakeLists.txt b/host/lib/usrp/CMakeLists.txt index 9dc74a5fe..bd25aec2b 100644 --- a/host/lib/usrp/CMakeLists.txt +++ b/host/lib/usrp/CMakeLists.txt @@ -25,6 +25,7 @@ LIBUHD_APPEND_SOURCES( ${CMAKE_CURRENT_SOURCE_DIR}/dboard_iface.cpp ${CMAKE_CURRENT_SOURCE_DIR}/dboard_manager.cpp ${CMAKE_CURRENT_SOURCE_DIR}/dsp_utils.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/gps_ctrl.cpp ${CMAKE_CURRENT_SOURCE_DIR}/mboard_eeprom.cpp ${CMAKE_CURRENT_SOURCE_DIR}/misc_utils.cpp ${CMAKE_CURRENT_SOURCE_DIR}/multi_usrp.cpp |