forked from Archive/PX4-Autopilot
Removed uavcan from nuttx firmware for v1.
This commit is contained in:
parent
67087c6428
commit
4ad82644fe
|
@ -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…
Reference in New Issue