From bfff8b79b950f2f1cebfd2db662a4205df5da65a Mon Sep 17 00:00:00 2001 From: Samuel O'Brien Date: Tue, 21 Jul 2020 13:59:39 -0500 Subject: sim: Add Daughterboard Methods This commit adds daughterboard simulation to the simulator. There is a sim_dboard class which registers it's methods with the rpc server. These methods are visible over mpm as well as the mpm_shell. Signed-off-by: Samuel O'Brien --- mpm/python/usrp_mpm/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'mpm/python/usrp_mpm/CMakeLists.txt') diff --git a/mpm/python/usrp_mpm/CMakeLists.txt b/mpm/python/usrp_mpm/CMakeLists.txt index 93c140a8d..293892337 100644 --- a/mpm/python/usrp_mpm/CMakeLists.txt +++ b/mpm/python/usrp_mpm/CMakeLists.txt @@ -31,4 +31,5 @@ add_subdirectory(dboard_manager) add_subdirectory(periph_manager) add_subdirectory(sys_utils) add_subdirectory(xports) +add_subdirectory(simulator) set(USRP_MPM_FILES ${USRP_MPM_FILES} PARENT_SCOPE) -- cgit v1.2.3