Victor Wang
Victor Wang
## Summary This PR is a continuation and optimized implementation, replacing the draft PR #17065 proposed two months ago. **Summary of this PR** - Introduce a high-resolution timer (hrtimer) module...
Add a high resolution timer module in sched to support hard real time cases *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary Nuttx only provide wdog for delayed function execution,...
## Summary Depends-on: https://github.com/apache/nuttx-apps/pull/3217 (apps updated to disabled signals). Currently, NuttX is being adopted increasingly on small embedded systems with tight resource constraints. Many of these systems do not require...
## Summary Add functional tests for the newly added hrtimer APIs, including hrtimer_init(), hrtimer_start(), and hrtimer_cancel(). ## Impact This PR depends on https://github.com/apache/nuttx/pull/17489 ## Testing **ostest passed on a2g-tc397-5v-tft with...
## Summary Fix build errors that occur when signals are disabled by excluding `cmd_kill, cmd_sleep, cmd_usleep, and cmd_watch `along with signal support. ## Impact Disabling signals will depend on this...