zephyr/drivers/lora
Aleksander Dejewski a4e31487d5 drivers: lora: Add user_data to lora_recv_async
The LoRa driver does not allow to pass void* user_data to callback in
lora_recv_async function. This leads to complex way of using the API. This
commit fixes the issue and adds the field to the function and to the
callback.

Signed-off-by: Aleksander Dejewski <aleksander.dejewski@gmail.com>
2024-12-21 05:51:52 +01:00
..
CMakeLists.txt drivers: lora: implement reyax lora driver 2024-06-14 17:12:49 -04:00
hal_common.c
Kconfig lora: add config for reyax lora module 2024-06-14 17:12:49 -04:00
Kconfig.rylrxxx drivers: lora: rylrxxx: Fix missing default y in LORA_RYLRXXX 2024-10-15 04:09:56 -04:00
Kconfig.sx12xx drivers: lora: sx12xx: select SPI and GPIO 2024-11-28 20:53:11 +01:00
rylrxxx.c drivers: lora: Add user_data to lora_recv_async 2024-12-21 05:51:52 +01:00
shell.c zephyr: bulk update to DT_NODE_HAS_STATUS_OKAY 2024-10-03 17:06:52 +01:00
sx12xx_common.c drivers: lora: Add user_data to lora_recv_async 2024-12-21 05:51:52 +01:00
sx12xx_common.h drivers: lora: Add user_data to lora_recv_async 2024-12-21 05:51:52 +01:00
sx126x.c drivers: lora: Place API into iterable section 2024-12-02 18:18:08 +01:00
sx126x_common.h drivers: lora: sx126x: Support fine-grained STM32WL PA config 2023-04-24 13:33:25 +02:00
sx126x_standalone.c drivers: lora: sx126x: Support fine-grained STM32WL PA config 2023-04-24 13:33:25 +02:00
sx126x_stm32wl.c drivers: lora: sx126x: Support fine-grained STM32WL PA config 2023-04-24 13:33:25 +02:00
sx127x.c drivers: lora: Place API into iterable section 2024-12-02 18:18:08 +01:00