mbed-os/connectivity/drivers/lora
LukaB d503495189 Fix STM32 radio driver when bandwith is 0
A bug was detected when the uint8_t SUBGRF_GetFskBandwidthRegValue( uint32_t bandwidth )
is called and the bandwith argument has a value of 0.

Comparing the code to the STMCubeWL 1.1 we can see that an if statement is missing to
address the condition where bandwith is equal to 0.

Added the if statement to the radio driver to account for this edge case.
2022-02-03 08:24:21 +13:00
..
COMPONENT_SX126X Lora drivers: explicit lib requirement 2021-09-10 09:07:15 +02:00
COMPONENT_SX1272 Lora drivers: explicit lib requirement 2021-09-10 09:07:15 +02:00
COMPONENT_SX1276 Fix Low Power sleep, now 3uA 2021-11-29 17:16:09 +01:00
TARGET_STM32WL Fix STM32 radio driver when bandwith is 0 2022-02-03 08:24:21 +13:00
CMakeLists.txt STM32WL LORA : STM32WL_LoRaRadio support 2021-02-09 11:56:30 +01:00
LICENCE-BSD-3-Clause Following 2 changes as part of this commit: 2020-08-12 11:18:39 +01:00
LICENSE Following 2 changes as part of this commit: 2020-08-12 11:18:39 +01:00
README.md Following 2 changes as part of this commit: 2020-08-12 11:18:39 +01:00

README.md

Mbed enabled Semtech LoRa/FSK radio drivers.