wangchdo opened a new pull request, #17912:
URL: https://github.com/apache/nuttx/pull/17912

   ## Summary
   
   Improve sched make and cmake scripts to select sched_processtimer.c
   and sched_timerexpiration.c separatly for tickless and non-tickless mode
   
   ## Impact
   
   Build scripts improvement, no functional impact to NuttX
   
   ## Testing
   
   **ostest passed on rv-virt:smp64**
   
   ```
   NuttShell (NSH)
   nsh> 
   nsh> 
   nsh> 
   nsh> uname -a
   NuttX 0.0.0 557d91d897-dirty Jan 15 2026 00:10:55 risc-v rv-virt
   nsh> ostest
   
   (...)
   
   user_main: smp call test
   smp_call_test: Test start
   smp_call_test: Call cpu 0, nowait
   smp_call_test: Call cpu 0, wait
   smp_call_test: Call cpu 1, nowait
   smp_call_test: Call cpu 1, wait
   smp_call_test: Call cpu 2, nowait
   smp_call_test: Call cpu 2, wait
   smp_call_test: Call cpu 3, nowait
   smp_call_test: Call cpu 3, wait
   smp_call_test: Call cpu 4, nowait
   smp_call_test: Call cpu 4, wait
   smp_call_test: Call cpu 5, nowait
   smp_call_test: Call cpu 5, wait
   smp_call_test: Call cpu 6, nowait
   smp_call_test: Call cpu 6, wait
   smp_call_test: Call cpu 7, nowait
   smp_call_test: Call cpu 7, wait
   smp_call_test: Call multi cpu, nowait
   smp_call_test: Call in interrupt, wait
   smp_call_test: Call multi cpu, wait
   smp_call_test: Test success
   
   Final memory usage:
   VARIABLE  BEFORE   AFTER
   ======== ======== ========
   arena     1fc0e60  1fc0e60
   ordblks         1        6
   mxordblk  1fb5c80  1fa1180
   uordblks     b1e0    18e20
   fordblks  1fb5c80  1fa8040
   user_main: Exiting
   ostest_main: Exiting with status 0
   nsh>
   ```
   
   


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