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/11/02 09:12:20 UTC

[incubator-nuttx] branch master updated (cc869d8 -> 08ad202)

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 cc869d8  boards/cxd56xx: Remove HOSTCC and HOSTCFLAGS from Make.defs
     add 7905ee1  Add task name recording for note RAM driver
     add 08ad202  Update task trace document

No new revisions were added by this update.

Summary of changes:
 .../components/drivers/character/note.rst          |  26 +++
 Documentation/guides/tasktraceuser.rst             |  19 +-
 drivers/note/Kconfig                               |  13 ++
 drivers/note/noteram_driver.c                      | 252 +++++++++++++++++++++
 include/nuttx/note/noteram_driver.h                |  24 ++
 5 files changed, 328 insertions(+), 6 deletions(-)