raiden00pl commented on PR #18408: URL: https://github.com/apache/nuttx/pull/18408#issuecomment-3934482311
hi @patacongo :) I think `nx_start()` became IDLE thread: https://github.com/apache/nuttx/blob/34f52384d870a8ded11e611441c615992f7d57cf/sched/init/nx_start.c#L749-L771 Board late init (`CONFIG_BOARD_LATE_INITIALIZE=y`) just exit after work is done: https://github.com/apache/nuttx/blob/34f52384d870a8ded11e611441c615992f7d57cf/sched/init/nx_bringup.c#L409-L417 and finally some resources are freed: <img width="1224" height="322" alt="image" src="https://github.com/user-attachments/assets/604538db-d59f-46f8-9389-9e5a0d2df28e" /> -- 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]
