You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/10/05 19:26:54 UTC

[incubator-nuttx] branch master updated (32b0562 -> 89ea234)

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from 32b0562  Add some comments to inet_ntop()
     add 6b54377  Add note filter functions
     add 6efecd2  Add notectl driver
     add a373079  Fix /dev/note driver for task trace support
     add 89ea234  Add on-boot instrumentation support for note filter

No new revisions were added by this update.

Summary of changes:
 drivers/note/Kconfig                               |  17 +
 drivers/note/Make.defs                             |   4 +
 drivers/note/note_driver.c                         |   9 +
 drivers/note/notectl_driver.c                      | 241 +++++++++++
 drivers/note/noteram_driver.c                      | 232 +++++++++--
 include/nuttx/fs/ioctl.h                           |  12 +
 .../nuttx/note/{note_driver.h => notectl_driver.h} |  69 +++-
 include/nuttx/note/noteram_driver.h                |  30 +-
 include/nuttx/sched_note.h                         | 167 ++++++++
 sched/Kconfig                                      |  22 +-
 sched/sched/sched_note.c                           | 453 ++++++++++++++++-----
 11 files changed, 1104 insertions(+), 152 deletions(-)
 create mode 100644 drivers/note/notectl_driver.c
 copy include/nuttx/note/{note_driver.h => notectl_driver.h} (50%)