Files
PX4-Autopilot/cmake/configs/nuttx_aerofc-v1_rtps.cmake
Avinash Reddy Palleti 456227f39e Add RTPS cmake config for AeroFC
Adding a seperate cmake config to support RTPS messaging on AeroFC. This will
include compiling protocol_splitter and micrortps_client, and starting both
of them at boot time.
2017-11-21 16:51:46 +01:00

8 lines
129 B
CMake

include(configs/nuttx_aerofc-v1_default)
list(APPEND config_module_list
modules/micrortps_bridge
drivers/protocol_splitter
)