erpc
erpc copied to clipboard
Embedded RPC
Hi Guys, I want to compile the server code in IAR for my cortex M33. Is there any porting guide to build in C? Also can I generate C code...
**Is your feature request related to a problem? Please describe.** This can simplify tests, and make sure that class is working as should without using testing on device. **Describe the...
**Describe the bug** TCP transport cannot be built without thread support. I'm getting errors: > In file included from erpc/erpc_c/setup/erpc_setup_tcp.cpp:11: > /erpc/erpc_c/transports/erpc_tcp_transport.h:89:5: error: ‘Thread’ does not name a type >...
I want to create a an erpc based project where both ends can send messages to each other (host/target with target able to send asynch messages). To do this I...
**Is your feature request related to a problem? Please describe.** We have simple example for python showing eRPC, but we are missing more complex examples like transport arbitrator. We should...
**Describe the bug** Hello, I am using eRPC on STM32H753 processor on Threadx OS. eRPC works fine if I use it as client or server but code crashes at erpc_framed_transport.cpp...
Hello, I'm interested in using this framework for communication between M33 and Linux system over ethernet. But 'supported transports' in the readme mentions "TCP/IP (mostly for testing)". Will it be...
https://github.com/EmbeddedRPC/erpc/blob/60a3cc1f84351cc3bf1af719d662e979a8f19b1c/erpc_c/infra/erpc_crc16.cpp#L32-L38 Maybe I am missing something. Why can't the variables `crc`, `temp`, `andValue `, `xorValue `be uint32_t and `byte `be uint8_t ? It makes things cleaner and I don't see...
**Is your feature request related to a problem? Please describe.** Recently we started to use conan for downloading and building projects. Maybe we can consider to do support for that....
Hi, Our use case is clinet->server only. So we have used the basic erpc_client_init(). As far as I can see this interface is not thread safe In terms if send...