zephyr/drivers/lora
Andreas Sandberg a36147c9cb drivers: lora: Factor out sx12xx common functionality
LoRa radios supported by LoRaMAC-Node have a lot of common
functionality. Zephyr's LoRa implementation for the SX1276 uses
LoRaMAC-Nodes Radio HAL to implement API functionality like send and
recv. The exact same functionality will be used by the SX126x
driver. Facilitate sharing by moving that to a separate source file.

Signed-off-by: Andreas Sandberg <andreas@sandberg.pp.se>
2020-06-11 07:15:34 -04:00
..
CMakeLists.txt drivers: lora: Factor out sx12xx common functionality 2020-06-11 07:15:34 -04:00
hal_common.c drivers: lora: Move board support to a separate file 2020-06-11 07:15:34 -04:00
Kconfig
Kconfig.sx1276
shell.c
sx12xx_common.c drivers: lora: Factor out sx12xx common functionality 2020-06-11 07:15:34 -04:00
sx12xx_common.h drivers: lora: Factor out sx12xx common functionality 2020-06-11 07:15:34 -04:00
sx1276.c drivers: lora: Factor out sx12xx common functionality 2020-06-11 07:15:34 -04:00