mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
uORB add ORB_COMMUNICATOR define to enable remote uORB
This commit is contained in:
committed by
Lorenz Meier
parent
6579b7254a
commit
8599495082
@@ -17,6 +17,8 @@ else()
|
||||
set(QC_SOC_TARGET "APQ8074")
|
||||
endif()
|
||||
|
||||
add_definitions(-DORB_COMMUNICATOR)
|
||||
|
||||
set(config_module_list
|
||||
drivers/linux_sbus
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@ set(CMAKE_TOOLCHAIN_FILE ${PX4_SOURCE_DIR}/cmake/cmake_hexagon/toolchain/Toolcha
|
||||
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PX4_SOURCE_DIR}/cmake/cmake_hexagon")
|
||||
|
||||
set(DISABLE_PARAMS_MODULE_SCOPING TRUE)
|
||||
add_definitions(-DORB_COMMUNICATOR)
|
||||
|
||||
# Get $QC_SOC_TARGET from environment if existing.
|
||||
if (DEFINED ENV{QC_SOC_TARGET})
|
||||
|
||||
@@ -28,6 +28,7 @@ else()
|
||||
endif()
|
||||
|
||||
set(CONFIG_SHMEM "1")
|
||||
add_definitions(-DORB_COMMUNICATOR)
|
||||
|
||||
set(config_module_list
|
||||
drivers/blinkm
|
||||
|
||||
@@ -19,7 +19,7 @@ else()
|
||||
endif()
|
||||
|
||||
set(CONFIG_SHMEM "1")
|
||||
|
||||
add_definitions(-DORB_COMMUNICATOR)
|
||||
|
||||
set(config_module_list
|
||||
drivers/blinkm
|
||||
|
||||
@@ -55,7 +55,6 @@ set(config_module_list
|
||||
|
||||
platforms/posix/tests/hello
|
||||
platforms/posix/tests/hrt_test
|
||||
platforms/posix/tests/muorb
|
||||
platforms/posix/tests/vcdev_test
|
||||
|
||||
#
|
||||
|
||||
@@ -6,6 +6,7 @@ else()
|
||||
endif()
|
||||
|
||||
set(DISABLE_PARAMS_MODULE_SCOPING TRUE)
|
||||
add_definitions(-DORB_COMMUNICATOR)
|
||||
|
||||
# Get $QC_SOC_TARGET from environment if existing.
|
||||
if (DEFINED ENV{QC_SOC_TARGET})
|
||||
|
||||
@@ -6,6 +6,7 @@ else()
|
||||
endif()
|
||||
|
||||
set(DISABLE_PARAMS_MODULE_SCOPING TRUE)
|
||||
add_definitions(-DORB_COMMUNICATOR)
|
||||
|
||||
# Get $QC_SOC_TARGET from environment if existing.
|
||||
if (DEFINED ENV{QC_SOC_TARGET})
|
||||
|
||||
@@ -11,6 +11,7 @@ else()
|
||||
endif()
|
||||
|
||||
set(DISABLE_PARAMS_MODULE_SCOPING TRUE)
|
||||
add_definitions(-DORB_COMMUNICATOR)
|
||||
|
||||
# Get $QC_SOC_TARGET from environment if existing.
|
||||
if (DEFINED ENV{QC_SOC_TARGET})
|
||||
|
||||
@@ -9,6 +9,7 @@ else()
|
||||
endif()
|
||||
|
||||
set(CONFIG_SHMEM "1")
|
||||
add_definitions(-DORB_COMMUNICATOR)
|
||||
|
||||
# Get $QC_SOC_TARGET from environment if existing.
|
||||
if (DEFINED ENV{QC_SOC_TARGET})
|
||||
|
||||
@@ -9,6 +9,7 @@ else()
|
||||
endif()
|
||||
|
||||
set(CONFIG_SHMEM "1")
|
||||
add_definitions(-DORB_COMMUNICATOR)
|
||||
|
||||
# Get $QC_SOC_TARGET from environment if existing.
|
||||
if (DEFINED ENV{QC_SOC_TARGET})
|
||||
|
||||
Reference in New Issue
Block a user