Dusan Cervenka

Results 310 comments of Dusan Cervenka

Hello. Unfortunately i don't see progress on these tasks. Did you stopped development?

I have patch for this. I will post it tomorrow. But i found out that it is not working for dynamic array of structures. Will figure out tomorrow.

This patch is fixing VSA for both array of numbers and structures...

HI @amgross thank you for all your inputs. I think that what you proposed here https://github.com/EmbeddedRPC/erpc/issues/282 will work nice. We can remove m_remainig and use MessageBuffer variables which can be...

Hi @pgu-swir , i really appreciate your activity here. This is not only about strings but about all pointer types variables (list, binaries, ...) Long time ago i had similar...

I need really find my notes, I think this solution was taking much more time to serialize on sender side, but almost no time on receiver side. @MichalPrincNXP maybe you...

This was the idea. Basically copy data types one by one and copy recursive their sub-data types.... Pointers addresses will be replaced with offset on sender side and back to...

I think that maybe we can write another implementation of shim code generator (just template files) for this case. Maybe it can be more transparent and also more generic. Not...

Hi guys, I did this PR #130. Please take a look into it and comment if it will fit your needs. But this implementation is only for C, but if...