mirror of https://github.com/ARMmbed/mbed-os.git
receive(uint32_t) API in the LoRaRadio class (base class for the radio drivers) should not take any argument as we decided to take hardware timers for RX timeout interrupts instead of software timers. It is being refactored to receive(void). This is an API change, but as it is not an application interface, we will not put a deprecation notice. Only user of this API is our stack (LoRaPHY layer) which has been updated accordingly. Actual driver comes out of the tree and a PR is open there to update the drivers: https://github.com/ARMmbed/mbed-semtech-lora-rf-drivers/pull/22 In addition to this an internal API belonging to LoRaPHY class is refactored. set_rx_window(parameters) is refactored to handle_receive(void) which is more consistent with handle_send(). |
||
---|---|---|
.. | ||
LoRaPHY.cpp | ||
LoRaPHY.h | ||
LoRaPHYAS923.cpp | ||
LoRaPHYAS923.h | ||
LoRaPHYAU915.cpp | ||
LoRaPHYAU915.h | ||
LoRaPHYCN470.cpp | ||
LoRaPHYCN470.h | ||
LoRaPHYCN779.cpp | ||
LoRaPHYCN779.h | ||
LoRaPHYEU433.cpp | ||
LoRaPHYEU433.h | ||
LoRaPHYEU868.cpp | ||
LoRaPHYEU868.h | ||
LoRaPHYIN865.cpp | ||
LoRaPHYIN865.h | ||
LoRaPHYKR920.cpp | ||
LoRaPHYKR920.h | ||
LoRaPHYUS915.cpp | ||
LoRaPHYUS915.h | ||
LoRaPHYUS915Hybrid.cpp | ||
LoRaPHYUS915Hybrid.h | ||
lora_phy_ds.h | ||
loraphy_target.h |