Skip to content

v3.3

Compare
Choose a tag to compare
@Ludovic-Lesur Ludovic-Lesur released this 10 Aug 14:53
· 3 commits to master since this release

v3.3 - 10 Aug 2023

Added

  • Add MCU_API_get_latency() function to manage MCU drivers latencies as well as radio latencies.
  • Add LR11XX RF API support in cmake.

Fixed

  • Fix T_CONF and T_RX latency compensation formula. Reset all latency values to 0 by default.
  • Fix compilation issue in _start_timer() function.
  • Improve error callback management. Add missing volatile keyword on low level status. Stack corresponding error in process function in order to avoid putting the whole stack in volatile domain.
  • Update manufacturer functions template.

Changed

  • Initialize error stack only once in order to keep history when closing and re-opening the library.
  • Internal improvements: optimize control message type check, use EXIT_ERROR when checking library state, improve flags naming.

Removed

  • Remove unused SIGFOX_EP_API_STATE_DL_CONFIRMATION item in library state enumeration.

Known limitations

  • Payload encryption not supported.
  • Secure element not supported.