erpc
erpc copied to clipboard
Embedded RPC
## Describe the bug When invoked with multiple files the `erpcgen` tool only generates files for the first file. I would argue that the help page indicates that it is...
# Pull request ## Choose Correct - [x] bug - [x] feature ## Describe the pull request This PR maybe fixes #418 It adds the namespace and change const to...
## Describe the bug We're using multiple eRPC files to generate different server / client connections in one project. We're using the new namespace feature of 1.12.0 and assign each...
https://github.com/EmbeddedRPC/erpc/blob/2890823cb2eae2b024ecf87802c83c87b79773dd/erpc_c/infra/erpc_message_buffer.hpp#L364 How this API is currently, the user of it must have its own object, and the implementation of this API must create the object on its stack/global/whatever and then...
May I ask what I need to do to add custom serialization and deserialization to a certain type. For example, I defined a Struct test_struct{ Int a; Int b; };...
## Is your feature request related to a problem? Please describe Currently i am working on project where eRPC would fit but it is missing parameters configuration like: e.g. number...
## Is your feature request related to a problem? Please describe ## Describe the solution you'd like ## Describe alternatives you've considered ## Steps you didn't forgot to do -...
# Pull request ## Choose Correct - [x] bug - [ ] feature ## Describe the pull request When transport times out, and the client is woken up. It should...
# Pull request ## Choose Correct - [ ] bug - [x] feature ## Describe the pull request The eRPC infrastructure code for java imposed a requirement of JDK21, this...
## Describe the bug When building ERPC using the make file on aarch64 Bullseye 64-bit, the build gets into an infinite loop of some kind and can't finish building. When...