mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-10 00:07:02 +00:00
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> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
hal_common.c | ||
Kconfig | ||
Kconfig.sx1276 | ||
shell.c | ||
sx12xx_common.c | ||
sx12xx_common.h | ||
sx1276.c |