mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
cmake move custom upload helpers to boards/
This commit is contained in:
@@ -51,14 +51,4 @@ else()
|
||||
m
|
||||
)
|
||||
|
||||
add_custom_target(upload
|
||||
COMMAND
|
||||
${PX4_SOURCE_DIR}/Tools/adb_upload.sh
|
||||
${CMAKE_CURRENT_BINARY_DIR}/libpx4.so ${CMAKE_CURRENT_BINARY_DIR}/libpx4muorb_skel.so ${PX4_SOURCE_DIR}/posix-configs/eagle/flight/px4.config
|
||||
/usr/share/data/adsp
|
||||
DEPENDS px4 px4muorb_skel
|
||||
COMMENT "uploading px4"
|
||||
USES_TERMINAL
|
||||
)
|
||||
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user