Dusan Cervenka
Dusan Cervenka
Hi @thewon86 , yes currently it is 256 function types per interface. https://github.com/EmbeddedRPC/erpc/blob/d8f6a20d7ca4379d1f0ea437714a96b135a7057b/erpc_c/infra/erpc_basic_codec.cpp#L32 You would have to split functions into more interfaces, or write own basic codec with supporting more...
Hello, we have this transport: https://github.com/EmbeddedRPC/erpc/blob/develop/erpc_c/transports/erpc_inter_thread_buffer_transport.hpp But i think it wasn't used / tested for longer time of period. Maybe it has to be updated.
Hello, if you don't want erpc to generate declarations, use @external annotation ;)
The code is waiting for testing by author @meichthys
Some errors are not related to my changes i guess: 
@meichthys were you able to test it?
Hi @MartinHjelmare i noticed you made change here. Are you able to configm that build error is not related to our changes?
> @Hadatko you need to run the scripts mentioned in the build errors and commit the changes. Did you read the error? If i run script it will remove my...
> Try adding the missing `__init__.py` module in the test package and then run `script/gen_requirements_all.py`. > > The error is not with a different integration. Ok then error message is...
I understand that it can be harder to implement both feature with one API name. Your suggestion sounds good to me. And can be som check added also for oposite...