Skip to content

v1.1.1-feature-202602

Choose a tag to compare

@lbm-team lbm-team released this 02 Mar 10:34

Added

  • Support for Zephyr 4.3
  • Experimental FLRP Examples (flrc_burst) & Protocol API are still in progress.
  • New API to allow Immediate Access to the radio : smtc_rac_immediate_radio_access() / smtc_rac_release_immediate_radio_access() with immediat_access example
  • Geolocation Tools : full_almanac_update & wifi_region_detection examples ported from LoRa Basics Modem
  • New HAL GPIO/LED management API

Changed

  • Update LR20XX radio drivers
  • Radio planner performances improvement
  • symb_nb_timeout type changed from uint8_t to uint16_t in RALF & USP/RAC
  • Documentation updates (FLRC, LINUX, README)
  • Use of CONFIG_NEWLIB_LIBC_NANO to improve memory footprint

Fixed

  • Any application can now use LOG_MODULE_REGISTER(xxx) with xxx being a specific user tag. The default LOG_MODULE_REGISTER(usp) is now automatically called.
  • HF RX PATH starts from 1.5 GHz instead of 1.6 GHz

Deprecated

  • NA