Dusan Cervenka
Dusan Cervenka
@burgerkingorama. C doesn't have list. For that reason list here means struct. And for that reason @retain is applied to struct. And for that reason you should free memory same...
@burgerkingorama i agree it is unpractical, but currently you need count with that. @retain was created for that purpose you want free these data later. So as i understand what...
Hi, Could you explain why you need serialize framedTransport header? Currently it is send to other side before serialized message as it contains extra data in compare with other possible...
So the issue is related to sending receiving message size. As second receive call is using size from first call. Sounds reasonable to me to have crc of header.
So we have two issues here. Serializing header and validate header. If you can create PR for both of them it should be great ;) Thank you guys.
This may impact negativelly (forbidden bytes in buffer) transports which doesn't use framedtransport features.
Hi @yahya010 , please take a look to https://github.com/EmbeddedRPC/erpc/issues/174
Currently WIP (alpha)
@MichalPrincNXP test_annotation can be compiled. I moved C related generated code into its own files. This way C++ code will be cleaner. Also more transparent for C develepors how the...
> HI @mnathieu , it is still my top priority. I had solution twice, but twice it was not complete due to issues with callbacks and c++. I am expecting...