1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/sx126x
Jose Alamos 9955a35c63
[treewide] lora: use int16_t for RSSI value
The RSSI values reported by LoRa transceiver can be less than -127.
Therefore, `int8_t` is not enough. This commit defines the RSSI of
`netdev_lora_rx_info` as `int16_t` and adapt the drivers accordingly
(sx126x, sx127x).
2022-01-17 17:54:18 +01:00
..
include drivers/sx126x: add tx_pa_mode 2021-11-08 18:42:05 +01:00
Kconfig drivers/sx126x/Kconfig: rework model selection 2021-11-29 10:45:10 +01:00
Makefile drivers: add implementation for sx126x lora radio 2021-03-30 16:12:39 +02:00
Makefile.dep drivers: add implementation for sx126x lora radio 2021-03-30 16:12:39 +02:00
Makefile.include drivers/sx126x: declare pseudomodules at driver level 2021-10-05 11:48:51 +02:00
sx126x_netdev.c [treewide] lora: use int16_t for RSSI value 2022-01-17 17:54:18 +01:00
sx126x.c drivers/sx126x: add tx_pa_mode 2021-11-08 18:42:05 +01:00