erpc icon indicating copy to clipboard operation
erpc copied to clipboard

Embedded RPC

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

Hi, This is probably request for enhancement. Is it possible to add debug messages / some mechanism for stats collection from within the auto generated files that will be integrated...

hi i am trying to control the size of a buffer sent over erpc - something like this calc_buffer(in uint32 in_size, in binary in_buff @length(in_size) @max_length(64), inout uint32 out_size, out...

Hi, Wondering if there is simple/straightforward debug messages to be printed into standard output to describe erpc code-flow/processing, otherwise it is very difficult to trouble shoot when error occurs. /Tzvika

We can consider to use some solution from link bellow: https://github.blog/2020-10-05-announcing-third-party-code-scanning-tools-static-analysis-and-developer-security-training/

Hi Is there any way we can set timeout from client[A7] so that if M4 die's by any case A7 get notification so that we can reset the connection ....

enhancement
help wanted

I noticed than when a string is part of a struct, the annotation @max_length is ignored and strlen() is always used (in CGenerator::getEncodeDecodeBuiltin) ``` if (!isFunctionParam) { templateData["stringAllocSize"] = getOutputName(structMember)...

Visual Studio Code is powerfull and popular IDE for developing code. There are extensions for building and debugging code for emebedded device. We could create extension for parsing and formatting...

enhancement

After deep level of debugging, I figured out the accept() call is failed when client try to connect to the server. Then I changed the accept(serverSocket, &incomingAddress, &incomingAddressLength) call parameter...

bug

One last question (and feel free to ignore it) The large library I'm making available as a RPC has a lot of protoypes with parameters of type "jerry_char_t" which is...

question

More a question than a bug. I'm setting up an eRPC serial connection on macOS with `/dev/cu.usbmodem0001A00000001` and baud rate `921600`. I am finding that the server is receiving and...