zephyr/drivers/lora
Fabio Baltieri accb71ec9e drivers: sx126x: add support for the stm32wl chip
Add support for the STM32WL integrated radio, based on the sx1262. The
STM32WL implementation does not use any GPIO, and the signals are routed
to other units of the SoC and accessed with the ST HAL.

Signed-off-by: Fabio Baltieri <fabio.baltieri@gmail.com>
2021-07-15 21:30:28 -04:00
..
CMakeLists.txt drivers: sx126x: add support for the stm32wl chip 2021-07-15 21:30:28 -04:00
hal_common.c drivers: lora: Add missing function definitions & callbacks for LoRaWAN 2020-10-08 12:15:38 +02:00
Kconfig drivers: lora: Prepare Kconfig for additional radios 2020-07-02 08:32:37 -04:00
Kconfig.sx12xx drivers: sx126x: add support for the stm32wl chip 2021-07-15 21:30:28 -04:00
shell.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
sx12xx_common.c kernel: sem: add K_SEM_MAX_LIMIT 2021-03-05 08:13:53 -06:00
sx12xx_common.h device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
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 lorawan: update LoRaMac-node and move CMakeLists.txt to the main repo 2021-06-18 11:22:03 +02:00