zephyr/drivers/lora
Ilya Tagunov 62d4c6947c drivers: lora: sx127x: rework SX1276 driver to add SX1272 support
SX1272 chip is very similar to the already supported SX1276;
unfortunately, Semtech provides a completely separate driver
for this one. This commit marks an attempt to avoid code
duplication by means of some not-very-pretty ifdefery.

Signed-off-by: Ilya Tagunov <tagunil@gmail.com>
2021-02-28 16:36:35 -05:00
..
CMakeLists.txt drivers: lora: sx127x: rework SX1276 driver to add SX1272 support 2021-02-28 16:36:35 -05:00
Kconfig drivers: lora: Prepare Kconfig for additional radios 2020-07-02 08:32:37 -04:00
Kconfig.sx12xx drivers: lora: sx127x: rework SX1276 driver to add SX1272 support 2021-02-28 16:36:35 -05:00
hal_common.c drivers: lora: Add missing function definitions & callbacks for LoRaWAN 2020-10-08 12:15:38 +02:00
shell.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
sx12xx_common.c lora: sx12xx_common: force sleep on boot 2021-01-31 10:20:53 -05:00
sx12xx_common.h device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
sx126x.c lora: sx126x: disable DIO1 in sleep mode 2021-02-10 08:55:15 -05:00
sx127x.c drivers: lora: sx127x: rework SX1276 driver to add SX1272 support 2021-02-28 16:36:35 -05:00