nuttx-apps/examples/sx127x_demo/Kconfig
raiden00pl 81c7bdd2a1 Merged in raiden00/apps/lora (pull request #170)
examples: add sx127x demo

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2019-02-25 17:00:11 +00:00

33 lines
630 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config EXAMPLES_SX127X
bool "SX127x example"
default n
depends on LPWAN_SX127X
config EXAMPLES_SX127X_RFFREQ
int "SX127x RF frequency"
default 930000000
config EXAMPLES_SX127X_TXPOWER
int "SX127x TX power"
default 14
config EXAMPLES_SX127X_TXDATA
int "SX127x TX data length"
default 5
config EXAMPLES_SX127X_TIME
int "SX127x demo time, 0 for infinity"
default 0
config EXAMPLES_SX127X_INTERVAL
int "SX127x time interval for modem operations"
default 5
if EXAMPLES_SX127X
endif