Skip to content

Releases: sigfox-tech-radio/sigfox-ep-rf-api-semtech-sx126x

v2.0

22 Nov 16:37
8a27edd
Compare
Choose a tag to compare

v2.0 - 22 Nov 2024

Added

  • New SX126X_RF_API_get_and_clear_irq_status method to be compatible with stm32wlxx_hal_subghz ( #5 ).

Changed

  • Upgrade to sigfox-ep-lib v4.0
  • Use sx126x_rf_api_obj target object to build sx126x_rf_api library.
  • Remove unifdef dependency in all cmake with linked target.
  • Add SX126X_HW_API_config_t structure in HW API open function with radio configuration pointer to manage multi-RC front-ends.
  • Call sx126x_clear_device_errors in any case ( #6 ).
  • Add missing "sigfox_types.h" include file ( #3 ).

Known limitations

  • LBT not implemented
  • Modulated CW not supported for type approval addon.

v1.3

30 May 13:41
Compare
Choose a tag to compare

v1.3 - 30 May 2024

Added

  • Add weak attribute to functions templates.
  • Add SFX_UNUSED macro to remove extra warnings.
  • Add bidirectional flag on HW API RX on and RX off functions.

Fixed

  • Initialize local latency variables to 0.
  • Fallback on XOSC mode after sending or recevice (@Manuel-Fostier - #2 ) .
  • Clear device errors on wakeup (@dennis4lora).

Removed

  • Remove sx126x_hw_api.c from SX126X_RF_API_SOURCES in CMakeLists.txt.

v1.2

22 Mar 13:54
Compare
Choose a tag to compare

v1.2 - 22 Mar 2024

Fixed

  • SX1262 hp_max configuration issue (@Manuel-Fostier - #1)
  • BIDIRECTIONAL flag compilation issue

v1.1

15 Dec 16:08
Compare
Choose a tag to compare

v1.1 - 15 Dec 2023

General

  • Remove sx126x.patch file

Known limitations

  • LBT not implemented.

v1.0

04 Dec 17:39
Compare
Choose a tag to compare

v1.0 - 04 Dec 2023

General

  • First version of the SX126x RF API implementation example.

Known limitations

  • LBT not implemented.