Dusan Cervenka
Dusan Cervenka
Maybe can be fixed by #183
Hello, isn't better to replace sprintf with snprintf? Using '-Wno-deptecated-declarations' you are forcing other projects to use that too. For example we are threating to all warnings as errors. `/opt/homebrew/Cellar/boost/1.81.0_1/include/boost/lexical_cast/detail/converter_lexical_streams.hpp:310:21:...
Hello. Static allocation is not fully supported (only for simple messages.) But in this case it is static allocation. There is parameter for new where you are providing memory where...
For example usage of numbers are ok. Then depends if you have client and server in c or only client....
Hi @amgross , so only change you are suggesting is change byte to uint8_t correct? I am not against it but we need be carefull. I think "byte
erpc_arbitrated_client_init double call when ERPC_ALLOCATION_POLICY == ERPC_ALLOCATION_POLICY_STATIC
I missed you created two issues. So i will link this one to the PR
erpc_arbitrated_client_init double call when ERPC_ALLOCATION_POLICY == ERPC_ALLOCATION_POLICY_STATIC
This is prepreparation for multiple client support. Currently only one client can be used.