mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-10 14:36:05 +00:00
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> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.sx1276 | ||
sx1276.c |