erpc icon indicating copy to clipboard operation
erpc copied to clipboard

Embedded RPC

Results 144 erpc issues
Sort by recently updated
recently updated
newest added

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...

question

- 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...

question

## 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:...

bug

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...

question

## Describe the bug ## To Reproduce ## Expected behavior ## Screenshots ## Desktop (please complete the following information) - OS: - eRPC Version: ## Steps you didn't forgot to...

bug

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...

question

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...

question

## 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...

bug

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...

question