acassis commented on issue #18711: URL: https://github.com/apache/nuttx/issues/18711#issuecomment-4236550738
Hi @ilia19911 yes I think this is a great idea!!! You could integrated it into nuttx-apps downloading your project in building time (like LVGL and others). Maybe creating an examples/protolib/ directory, not sure what is the best place to include it. BTW, in a quick look at your code I noticed it is not too much dependent on C++, so maybe you can consider a lean implementation in C to reduce the final size. Last time I tested a simple hello world with C++ on NuttX it was increasing the final size in more than 100KB (even with disabling exceptions, RTTI, etc) I suggest you to test first just integrating it as it is. Then you will have a notion if it makes sense or not to convert the code to C :-) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
