mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-29 22:30:35 +08:00
9449ed6e66
Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
13 lines
302 B
Plaintext
13 lines
302 B
Plaintext
menuconfig SYSTEMCMDS_SERIAL_TEST
|
|
bool "serial_test"
|
|
default n
|
|
---help---
|
|
Enable support for serial_test
|
|
|
|
menuconfig USER_SERIAL_TEST
|
|
bool "serial_test running as userspace module"
|
|
default y
|
|
depends on BOARD_PROTECTED && SYSTEMCMDS_SERIAL_TEST
|
|
---help---
|
|
Put serial_test in userspace memory
|