Dusan Cervenka
Dusan Cervenka
Curently WIP (prealpha)
Hi, the issue here is that until now the priority was supporting C use cases. I think you want C++ specific feature. C++ specific features are not yet supported.
Hi, i am preparing version where C++ related files will be generated erpc namespace. Is that enough for you or do you need your custom namespace?
Hi @tmordeko, Sounds like you would like to add annotation into erpc file which will add debug prints into shim code. I think currently is no such a function. But...
Hi the link you provided has everything to create client/server application. For adding new transport you can read here: https://github.com/EmbeddedRPC/erpc/wiki/Porting-Guide. This second page is maybe not very descriptive but you...
Hi @bhaktatejas922 , please take a look here: #58. Is this suttisfying your question?
I don't see reason why it would not work with only this modification. I did same and tests passed.

It doesn't matter how you are allocated space on client side. Server is always doing same allocation. It is based on IDL. Currently only dynamic i think.
@MichalPrincNXP I will let answer on you.