1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/semtech-loramac
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
..
contrib [treewide] lora: use int16_t for RSSI value 2022-01-17 17:54:18 +01:00
include pkg/semtech-loramac: rework to only use netdev interface 2021-03-12 14:40:12 +01:00
patches pkg/semtech-loramac: switch to RIOT AES 2021-04-12 11:13:50 +02:00
doc.txt pkg/semtech-loramac: add documentation about ztimer 2020-08-20 14:08:03 +02:00
Kconfig net/lorawan : Expose to Kconfig 2021-01-26 16:56:02 +01:00
Makefile pkg: silent make commands with RIOT_CI_BUILD=1 2021-03-12 16:05:18 +01:00
Makefile.dep pkg/semtech-loramac: don't force ztimer periph_rtt backend 2021-06-17 13:06:15 +02:00
Makefile.include pkg/semtech-loramac : Translate the configs 2021-01-26 16:56:05 +01:00
Makefile.loramac_arch pkg/semtech-loramac: cleanup build system integration 2020-06-10 14:11:22 +02:00
Makefile.loramac_crypto pkg/semtech-loramac: switch to RIOT AES 2021-04-12 11:13:50 +02:00
Makefile.loramac_mac pkg/semtech-loramac: cleanup build system integration 2020-06-10 14:11:22 +02:00
Makefile.loramac_region pkg/semtech-loramac: cleanup build system integration 2020-06-10 14:11:22 +02:00