erpc
erpc copied to clipboard
modern static memory buffer with FIXED size
related issue
- https://github.com/EmbeddedRPC/erpc/issues/195
contents
added modern static fixed frame buffer which actually allocates the memory intended and is readable. i doubt that this is mergable for erpc. I just created this PR because i was asked too :)
Thanks for the read though, it's sadly nothing special :/
how to build
cd erpc && make CXXFLAGS='-std=c++17'
Thank you @kikass13 for your effort. Let us try and evaluate.