commit | a36147c9cb0ce1315839819f5df6bb733e36b70c | [log] [tgz] |
---|---|---|
author | Andreas Sandberg <andreas@sandberg.pp.se> | Tue May 05 09:16:32 2020 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Jun 11 07:15:34 2020 -0400 |
tree | d79593bef4a617d78d311941996b6fb952b30bc4 | |
parent | 69fac5c49863d071a46a33ca95c4016ce1df2fbd [diff] |
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>