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

   
   ## Summary
   
   Print note log to sysview terminal.
   
   See 
https://www.segger.com/products/development-tools/systemview/#logging-output
   
   Enable `CONFIG_EXAMPLES_NOTEPRINTF` in `stm32f429i-disco:systemview` as an 
example.
   
   Usage:
   ```
   sched_note_printf(NOTE_TAG_LOG, "Hello, World!!\n");
   ```
   
   Refer to `apps/examples/noteprintf/noteprintf_main.c` for more usage example 
of `sched_note_printf`.
   
   <img width="1024" alt="image" 
src="https://github.com/user-attachments/assets/2b09264e-ec5f-4a17-883d-10bf1b46d0b2";>
   
   ## Impact
   
   New feature, no impact on existing projects.
   
   ## Testing
   
   Tested it with stm32f429i-disco:systemview.
   
   


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