Skip to main content
FW version: Stable

Changelog

For YOS repository

[2.7.1]

Fixed

  • relevant compilability with new USART API
  • [umsg] reception start-of-header syncing now takes the session number into account (bug in production with expanders)

Added

  • [umsg] support for reception through DMA FIFO
  • [msg] configurable support for umsg reception through DMA FIFO

Changed

  • some function naming (reffered to from within the repo only)

[2.7.0]

Added

  • 'send' command supports indexing in the variable
  • 'term' command allows to skip CR sending (with backslash as the last argument)
  • 'clock' command can write time and date readings into variables

[2.6.1]

Fixed

  • fix CAN id type changed to int32 due to error with extended ids
  • add CAN error poll routine

[2.6.0]

Changed

  • add stacked datagram support to the forwarding service for better throughput and latency

[2.5.x]

Added

  • 'script' loading function now responds to BELL (@w from term.exe)
  • umsg_tiny library to the if (for expander counter-part)

Removed

Fixed

  • remove 'duplicit entry' check, caused problems with dyn var alloc
  • fix truncating of 'stringify' output evaluation without notice, fix behavior when end delimiter is used with long remainders

[2.4.0]

Added

  • hw-specific CAN filtering through aux api
  • support for CAN RTR

Fixed

  • 'receive' function works with variables, uses now mask-based filtering
  • unify and fix expression variable indexing API

[2.3.0]

Added

  • Bluetooth interface
  • Lin interface

Changed

  • Unify

[2.2.1] 2021-2-11

Added

  • documentation

Fixed

  • FWD refactored

[2.2.0] 2021-06-21

Added

  • Start changelog
  • Add function "msghost"

[2.1a]

Initial version