Releases: feaser/microtbx-modbus
Releases · feaser/microtbx-modbus
MicroTBX-Modbus version 1.0.0
- 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
- Corrected pollerList usage to prevent TbxMbEventTask() from hanging (issue #5).
- Public release of version 0.9.4.
MicroTBX-Modbus version 0.9.3
- Corrected critical section usage in combination with OSAL API calls.
- Public release of version 0.9.3.
MicroTBX-Modbus version 0.9.2
- 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
- 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
- First public release of MicroTBX-Modbus.