Michal Princ
Michal Princ
Hello @drumairali , your use case is valid but not demonstrated in any example. You have to build it by your own. When intended to use the serial transport on...
I guess this is a documentation issue, NXP SDK examples show erpc_server_poll() function use with UART/SPI transport layers. @Hadatko , could you confirm, please?
Hello @kikass13 , thank you, yes it looks fine. Would you create a PR? Thanks.
Thank you.
Hello @hale2bopp , thanks for reporting this issue. The erpcsniffer build in MAC is not supported yet as you can see from the [make](https://github.com/EmbeddedRPC/erpc/blob/master/Makefile) in project root: ``` ifeq "$(is_linux)"...
Hello, based on my limited knowledge of the python generator and expected python code, I think this should be correct. Looking into the test_length_py output the IDL parameter that defines...
I am sorry not being able to provide an exact comment and response. I think even inout direction is used the behavior on the python side is ok. Anyway, please...
Thank you @aelray for providing this PR and the detailed description. These changes seems to be reasonable but the internal testing for the v1.8.1 release is almost finished, I would...
Hi @Hadatko , the discussed code has been integrated internally (the person is not accessible now however). That was probably not a good step and we should rather find the...
Hi @aelray , there is no simple way how to do it using any settings or configuration. You could try to modify the erpc_framed_transport.cpp/.h code directly, disabling m_crc calculation in...