erpc icon indicating copy to clipboard operation
erpc copied to clipboard

Embedded RPC

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

Condition: This bug occurres if a message will be lost or the server is not yet available. Issue: If the client invokes a procedure, erpc sends the invoke out no...

**Is your feature request related to a problem? Please describe.** Enable in pytest negative tests. Match against erpcgen stdout **Describe the solution you'd like** **Describe alternatives you've considered** **Steps you...

enhancement

**Is your feature request related to a problem? Please describe.** Our projects in my company is using CMSIS RTOS abstraction layer, and I think that it would be a good...

enhancement

**Is your feature request related to a problem? Please describe.** As we have official support of asserts, we may put them in the code to debug code easier. **Describe the...

enhancement

**Is your feature request related to a problem? Please describe.** Currently conditiions are done by if...elif....elif.... Some code is redundant then. This can bring some transparency into code. **Describe the...

enhancement

### related issue * https://github.com/EmbeddedRPC/erpc/issues/195 ### contents added modern static fixed frame buffer which actually allocates the memory intended and is readable. i doubt that this is mergable for erpc....

enhancement

## related issue * https://github.com/EmbeddedRPC/erpc/issues/201 ## General I hacked together a simple solution (and cleaned up the underlying frame generation a little) for utilizing md5 generated hashes for message Ids,...

enhancement

If serial buffer contained more values than requested by erpc `underlying_receive` `serial_read` got stuck.

bug

Hi - while I was tweaking my eRPC use, I needed to find a solution to send a few really large strings. Increasing the default buffer size does not seem...

Hello, when using same function names in different interfaces the C generated files will have duplicate function definitions. Sample: ``` interface House { open() -> void close() -> void }...