v1.7.0
-- Improved code size of generated code.
-- Generating crc value is optional.
-- Fixed CMSIS Uart driver. Removed dependency on KSDK.
-- List names are based on their types. Names are more deterministic.
-- Service objects are as a default created as global static objects.
-- Added missing doxygen comments.
-- Forbid users use reserved words.
-- Removed outByref for function parameters.
-- Added support for 64bit numbers.
-- Added support of program language specific annotations.
-- Optimized code style of callback functions.
-- Use newer version of clang-format application (5.0).
-- Updated and fixed clang-format config file.
-- Updated Copyrights.
-- Added support of Zephyr RTOS.
-- Optimized listCount variable value.
-- Fixed mac build issue
-- Allowed IDL enum declarations without members when @external is used.
-- Fixed MISRA issues - missing void in empty function declarations.
-- Added MCMGR MU macro (ERPC_TRANSPORT_MU_USE_MCMGR) to give user ability to use MU with/without MCMGR.
-- Renamed eRPC library source files. Added "erpc_" prefix. Now it is compatible with newest FreeRTOS
-- Updated boost libraries to 1.66 version.
-- Fixed readme.
-- Fixed memmanager component.
-- Added utilities folder. First utility is IDL/template font styles for NOTEPAD++ editor.
-- Fixed Semaphore initialization in static message buffer factory.
-- Updated Visual Studio project to version 14.1 (2017)
-- Fixed url links for rpmsg-lite
-- Fixed copyrights
-- Updated eRPC version
-- Updated Notepad++ folder names to use pp insetad of ++.
-- Add yocto support.