erpc
erpc copied to clipboard
Embedded RPC
Did anyone build erpc for android arm64-v8a? I need to run erpc on android device, so it would be nice if a Makefile had an option to set a toolchain...
- feat: add support for unix sockets to TCPTransport in erpc_python - chore: organize imports
For my application I wanted to extend FramedTransport for a custom UART transport. In the Underlying send/receive, I think use the uart hardware similar to the way the uart zephyr...
## Describe the bug I attempted to enable ERPC_MESSAGE_LOGGING in hopes to isolate what wasn't working. When I went to compile, however, I would get compilation errors, such as: ...erpc_c/infra/erpc_client_manager.cpp:98:59:...
Hi @Hadatko @MichalPrincNXP , dose this repository is still maintained? For a long time there wasn't change and for longer there werent answers to questions. - [x] I checked if...
## Describe the bug ## To Reproduce ## Expected behavior ## Screenshots ## Desktop (please complete the following information) - OS: - eRPC Version: ## Steps you didn't forgot to...
Is a (Transport)Arbitrator class available for Java eRPC ? I have looked in erpc\erpc_java\src but I didn't find anything similar to the classes available for Python or C++. If there...
Is @crc annotation supported in Java? (erpc 1.13.0) It appears that the generated Java code doesn't include the CRC calculated based on the IDL file and eRPC version even if...
## Describe the bug In short: in case of two client threads requesting in same time from server, they may get each one the answer of the else and hence...
hi nxp erpc is a great project for rpc. I use rpmsg as transport for imx8mp to make Core-A to Core-M and Core-M to Core-A. but i can't understand in...