You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by bt...@apache.org on 2020/12/23 08:20:13 UTC

[incubator-nuttx] branch master updated (b074ebe -> 2980792)

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

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


    from b074ebe  fix redefined CSR_INSTRET
     add e32e341  libs/libc/dumpbuffer: add support to recognizable from wireshark
     add 48db71a  libs/libc/dumpbuffer: fix nxstyle warning
     add 826e74a  libs/libc/dumpbuffer: remove the unnecessary printable characters traversal
     add 2980792  libs/libc: add lib_dumpvbuffer support

No new revisions were added by this update.

Summary of changes:
 include/debug.h                  |   6 ++
 libs/libc/misc/Make.defs         |   2 +-
 libs/libc/misc/lib_dumpbuffer.c  | 135 +++++--------------------------------
 libs/libc/misc/lib_dumpvbuffer.c | 142 +++++++++++++++++++++++++++++++++++++++
 4 files changed, 166 insertions(+), 119 deletions(-)
 create mode 100644 libs/libc/misc/lib_dumpvbuffer.c