Add LoRa module

This commit is contained in:
yudongdong
2021-04-30 21:16:42 +08:00
parent 18da044bb7
commit 849f5d7dd5
61 changed files with 15109 additions and 15 deletions

View File

@@ -1,7 +1,13 @@
menuconfig CONNECTION_COMMUNICATION_WIFI
bool "Enable Wifi"
default n
menuconfig CONNECTION_COMMUNICATION_LORA
bool "Enable LORA"
default n
if CONNECTION_COMMUNICATION_LORA
source "$KERNEL_DIR/framework/connection/Adapter/lora/Kconfig"
endif
menuconfig CONNECTION_COMMUNICATION_ETHERNET
bool "Enable Ethernet"