mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
13 lines
191 B
CMake
13 lines
191 B
CMake
include(nuttx/px4_impl_nuttx)
|
|
|
|
px4_nuttx_configure(HWCLASS m3 CONFIG nsh)
|
|
|
|
set(config_module_list
|
|
drivers/boards
|
|
drivers/stm32
|
|
lib/mixer
|
|
lib/rc
|
|
modules/px4iofirmware
|
|
platforms/common
|
|
)
|