Kaben123 opened a new pull request, #3392: URL: https://github.com/apache/nuttx-apps/pull/3392
Replace legacy NOTECTL and NOTERAM ioctl macros with unified NOTE macros. *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary This PR updates the trace and trace_dump modules in nuttx-apps to use the unified NOTE ioctl macros instead of the legacy NOTECTL and NOTERAM macros. All related ioctl calls are replaced accordingly, improving code consistency and ensuring compatibility with the latest kernel interface. ## Impact - Code is now aligned with the unified NOTE ioctl interface. - Removes usage of deprecated NOTECTL and NOTERAM macros. - No functional change, only macro replacement for maintainability. ## Testing - Manual build and run on target board. - Verified that trace and trace_dump functionalities work as expected. - Checked that all ioctl operations succeed and tracing output is correct. -- 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]
