Skip to content

Releases: feaser/microtbx-modbus

MicroTBX-Modbus version 1.0.0

23 Jun 11:26

Choose a tag to compare

  • Implemented unit tests and run them automatically with GitHub actions.
  • Overall refactoring and improvements as a result of unit testing.
  • Use the new TbxMemPoolAllocateAuto().
  • Improved the pollerList in TbxMbEventTask().
  • Added new TbxMbOsalEventPurge() to remove events from a context when free-ing it.
  • Public release of version 1.0.0.

MicroTBX-Modbus version 0.9.4

28 Apr 12:54

Choose a tag to compare

  • Corrected pollerList usage to prevent TbxMbEventTask() from hanging (issue #5).
  • Public release of version 0.9.4.

MicroTBX-Modbus version 0.9.3

04 Feb 12:44
7a80f68

Choose a tag to compare

  • Corrected critical section usage in combination with OSAL API calls.
  • Public release of version 0.9.3.

MicroTBX-Modbus version 0.9.2

14 Jan 15:06

Choose a tag to compare

  • Changed the default configuration of the 1.5 character timeout monitoring.
  • Some code improvements by properly initializing local static variables.
  • Added configuration section to the user manual.
  • Public release of version 0.9.2.

MicroTBX-Modbus version 0.9.1

27 Nov 12:59

Choose a tag to compare

  • Added cap to the size of the poller list.
  • Some code improvements by adding a few pointer-to-const specifiers.
  • Update the documentation and added a tutorial link to the readme.
  • Public release of version 0.9.1.

MicroTBX-Modbus version 0.9.0

30 Mar 16:54

Choose a tag to compare

  • First public release of MicroTBX-Modbus.