Gary-Hobson opened a new pull request, #10124: URL: https://github.com/apache/nuttx/pull/10124
## Summary This PR moves the note formatting code from trace_dump into noteram and simplifies the noteram code. Details: Change 1: move trace_dump to noteram_driver.c Change 2: replace the spaces in the name in tcb, there cannot be spaces in the thread name in atrace format Change 3: remove task_context and get_taskname related code, we don't need it anymore Change 4: simplify the logic of ringbuffer in noteram ## Impact The data returned by reading the /dev/note device is no longer binary data, but a formatted string, and it will only return one note record each time it is read ## Testing self-test + internal CI -- 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]
