erpc icon indicating copy to clipboard operation
erpc copied to clipboard

Embedded RPC

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

I wonder if ERPC could run on windows? Because I see WIN32 API is used in the project.

question

The `Thread` class [constructor](https://github.com/EmbeddedRPC/erpc/blob/932a8aa2ef603ca52a4c37d62bb3f59a60e17c05/erpc_c/port/erpc_threading.h#L101-L102) based on `thread_entry_t` takes `stackSize` and `stackPtr` arguments which default to `0` if omitted. The `stackSize` (which becomes `m_stackSize`) is then used in the `Thread::start()` methods...

question

As far as I understand, while real API called in the server the codec is not in use and all whatever in it won't be used. So what do you...

enhancement

**Is your feature request related to a problem? Please describe.** As a hardware developer, I can see that eRPC is ideal for _testing_ (where eRPC calls are routed to an...

enhancement
question

Currently with transports such as the serial transport, we can't be sure whether a message has been correctly received or not. In fact, the other side might even not be...

enhancement

**Is your feature request related to a problem? Please describe.** Currently there is difference between the message header and the message body, while the message header is read/write from the...

enhancement

# Pull request **Choose Correct** - [ ] bug - [X] feature **Describe the pull request** Better support of C++ usecases -> mainly multiple clients usage. **To Reproduce** **Expected behavior**...

# Pull request **Choose Correct** - [ ] bug - [x] feature **Describe the pull request** Feature proposal for building debian packages `liberpc-dev`, `python3-erpc` and `erpc-tools` using debhelper. **To Reproduce**...

**Describe the bug** 1Cursor class is in side message buffer class, although the message buffer don't use its inner cursor and the cursor is using message buffer that it gets...

bug

Hi, I am trying to include namespaces and to use scope resolution operator in .erpc file. But i m getting error while compiling.Can anyone give a solution to include these...