OceanfromXiaomi opened a new pull request, #17801: URL: https://github.com/apache/nuttx/pull/17801
*Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary This change introduces timer operation support in the kernel, providing a basic API. The new operations enable consistent timer handling for kernel modules and drivers that depend on timing services. ## Impact - Adds timer operation interfaces without altering existing APIs. - No functional regressions are expected. - No changes to existing build, hardware support, or security. ## Testing Built and exercised on a target platform with continuous timer callbacks. Verified that timers can be registered, started, stopped, and callback functions are invoked as expected. No regressions seen in related tests. -- 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]
