Skip to content

Releases: feaser/microtbx-modbus

MicroTBX-Modbus version 1.0.0

Choose a tag to compare

@feaser feaser released this 23 Jun 11:26
  • 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

Choose a tag to compare

@feaser feaser released this 28 Apr 12:54
  • Corrected pollerList usage to prevent TbxMbEventTask() from hanging (issue #5).
  • Public release of version 0.9.4.

MicroTBX-Modbus version 0.9.3

Choose a tag to compare

@feaser feaser released this 04 Feb 12:44
7a80f68
  • Corrected critical section usage in combination with OSAL API calls.
  • Public release of version 0.9.3.

MicroTBX-Modbus version 0.9.2

Choose a tag to compare

@feaser feaser released this 14 Jan 15:06
  • 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

Choose a tag to compare

@feaser feaser released this 27 Nov 12:59
  • 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

Choose a tag to compare

@feaser feaser released this 30 Mar 16:54
  • First public release of MicroTBX-Modbus.