Skip to content

v1.11.0

Compare
Choose a tag to compare
@MichalPrincNXP MichalPrincNXP released this 02 Aug 11:04
· 29 commits to develop since this release
  • Makefiles update, GitHub PR #301.
  • Resolving warnings in Python, GitHub PR #325.
  • Python3.8 is not ready for usage of typing.Any type, GitHub PR #325.
  • Improved codec function to use reference instead of address, GitHub PR #324.
  • Fix NULL check for pending client creation, GitHub PR #341.
  • Replace sprintf with snprintf, GitHub PR #343.
  • Use MU_SendMsg blocking call in MU transport.
  • New LPSPI and LPI2C transport layers.
  • Freeing static objects, GitHub PR #353.
  • Fixed casting in deinit functions, GitHub PR #354.
  • Align LIBUSBSIO.GetNumPorts API use with libusbsio python module v. 2.1.11.
  • erpcgen: Renamed temp variable to more generic one, GitHub PR #321.
  • erpcgen: Add check that string read is not more than max length, GitHub PR #328.
  • erpcgen: Move to g++ in pytest, GitHub PR #335.
  • erpcgen: Use build=release for make, GitHub PR #334.
  • erpcgen: Removed boost dependency, GitHub PR #346.
  • erpcgen: Mingw support, GitHub PR #344.
  • erpcgen: VS build update, GitHub PR #347.
  • erpcgen: Modified name for common types macro scope, GitHub PR #337.
  • erpcgen: Fixed memcpy for template, GitHub PR #352.
  • eRPC,erpcgen: Change default build target to release + adding artefacts, GitHub PR #334.
  • eRPC,erpcgen: Remove redundant includes, GitHub PR #338.
  • eRPC,erpcgen: Many minor code improvements, GitHub PR #323.