mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 17:27:35 +08:00
14 lines
315 B
Plaintext
14 lines
315 B
Plaintext
menuconfig SYSTEMCMDS_BL_UPDATE
|
|
bool "bl_update"
|
|
default n
|
|
depends on PLATFORM_NUTTX
|
|
---help---
|
|
Enable support for bl_update
|
|
|
|
menuconfig USER_BL_UPDATE
|
|
bool "bl_update running as userspace module"
|
|
default n
|
|
depends on BOARD_PROTECTED && SYSTEMCMDS_BL_UPDATE
|
|
---help---
|
|
Put bl_update in userspace memory
|