erpc
erpc copied to clipboard
Embedded RPC
**Describe the bug** When corrupted data are received (crc check fail) logger action is skipped. We now that fail occured but we cannot figure out why as we don't see...
# Pull request **Choose Correct** - [ ] bug - [X] feature **Describe the pull request** should make builds faster **To Reproduce** **Expected behavior** **Screenshots** **Desktop (please complete the following...
**Describe the bug** Erpcgen fails when generating shim code for C from IDL file that contains union with string. **To Reproduce** ```C program testUnion enum { A, B } union...
**Is your feature request related to a problem? Please describe.** If for some reason, transmission is failed. Therefore, client will not able to receive any response from server. But `TransportArbitrator`...
Hello, I want to use eRPC on a bare metal platform that has no OS, no C library. Goal is also to not do any dynamic allocation. I took the...
**If you didn't find answer in existing open/closed issues you may ask here** Sometimes we are using pointer variable type where the instance directly can be used. This can help...
**Describe the bug** Making whitespace changes or comment text changes in an IDL affects the auto-generated CRC calculation. This is because the expected CRC is calculated without regard to the...
Hi I'm writing to inquire if eRPC already supports adding user data to the service creation and invocation process. Specifically, I would like to be able to register a void*...
erpc_arbitrated_client_init double call when ERPC_ALLOCATION_POLICY == ERPC_ALLOCATION_POLICY_STATIC
Hi, erpc_arbitrated_client_init double call when ERPC_ALLOCATION_POLICY == ERPC_ALLOCATION_POLICY_STATIC will erase the global pointer to the client even while the client and all its static resources have not been altered The...
**Is your feature request related to a problem? Please describe.** memcpy has undefined behavior for 0 size and nullptr for data. **Describe the solution you'd like** **Describe alternatives you've considered**...