mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Merge pull request #2973 from jgoppert/cmake-fmuv1-fix
Removed uavcan from nuttx firmware for v1.
This commit is contained in:
commit
c8cb13e904
@ -98,7 +98,6 @@ set(config_module_list
|
||||
modules/controllib
|
||||
modules/uORB
|
||||
modules/dataman
|
||||
modules/uavcan
|
||||
|
||||
#
|
||||
# Libraries
|
||||
|
||||
@ -168,6 +168,8 @@ set(config_io_board
|
||||
|
||||
set(config_extra_libs
|
||||
${CMAKE_SOURCE_DIR}/src/lib/mathlib/CMSIS/libarm_cortexM4lf_math.a
|
||||
libuavcan.a
|
||||
libuavcan_stm32_driver.a
|
||||
)
|
||||
|
||||
set(config_io_extra_libs
|
||||
|
||||
@ -40,8 +40,6 @@ target_link_libraries(firmware_nuttx
|
||||
${module_libraries}
|
||||
${config_extra_libs}
|
||||
${link_libs}
|
||||
libuavcan_stm32_driver.a
|
||||
libuavcan.a
|
||||
-Wl,--end-group)
|
||||
|
||||
add_custom_target(check_weak
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user