You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/05/18 00:17:30 UTC

[GitHub] andrzej-kaczmarek opened a new pull request #1107: SystemView updates

andrzej-kaczmarek opened a new pull request #1107: SystemView updates
URL: https://github.com/apache/mynewt-core/pull/1107
 
 
   This provides better integration of SystemView into Mynewt. Changes include:
   * renamed `os_trace_` APIs so the names are more consistent
   * changed all `os_trace_` APIs to `static inline` so there's no extra subroutine call in binary
   * added verbose tracing for callouts, mutexes, semaphores, event queues, mempools and mbufs (configurable)
   * fixed task activity tracing
   * added tracing for more ISRs (for nRF51/52 and Cortex-M0/M4)
   * rewritten `sys/systemview` package to remove unused code and provide easier configuration (e.g. per-MCU interrupts list)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services