1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/include/net/netdev
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
..
ble.h sys/net: added generic BLE defines 2018-04-06 11:18:53 +02:00
eth.h sys/net/gnrc/netif/ethernet: Support RX timestamp 2021-01-06 20:30:14 +01:00
ieee802154_submac.h ieee802154/submac: reimplement using FSM 2021-09-03 15:00:47 +02:00
ieee802154.h treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
layer.h netdev_layer: initial import of layered netdev API 2018-03-28 11:19:09 +02:00
lora.h [treewide] lora: use int16_t for RSSI value 2022-01-17 17:54:18 +01:00