feat add lorawan_gateway_single_channel lib for XiUOS and compile OK
This commit is contained in:
@@ -5,6 +5,18 @@ menuconfig LIB_USING_LORAWAN
|
||||
default n
|
||||
|
||||
if LIB_USING_LORAWAN
|
||||
menuconfig LIB_USING_LORAWAN_GATEWAY_SC
|
||||
help
|
||||
Please add "source "$APP_DIR/lib/lorawan/lorawan_gateway_single_channel/Kconfig"" when using lorawan_gateway_single_channel
|
||||
bool "LoRaWan using lorawan_gateway for single channel(SX126x/SX127x) lib"
|
||||
default n
|
||||
select LIB_USING_LORA_RADIO
|
||||
select BSP_USING_LWIP
|
||||
|
||||
if LIB_USING_LORAWAN_GATEWAY_SC
|
||||
|
||||
endif
|
||||
|
||||
menuconfig LIB_USING_LORAWAN_ED_STACK
|
||||
help
|
||||
Please add "source "$APP_DIR/lib/lorawan/lorawan_devicenode/Kconfig"" when using lorawan_devicenode
|
||||
@@ -21,6 +33,7 @@ menuconfig LIB_USING_LORAWAN
|
||||
Please add "source "$APP_DIR/lib/lorawan/lora_radio_driver/Kconfig"" when using lora_radio_driver
|
||||
bool "LoRaWan using lora-radio-driver lib"
|
||||
default n
|
||||
select BSP_USING_SPI
|
||||
|
||||
if LIB_USING_LORA_RADIO
|
||||
|
||||
|
||||
Reference in New Issue
Block a user