mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 00:48:30 -04:00
658bead862
The initial implementation defines only the pre-build task generators.
13 lines
179 B
CMake
13 lines
179 B
CMake
include(configs/nuttx_px4fmu-common_apm)
|
|
|
|
list(APPEND config_module_list
|
|
drivers/boards/px4fmu-v1
|
|
drivers/px4io
|
|
drivers/px4flow
|
|
)
|
|
|
|
set(config_io_board
|
|
px4io-v1
|
|
)
|
|
|