acassis commented on PR #2026: URL: https://github.com/apache/nuttx-apps/pull/2026#issuecomment-2146195732
@nealef ESP32 has a libc and other features inside their internal ROM that applications could reuse, it helps to reduce the application size, since the application don't need to be linked with an external libc to work for example (although on NuttX was have the possibility to use our libc instead). Since `_start` exists in the ROM we cannot have it in the esp32_start.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]
