1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/sx127x
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 treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
Kconfig drivers/sx127x/kconfig: rework modelling 2021-11-26 11:06:50 +01:00
Makefile drivers: initial implementation of sx127x radio (LoRa mode only) 2017-06-30 19:00:40 +02:00
Makefile.dep Merge pull request #15030 from jia200x/pr/lora/remove_xtimer 2021-09-27 11:41:22 +02:00
Makefile.include drivers/sx127x: declare pseudomodules at driver level 2021-10-05 11:48:51 +02:00
sx127x_getset.c treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
sx127x_internal.c treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
sx127x_netdev.c [treewide] lora: use int16_t for RSSI value 2022-01-17 17:54:18 +01:00
sx127x.c Merge pull request #15030 from jia200x/pr/lora/remove_xtimer 2021-09-27 11:41:22 +02:00