zephyr/drivers/lora
Marcin Niestroj a150fb6bb7 drivers: lora: sx1276: call DIO handlers in workqueue
DIO handlers defined in loramac-node are quite complex. Additionally
they call read/write operations over SPI with the sx1276 chip. This
cannot work properly in interrupt context, so call DIO handlers in
system workqueue instead.

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
2020-04-15 08:30:11 -05:00
..
CMakeLists.txt drivers: lora: Add SX1276 LoRa Modem support 2019-12-21 12:20:24 +01:00
Kconfig kernel/timeout: Make timeout arguments an opaque type 2020-03-31 19:40:47 -04:00
Kconfig.sx1276 kconfig: Replace non-defconfig single-symbol 'if's with 'depends on' 2020-02-12 10:32:34 -06:00
sx1276.c drivers: lora: sx1276: call DIO handlers in workqueue 2020-04-15 08:30:11 -05:00