# erpcex **Repository Path**: l0km/erpcex ## Basic Information - **Project Name**: erpcex - **Description**: erpc扩展(基于 NXP EmbeddedRPC 1.7.4 ),增加并发支持及双向串口请求 - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2022-04-07 - **Last Updated**: 2024-11-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # erpcex erpc扩展(基于 [NXP EmbeddedRPC](https://github.com/EmbeddedRPC/erpc) 1.7.4 ),增加并发支持及双向串口请求 参见 [dual/README.md](dual/README.md) ## 下载源码 ```bash $ git clone --recursive https://gitee.com/l0km/erpcex.git ``` ## build requires conan > 1.45.0 python > 3.7 gcc > 5.4.0 Linux or cygwin ## build erpc library ```bash $ cd erpcex $ conan create . ``` ## build erpcgen ```bash $ cd erpcex $ conan create conanfile-erpcgen.py ``` ## build for Windows for Windows, only Use MinGW compiler for building,please use option `-pr conan/profiles/mingw` to set profile for mingw ```bash $ cd erpcex # erpc library $ conan create . -pr conan/profiles/mingw # erpcgen $ conan create conanfile-erpcgen.py -pr conan/profiles/mingw ```