acassis opened a new pull request, #12736: URL: https://github.com/apache/nuttx/pull/12736
## Summary NuttX generates the app main name from Kconfig entry xxxx_PROGNAME. The documentation was defining manually the entry point as custom_name(int char, char *argv[]) and CONFIG_INIT_ENTRYPOINT="custom_hello". The right thing to do is creating the application entry point as int main(int char, char *argv[]) and the build system will add _main to it. ## Impact Users will be able to start their application correctly ## Testing Raspico -- 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]
