wangchdo commented on PR #17644:
URL: https://github.com/apache/nuttx/pull/17644#issuecomment-3752427793

   > Could you try testing on some real hardware?
   > 
   > Also, did we decide that we're allowing signals to be disabled? I remember 
there was a big discussion about it.
   
   **I just did a ostest on a2g-tc397-5v-tft, with signals disabed partially**
   
   **.config**
   
   <img width="774" height="595" alt="image" 
src="https://github.com/user-attachments/assets/8f51bf67-7e46-4929-8570-acbff9a76827";
 />
   
   
   
   **test log(passed):**
   
   ```
   NuttShell (NSH)
   nsh>
   nsh> uname -a
   NuttX 0.0.0 09f430e89d-dirty Jan 15 2026 09:09:43 tricore a2g-tc397-5v-tft
   nsh>
   nsh> ostest
   
   (...)
   
   End of test memory usage:
   VARIABLE  BEFORE   AFTER
   ======== ======== ========
   arena       28dfc    28dfc
   ordblks         5        4
   mxordblk    20170    22190
   uordblks     5454     5454
   fordblks    239a8    239a8
   
   user_main: nxevent test
   
   End of test memory usage:
   VARIABLE  BEFORE   AFTER
   ======== ======== ========
   arena       28dfc    28dfc
   ordblks         4        4
   mxordblk    22190    22190
   uordblks     5454     5454
   fordblks    239a8    239a8
   
   Final memory usage:
   VARIABLE  BEFORE   AFTER
   ======== ======== ========
   arena       28dfc    28dfc
   ordblks         1        4
   mxordblk    24298    22190
   uordblks     4b64     5454
   fordblks    24298    239a8
   user_main: Exiting
   ostest_main: Exiting with status 0
   
   ```
   
   


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