New
v1.10.0
- MUTransport adaptation to new supported SoCs.
- Simplifying CI with installing dependencies using shell script, GitHub PR #267.
- Using event for waiting for sock connection in TCP python server, formatting python code, C specific includes, GitHub PR #269.
- Endianness agnostic update, GitHub PR #276.
- Assertion added for functions which are returning status on freeing memory, GitHub PR #277.
- Fixed closing arbitrator server in unit tests, GitHub PR #293.
- Makefile updated to reflect the correct header names, GitHub PR #295.
- Compare value length to used length() in reading data from message buffer, GitHub PR #297.
- Add TCP_NODELAY option to python, GitHub PR #298.
- Replace EXPECT_TRUE with EXPECT_EQ in unit tests, GitHub PR #318.
- Adapt rpmsg_lite based transports to changed rpmsg_lite_wait_for_link_up() API parameters.
- Better distuingish which file can and cannot by linked by C linker, GitHub PR #266.
- Stop checking if pointer is NULL before sending it to the erpc_free function, GitHub PR #275.
- Changed api to count with more interfaces, GitHub PR #304.
- erpcgen: Check before reading from heap the buffer boundaries, GitHub PR #287.
- erpcgen: Several fixes for tests and CI, GitHub PR #289.
- erpcgen: Refactoring erpcgen code, GitHub PR #302.
- erpcgen: Fixed assigning const value to enum, GitHub PR #309.
- erpcgen: Enable runTesttest_enumErrorCode_allDirection, serialize enums as int32 instead of uint32.