zephyr/drivers/lora
Jordan Yates f397361c8a lora: sx12xx_common: sleep after RX timeout
If no packet was received in the provided timeout, manually transition
to sleep mode. If a packet was received, the rx_done callback
automatically transitions the modem to sleep.

Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
2021-08-08 04:19:27 -04:00
..
CMakeLists.txt drivers: sx126x: add support for the stm32wl chip 2021-07-15 21:30:28 -04:00
Kconfig
Kconfig.sx12xx drivers: sx126x: add support for the stm32wl chip 2021-07-15 21:30:28 -04:00
hal_common.c
shell.c
sx12xx_common.c lora: sx12xx_common: sleep after RX timeout 2021-08-08 04:19:27 -04:00
sx12xx_common.h
sx126x.c drivers: sx126x: add support for the stm32wl chip 2021-07-15 21:30:28 -04:00
sx126x_common.h drivers: sx126x: add support for the stm32wl chip 2021-07-15 21:30:28 -04:00
sx126x_standalone.c drivers: sx126x_standalone: convert to gpio_dt_spec APIs 2021-07-15 21:30:28 -04:00
sx126x_stm32wl.c drivers: sx126x: add support for the stm32wl chip 2021-07-15 21:30:28 -04:00
sx127x.c