2015-07-15 19:24:18 +02:00
|
|
|
if PAYLOAD_DEPTHCHARGE
|
|
|
|
|
2016-12-23 00:16:48 +01:00
|
|
|
choice
|
|
|
|
prompt "Depthcharge version"
|
|
|
|
|
|
|
|
config DEPTHCHARGE_STABLE
|
|
|
|
bool "stable"
|
|
|
|
help
|
|
|
|
Latest stable version.
|
|
|
|
|
|
|
|
config DEPTHCHARGE_MASTER
|
|
|
|
bool "master"
|
|
|
|
help
|
|
|
|
Newest Depthcharge version.
|
|
|
|
|
|
|
|
config DEPTHCHARGE_REVISION
|
|
|
|
bool "git revision"
|
|
|
|
help
|
|
|
|
Select this option if you have a specific commit or branch that
|
|
|
|
you want to use as the revision from which to build Depthcharge.
|
|
|
|
|
|
|
|
You will be able to specify the name of a branch or a commit SHA
|
|
|
|
later.
|
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
|
|
|
config DEPTHCHARGE_REVISION_ID
|
|
|
|
string "Insert a commit's SHA-1 or a branch name"
|
|
|
|
depends on DEPTHCHARGE_REVISION
|
|
|
|
default "origin/master"
|
|
|
|
help
|
|
|
|
The commit's SHA-1 or branch name of the revision to use.
|
|
|
|
|
2015-07-15 19:24:18 +02:00
|
|
|
config PAYLOAD_FILE
|
|
|
|
string
|
|
|
|
default "payloads/external/depthcharge/depthcharge/build/depthcharge.elf"
|
|
|
|
|
|
|
|
endif
|