erpc icon indicating copy to clipboard operation
erpc copied to clipboard

modern static memory buffer with FIXED size

Open kikass13 opened this issue 4 years ago • 1 comments

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'

kikass13 avatar Oct 07 '21 10:10 kikass13

Thank you @kikass13 for your effort. Let us try and evaluate.

MichalPrincNXP avatar Oct 15 '21 09:10 MichalPrincNXP