erpc
erpc copied to clipboard
Embedded RPC
**Is your feature request related to a problem? Please describe.** I am struggling with one issue where this could be handy. Just an idea. Lets say we have mqtt broker....
Hello erpc team, as far as i understand, there is no need to declare struct on server side or client. Moreover if i define struct on server side i receive...
Hello @Hadatko, I've started to research eRPC for similar task as in #310 and I'm going through similar difficulty (it's about that I cannot call callback from server side to...
**Describe the bug** Trying create my own version of Windows erpcgen, I got error. Running the failure command with command line the error was: erpcgen_parser.y:22.9-19: error: %define variable 'parse.error' is...
Hello, I'm trying to implement the next erpc client-server communication. My erpc server is running under Cortex-M4 microprocessor under FreeRTOS and CMSIS_UART as communication interface. My client is running under...
Hi All, I create a interface with more than 300 functions , a request id with 342(0x156) become 86(0x86) in server side. I find the code `uint32_t header = (kBasicCodecVersion
Hi, Wondering if there is a plan to add inter process communication for ERPC transports ? Also, appreciate if you could provide simple example how to init InterThreadBufferTransport between two...
Hi, We have client side output parameters that are allocated by erpc_alloc() in the client side read function. In one case its a list and in another its a string...
# Pull request ## Choose Correct - [x] bug - [ ] feature ## Describe the pull request The `portYIELD_FROM_ISR()` macro declares a variable called `ulPortYieldRequired`. FreeRTOS assumes `ulPortYieldRequired` is...
# Pull request **Choose Correct** - [ ] bug - [X] feature **Describe the pull request** Introduction of basic example for C, C++, Python **To Reproduce** **Expected behavior** Every client...