cederom commented on PR #17272:
URL: https://github.com/apache/nuttx/pull/17272#issuecomment-3483331456

   Yes thank you @wangchdo this is it :-) You can mark something like that:
   ```
   NuttShell (NSH) NuttX-10.4.0
   nsh> uname -a
   NuttX 10.4.0 89e841fed4 Nov  4 2025 01:33:33 arm64 raspberrypi-4b <--- I 
ALWAYS SHOW MY NUTTX BUILD COMMIT HASH AND TARGET FOR REFERENCE
   
   (..) <--- THIS MEANS I SKIPPED SOME STUFF THAT IS NOT IMPORTANT
   
   user_main: nxevent test <--- THIS IS VERY IMPORTANT :-)
   
   End of test memory usage:
   VARIABLE  BEFORE   AFTER
   ======== ======== ========
   arena       28dfc    28dfc
   ordblks         6        6
   mxordblk    1f8c8    1f8c8
   uordblks     553c     553c
   fordblks    238c0    238c0
   
   (..)
   
   user_main: Exiting
   ostest_main: Exiting with status 0 <--- EXIT STATUS 0 MEANS ALL OKAY!
   ```


-- 
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]

Reply via email to