Good morning, we are using a F28377D microcontroller and we need to compile our code without a RTS library.
This is because we are working on a project for aeronautics and we are not allowed to use libraries without creating the appropriate documentation for them. This would result in creating documentation for every part of RTS code, which is not feasible, given the 850 files of the library.
From paragraph 4.3.1 of the document SPRU514I, I read that "You must link all C/C++ programs with a run-time-support library.", so I am wondering: is it really mandatory? Is there any alternative solution? If not, what would you suggest?
Thank you.