mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-05 17:20:35 +08:00
13 lines
289 B
Plaintext
13 lines
289 B
Plaintext
menuconfig MODULES_SPACECRAFT
|
|
bool "SPACECRAFT"
|
|
default n
|
|
---help---
|
|
Enable support for spacecraft
|
|
|
|
menuconfig USER_SPACECRAFT
|
|
bool "spacecraft running as userspace module"
|
|
default y
|
|
depends on BOARD_PROTECTED && MODULES_SPACECRAFT
|
|
---help---
|
|
Put SPACECRAFT in userspace memory
|