Dusan Cervenka
Dusan Cervenka
Can i close this issue? Or do you think it make sense to keep it open?
Hi @matth314 , sounds great. Could you prepare PR for this feature?
Is this ticket related to missing erpc_test module here? https://github.com/EmbeddedRPC/erpc/blob/1bb6e22a7a1f7e21eb300dd547ddfd6c15ae8d9f/erpc_python/test.py#L16
It looks like files like test.py, run_test.sh are obsolite or not all files were published. If they are obsolite also README in same folder should be updated
Instead you can try this example which i tried and it is working: https://github.com/EmbeddedRPC/erpc/tree/develop/examples/matrix_multiply_tcp_python
I think it is "catdog" :D. Poll is working in way that it is called once. But transport layers are blocking. So poll will hang in receive function until message...
H i am not sure if semi random hash would solve somthing. Instead of that maybe we can have just offset... Or program id. So you would have program id,...
I understand now. Well sounds good to me. So simple solution could be take function declaration as string and encode it (hash,...) and output would be its id
I would apply this principle also for interface ID. So combination interface and function should make it more rare. The is still same risk as you described but much smaller...
Hi @tmordeko currently defines are not supported. Can you explain why to use defines instead of variables? Using variables is helpful for compilers to identify possible issues. What you can...